Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UDP Input from OBS doesn't work #711

Open
corent1csn opened this issue Mar 21, 2024 · 1 comment
Open

UDP Input from OBS doesn't work #711

corent1csn opened this issue Mar 21, 2024 · 1 comment

Comments

@corent1csn
Copy link

Hello, for my end-of-study project as an audiovisual engineer I have to create a broadcast channel. In order to stream to our website I want to use the Restreamer tool to create an HLS stream from a local UDP stream. This stream must be multicast because also decoded by a DVB multiplexer, it is generated via a custom FFMPEG output in OBS with the following parameters:

Capture d'écran 2024-03-21 153940

But when I enter the multicast address in Restreamer nothing happens. Do you have a lead?

Thanks in advance

@ioppermann
Copy link
Member

For multicast better use udp:// directly. I tried it with OBS locally and the latest Restreamer on a Raspberry Pi in the same local network.

When starting the Restreamer docker container, you have to add the option --net host to the docker run command, additionally to the other options. This allows the docker container to acctually access the multicast addresses.

For OBS I used these settings:
image

For the multicast, I used a 224. address (instead of a 239. address). Use that same address in Restreamer. In the OBS main view, press on Start Recording in order to start sending the stream to the multicast address.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants