freeze with tv live stream
Hi, I want to publish a tv live stream with a raspi3 but it freezes after some time running. I set the gpu_mem to 256 and us following script to start the stream:
#!/bin/sh while true do omxplayer --live --threshold 0 --timeout 20 --aidx -1 --adev hdmi --no-keys https://ntvlivehls-lh.akamaihd.net/i/ntvlivehls_1@409250/index_1500_av-p.m3u8 sleep 1 done
Did someone have a tip what i have to change that the stream is running without freezes? It seems omxplayer quits and restart after couple of time.
hello,
run omxplayer with the -g switch to get extended logs, and the -s switch to get real-time statistics about its processing.
Br
Hi, I have logged the issue. The freezes are at end of the file and all couple of seconds. The first 20 Minutes no problem. Thanks omxplayer.log
Did you by any chance found a solution?