datarhei / restreamer

The Restreamer is a complete streaming server solution for self-hosting. It has a visually appealing user interface and no ongoing license costs. Upload your live stream to YouTube, Twitch, Facebook, Vimeo, or other streaming solutions like Wowza. Receive video data from OBS and publish it with the RTMP and SRT server.
https://docs.datarhei.com/restreamer/
Apache License 2.0
3.92k stars 448 forks source link

Value 5000.000000 for parameter 'timeout' out of range #142

Closed tritone11 closed 4 years ago

tritone11 commented 4 years ago

While trying to stream to a HLS output, it couldn't start the stream. Executing the ffmpeg standalone, this error came out on the timeout value. I set 2000 and it worked correctly after it.


Value 5000.000000 for parameter 'timeout' out of range  
(1e06 / 2147.48)
Error setting option timeout to value 5000.  
Could not write header for output file #0 (incorrect codec parameters ?): Numerical result out of range```
tritone11 commented 4 years ago

https://github.com/datarhei/restreamer/pull/143

ioppermann commented 4 years ago

@tritone11 Thanks for pointing this out. This is indeed a bug which will be fixed soon.