Trying to use SRT URL as Media Source, getting error

breissie

New Member
First, I admit that I am quite the newbie with SRT, experimenting with it for reliable remote production. I am trying to confiture a Media Source to receive an SRT feed as a listener. The basic URL I was using for testing was something like this:

srt://:11235?timeout=500000000&mode=listener

Nothing works, and in the logs, I get this:

21:09:36.676: MP: Failed to open media: 'srt://:11235?timeout=500000000&transtype=live&mode=listener'
21:09:36.691: [Media Source 'SRT Input']: Disconnected. Reconnecting...
21:09:41.694: error: Operation not supported: Bad parameters
21:09:46.708: error: Operation not supported: Bad parameters

And keep getting the bad parameters message over and over.

I specifically wanted this media source to be a listener and not specify the IP/domain because I may not know the specific IP/domain of the source at the time (remote production). If this is required, then please let me know.

I was able to get something working with the OBS source as a caller and my test android app as a listener on my local network, but not the other way around.

Thanks in advance, and I would appreciate any helpful feedback!
 
Top