You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered: