Dynamically Inject ID3 in FFMPEG Live Stream

1.2k views Asked by At

I am trying to find out if there is a way with FFMPEG to dynamically inject ID3 tags during live streaming.

Basically I use FFMPEG to stream a live HLS stream from a video device, while another piece of software is generating events that need to be synced up in the front-end player.

I want to be able to have the event generating software encode the event in the live stream, so I know that the event is synced up with the video.

0

There are 0 answers