roonyh
New Member
I am trying to include a webm stream over udp from a remote server into my stream as a source. But its not showing up.
I am running obs in my machine. I have added a media source with input set as following.
input: udp://192.xxx.xxx.xxx:1054
input format: webm
Then I ssh into my server with the above IP and create ffmpeg source with this command.
ffmpeg -loop 1 -f image2 -i logo.png -f webm udp://localhost:1054
The IP is correct. I have made sure that the port is allowed by firewall for udp.
But the media source is not showing up in obs.
When I run the same command in my own machine where I run obs and add a media source as,
input: udp://localhost:1054
input format: webm
Its working fine. So the problem is how do I do the same thing with ffmpeg running on a remote machine instead of localhost.
I see this message in the log but not sure how to fix it.
MP: Failed to open media: 'udp://192.xxx.xxx.xxx:1054'
I am running obs in my machine. I have added a media source with input set as following.
input: udp://192.xxx.xxx.xxx:1054
input format: webm
Then I ssh into my server with the above IP and create ffmpeg source with this command.
ffmpeg -loop 1 -f image2 -i logo.png -f webm udp://localhost:1054
The IP is correct. I have made sure that the port is allowed by firewall for udp.
But the media source is not showing up in obs.
When I run the same command in my own machine where I run obs and add a media source as,
input: udp://localhost:1054
input format: webm
Its working fine. So the problem is how do I do the same thing with ffmpeg running on a remote machine instead of localhost.
I see this message in the log but not sure how to fix it.
MP: Failed to open media: 'udp://192.xxx.xxx.xxx:1054'