SRT IN - OUT OBS / vMix #409
Replies: 7 comments
|
Here's a revised answer: Hi Markus! SRT IN – receiving from OBS/vMix Use the OBS then connects as caller with: SRT OUT – sending to vMix Same principle with vMix connects as caller to One port = one stream It's worth noting that the Stream-ID disappearing from the UI This is likely not a bug – the properties panel doesn't do live updates on save. You need to save the flow and then restart it for values to take effect. If the stream-ID field appears empty after a restart, try saving and restarting the flow again and it should persist correctly. Hope that helps! |
|
Thanks for the answer so which ports are open in OSC strom inbound UDP? since it just says 30024 I thought that that was the only one open and there fore you would need to use streamID:s. On a selfhosted computer it is a totally different thing. Even if I thing something like srt://IP:PORT?streamid=read:obs_1 should work. At least it is supported like that in mediaMTX |
|
Good question! You're right that on a self-hosted machine you can open as many ports as you like, so using one port per stream is straightforward. In OSC-hosted Strom the situation is different – only a single port (30024) is exposed per instance, which is exactly why stream-ID multiplexing becomes relevant there. However, as mentioned, The So to summarize:
|
|
how about the srtserversrc? could it do the trick? |
|
srtserversrc is just an older deprecated version of srtsrc.. so nope, sorry |







Uh oh!
There was an error while loading. Please reload this page.
A Strom/GStreamer newbie question
How do I get SRT IN to Strom as a caller
lets say the the IP of Strom is 172.232.340.494:30024
I want to use a streamid obs_1
then in OBS that makes the obs streamurl srt://172.232.340.494:30024?streamid=obs_1
but what block or element do I use in Strom, activated beta so my alternatives is "srtsrc" and "MPEG-TS/SRT Input"
MPEG-TS/SRT Input is the easier since there is no alternative to fill in
But if I want to send it back?
So in Strom I want it to be al listener so I want my vMix to be a caller and I dont care if the streamid is obs_1 or obs_x as long as I can define it. This is due to the fact that then I can output more than one stream from the same IP:PORT which is need for example for a videomixer solution with PGM1, PGM2, CLEAN etc
So in block "MPEG-TS/SRT Output" you can just add the SRT URi so how but that be? and what would the obs stream url be srt://172.232.340.494:30024?streamid=publish:obs_x
br markus
All reactions