Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embed KLV in H264 stream #387

Open
anil-skydio opened this issue Apr 4, 2022 · 3 comments
Open

Embed KLV in H264 stream #387

anil-skydio opened this issue Apr 4, 2022 · 3 comments

Comments

@anil-skydio
Copy link

What is the use case for your proposed feature? Please describe.
Payload KLV data to H264 Video Stream and output a VideoOutputStream

Describe the solution you'd like
Instead of BufferedImage, I want the H264 elemental stream be video source

Describe alternatives you've considered
Not sure how to proceed

Additional context
I want to stream H264 payloaded with KLV data to RTSP server. I am using GStreamer to send the video.

@bradh
Copy link
Collaborator

bradh commented Apr 4, 2022

We don't really have any gstreamer muxing support, although there is an appsink example of demux. Possibly this would be achievable without any core / api jmisb changes with an appsrc that provided the encoded bytes.

@bradh
Copy link
Collaborator

bradh commented Apr 15, 2022

@anil-skydio Did you solve your problem? If not, can you show your pipeline and the KLV source information?

@bradh
Copy link
Collaborator

bradh commented Sep 24, 2022

@anil-skydio any progress on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants