I've got a server trans coding a stream so that the trans coded stream can be viewed within the building. I have to restart the stream every morning because it stops working over night. For example, yesterday I restarted the stream at around 9am and it froze and 3am the following morning.
Any ideas how I could fix this? Note, its running as a service on the box, but it was doing this before then.cvlc udp://@***.***.***.***:5000 --sout '#transcode{vcodec=h264,venc=x264{preset=ultrafast},scale=Auto,acodec=mpga,ab=128,scodec=dvbs,soverlay,scale=1}:standard{access=http,mux=ts,dst=:8090/}' -vvv --vbi-page=0 --sout-keep --verbose=2 --logfile=/home/alex/vlc-log.txt
OS: Linux (CentOS 7)
I've thought about doing things like making a cron that'll restart the service everyday, but this isn't fixing the underlying issue.
Other things to note: I'm running Zabbix to monitor the server, It's not reporting that I've used up all my Memory or Disk in the machine, I also cannot get to the logs since the logs get filled up with:
And thus can't go back far enough to see what error caused this to happen.Jul 13 07:06:51 cvlc[2700]: [00007fcb044c8da8] mux_ts mux warning: packet with too strange dts (dts=145548737467,old=0,pcr=55709594050)
Jul 13 07:06:52 cvlc[2700]: [00007fcb044c8da8] mux_ts mux warning: packet with too strange dts (dts=145548761467,old=0,pcr=55709634050)
Jul 13 07:06:52 cvlc[2700]: [00007fcb044c8da8] mux_ts mux warning: packet with too strange dts (dts=145548785467,old=0,pcr=55709674050)
Jul 13 07:06:52 cvlc[2700]: [00007fcb044c8da8] mux_ts mux warning: packet with too strange dts (dts=145548809467,old=0,pcr=55709714050)
Jul 13 07:06:52 cvlc[2700]: [00007fcb044c8da8] mux_ts mux warning: packet with too strange dts (dts=145548833467,old=0,pcr=55709754050)
Cheers!