Ingo Oppermann
Ingo Oppermann
The report suggests, that there are some errors in the original stream: - `[error] non-existing SPS 0 referenced in buffering period` - `[warning] timestamp discontinuity (stream id=0): 11711700, new offset=...
A rpi4 should be more than enough to stream a camera 24/7. Please also check your camera settings. It is importang to set a proper keyframe interval. Best for streaming...
We will look into that. Usually the `-rtmp_enhanced_codecs` option shouldn't interfere with normal operation. Do you stream to a specific service or does it happen if you stream to any...
This seems to be a bug with player configuration. We'll have a look into that.
This is related to #825 . You can use the `datarhei/restreamer:dev` image which already includes the fix.
What is the bitrate you are using? This looks like that many UDP packets get unrecoverably lost. SRT uses UDP for the data transfer. What are the specs of the...
Unfortunately, I don't have Windows machine to test this on. There might be a UDP sending throughput issue. It is interesting that the problem occurs only when you're streaming a...
The MPEG-TS publication lets you define more options for the `mpegts` container before sending it via either TCP or UDP. The UDP publication will also use `mpegts` but without the...
Did you follow our guide about proxying at https://docs.datarhei.com/restreamer/knowledge-base/user-guides/proxying There are also example configurations for Apache.
@mamadebi86 You can use the `datarhei/restreamer:dev` Docker image in order to have access to the latest bugfixes. Simply replace `datarhei/restreamer:latest` with `datarhei/restreamer:dev` in your docker command.