I want to stream to SRT instead of RTMP and RTSP in streaming software.
I’ve used RTMP and RTSP a lot, so I’m used to it, but SRT is unfamiliar.
I’m trying to change the settings in Wowza Streaming Engine, but it’s not easy.
Do you have any examples to refer to?
Hello, I do not have a video tutorial with examples but I can share several docs and some GitHub code that may help you.
How to Ingest and Playback SRT
Distribute SRT stream through a stream target
You can configure what’s called a .stream file for SRT:
https://www.wowza.com/docs/how-to-specify-per-stream-settings-in-stream-files#srtstreams
Wowza Streaming Engine can now use the MediaCaster system to re-stream the live streams. MediaCaster can pull the streams that are referenced in a stream file and make them available for streaming to all player technologies supported by Wowza Streaming Engine- including SRT.
https://www.wowza.com/docs/how-to-create-and-use-stream-files-in-wowza-streaming-engine-manager
Lastly Haivision has some SRT/ Wowza code on GitHub you may find useful…
https://github.com/Haivision/srt/issues/84