Re: [FFmpeg-devel] Forward frame wall clock time from avdevice to HLS muxer

2020-08-27 Thread Jesper Ek
Den ons 26 aug. 2020 kl 12:56 skrev Andreas Rheinhardt < andreas.rheinha...@gmail.com>: > Jesper Ek: > > Hi, > > > > I have implemented a libavdevice to capture audio and video from an AJA > > Kona card (similar to decklink). I'm then using the HLS muxer to

[FFmpeg-devel] Forward frame wall clock time from avdevice to HLS muxer

2020-08-26 Thread Jesper Ek
klink implementation uses `av_packet_add_side_data(&pkt, AV_PKT_DATA_STRINGS_METADATA, ...)` to add timecode information, is this the correct approach? I hope this mailing list is appropriate for my question, otherwise please forgive me. Best regards, Jesper Ek