locast2plex icon indicating copy to clipboard operation
locast2plex copied to clipboard

keepalive request failed

Open lordbeavis opened this issue 5 years ago • 5 comments

[tls @ 0x55ccd71ad000] error:00000000:lib(0):func(0):reason(0)

[hls,applehttp @ 0x55ccd709ef80] keepalive request failed for 'https://lax.locastnet.org/proxy/lax/ktla_src267232930.ts', retrying with new connection: I/O error

This happens after about 3 hours of use

lordbeavis avatar Oct 22 '20 20:10 lordbeavis

If you mean you're watching a program which is longer than 3hrs, a football game for example, that seems to be a Locast constraint. I presume this would also apply if you watched a single channel for more than 3hrs.

Or do you mean you are watching different programs back to back on different channels?

CTJohnK avatar Oct 22 '20 21:10 CTJohnK

Same channel, several different programs

lordbeavis avatar Oct 22 '20 22:10 lordbeavis

my issue is that i have to reset the docker to be able to watch any channel after 3 hours

lordbeavis avatar Oct 24 '20 17:10 lordbeavis

I think I need to look at a way to recover after a failure in accessing the stream. I'll try to look into this when I have time.

tgorgdotcom avatar Oct 25 '20 01:10 tgorgdotcom

Ffmpeg Via stackoverflow: add -timeout before -i Or ffmpeg -reconnect 1 -reconnect_at_eof 1 -reconnect_streamed 1 -reconnect_delay_max 2 -i input

lordbeavis avatar Oct 28 '20 16:10 lordbeavis