Replacing KLV in mpegts video #1047
Unanswered
BigDog6432
asked this question in
Q&A
Replies: 1 comment 2 replies
-
FYI, you'll probably get more help about low-level details like that by asking upstream: https://ffmpeg.org/contact.html |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an mpegts video and I would like to replace the KLV which appears in the data stream. Currently when I write it out to a file I am able to look at the contents of the data stream and it appears correct. However when I stream the video and I look at the packets in wireshark I am not seeing my KLV data. Just wondering if there are any useful examples that I should be looking at.
Currently I am creating an AVPacket, initializing it, setting the stream index, setting the data, size and position on the AVPacket. I them am writing the frame and then passing my AVPacket to av_packet_unref.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions