Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

freeze with tv live stream #619

Open
blastkiller opened this issue Mar 27, 2018 · 3 comments
Open

freeze with tv live stream #619

blastkiller opened this issue Mar 27, 2018 · 3 comments

Comments

@blastkiller
Copy link

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.

@StCyr
Copy link

StCyr commented Mar 30, 2018

hello,

run omxplayer with the -g switch to get extended logs, and the -s switch to get real-time statistics about its processing.

Br

@blastkiller
Copy link
Author

blastkiller commented Apr 3, 2018

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

@spherewallpapers
Copy link

Did you by any chance found a solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants