Open Foxar opened 3 years ago
Okay, I've seem to have identified the issue, being too high quality of the input stream. While using OBS setting extremely low bitrates have resulted in a stable streaming, so if anyone runs into same issue, do that.
Perhaps some kind of error message would be nice though from nginx to signify that it is being overwhelmed, or otherwise why the HLS fragment creation ceased.
Hello. While attempting to use nginx-rtmp to create a video/audio stream, I've discovered that both of my means of sending the stream to nginx server freeze after some time (anywhere from 30 to 90 seconds). I attempted to use OBS with custom settings for nginx-rtmp at localhost, as well as FFMPeg. In case of OBS after around 40 seconds or so the square in the corner goes red indicating no more data is being sent. In case of FFMPeg it just simply freezes:
In this case, it held at 40 seconds in while analyzing the video. I'm including my error.log (with debug logging included), as well as the nginx configuration I'm using (as .txt files because github doesn't like other kinds of files.). (Also notice I've disabled some portions of the config, by commenting them out, that I originally wanted in the project I'm making, but I'm encountering the problem with and without them.) error.log.txt nginx.conf.txt Please help me out, what am I doing incorrectly? Is it a bug within nginx-rtmp? Thank you ahead of time.