Ingo Oppermann
Ingo Oppermann
This is indeed worth discussing. The SRT URL uses the query syntax to transport values for options. This should allow character encoding and should be decoded by OBS.
Please check out https://github.com/datarhei/gosrt
This is not meant to be an API to get the config for the player from. It's a file as part of the page where the player is loaded.
This is indeed a bug and we'll have look at it. Reastreamer is not abandoned. We had a summer break and are working on other projects that are currently constrain...
This has been fixed in the latest release: https://github.com/datarhei/restreamer/releases/tag/v2.12.0
In your modified clone of the UI repo, build the Docker image, e.g.: `docker build -t customui:latest .` Then you clone the `github.com/datarhei/restreamer` repo and build the bundle with you...
`nvidia-smi` tells you what is installed on your host system, not in the docker container. It seems that your installed drivers and libraries are older than the ones from the...
The UI can display the stream, so this seems to work. In the UI `video.js` is used as player. Please check if the address to the `.m3u8` is correct.
If the Restreamer docker container is running on the same computer as OBS then you have to change the IP address in the provided RTMP URL to `127.0.0.1`. The provided...
In SRT the client and the server negotiate the latency. If the client (the one who sends to Restreamer) sets a higher latency than the server, this higher latency will...