Ingo Oppermann

Results 171 comments of Ingo Oppermann
trafficstars

The configured RTMP token is the streamkey. Select "Custom" service and and enter the RTMP url to the Restreamer, e.g. `rtmp://IP:port/live/obs.stream` and as streamkey enter the RTMP token. Do not...

Aquiring the SSL certificate from Let's Encrypt probably failed. For this to work properly the port `80` must point the Restreamer on your VPS. This means you have to adjust...

For your resolution (4K / 2160p) of your camera you should provide a "Video Frame Rate" of 30 (currently you have 1) and an "I-Frame Interval" of 60. The recommended...

If you want to reduce traffic, then only reducing the bit rate will help. You can even set the FPS to 25.

We're working on passthrough support for other codecs as well.

The last part of the RTMP URL is usually the streamkey. In your case the "RTMP server URL" would be `rtmp://stream.mydomain.com/xxxxxxxxxxxxxxxc-4c84-a2d8-48fd9d31fd21.stream` and the "Stream key" `mystream`.

You can define the streamkey in the settings by adjusting the value of the "Token" field: https://docs.datarhei.com/restreamer/knowledge-base/manual/system-settings/rtmp

This is theoretically already possible, but the UI doesn't offer you the respective options. The idea is that you create a new channel for e.g. 1280x720 resolution. The source for...

You have to add `/udp` to the `-p 6000:6000` option in your docker command: ``` docker run -d --restart=always --name restreamer \ -p 8080:8080 -p 8181:8181 -p 6000:6000/udp -p 1935:1935...