We are making use of Wowza Streaming Engine and we have requirement of inserting the ID3 tags into HLS as well as RTSP output streams. The link https://www.wowza.com/docs/how-to-convert-ontextdata-events-in-a-live-or-vod-stream-to-timed-events-id3-tags-in-an-apple-hls-stream contains the code for appending the ID3 tag to the appropriate chunk in the HLS stream’s .m3u8 HLS playlist.
However I couldn’t find any link for inserting the ID3 tags into RTSP stream, Is there any example or blog for inserting/appending ID3 tag to RTSP stream (similar to the above one).
I have gone through the https://www.wowza.com/docs/how-to-insert-an-additional-data-stream-into-an-mpeg-ts-outgoing-stream but this requires a new Stream Target to be configured. So this doesn’t satisfy our requirement of inserting the ID3 tags directly into the RTSP output stream.