Ingo Oppermann
Ingo Oppermann
Thanks for describing your "naive" view. This gets sometimes lost when you're too deep in the matter and everything seems obvious. We will improve the documentation.
Did you follow the instructions on https://partner.steamgames.com/doc/store/broadcast/setting_up ? There is says in the section of setting up the stream with OBS: "7. On the Streaming tab, enter Keyframe Interval to...
@dwaynarang Have you tried it with the latest version of Restreamer? It looks like you're using an older version. Which version are you on? The error message says, that it...
You can get the latest version with `pull datarhei/restreamer:rpi-latest`. Then you have to restart the currently running container.
Thanks for the logs. > Assertion failed: MP4Parser->GetNumberOfTracks() == 1 This error suggests that the player expects only 1 track per segment, i.e. either audio or video. The segments that...
Ah, this is very helpful. It confirms that the audio and video have to be in separate segements. Maybe we can add an option in order to produce such an...
You should connect the device via USB to your computer. Then it should show up as USB device (video4linux). You also have to start the Docker container with the `--privileged`...
In the settings in expert mode, you can adjust the IP ranges of clients for which Restreamer shouldn't create a session. Simply disallow all IPs: ``` 127.0.0.1/0 ::1/0 ``` ...
Please make sure that you encode the audio to AAC in case your audio loop source is a MP3 file. Some browsers will play the audio if it's not AAC.
Currently the focus is on restreaming live content. What you can do with the UI is looping a video file that you upload.