pierre-emmanuelJ / iptv-proxy

Reverse proxy on iptv m3u and m3u8 file and xtream codes client api
GNU General Public License v3.0
478 stars 139 forks source link

Xtream proxied stream dies after ~11m40s of playing #125

Open AwaitingSerotonin opened 2 years ago

AwaitingSerotonin commented 2 years ago

iptv-proxy --port xxxxx --hostname xxxxxxx.com --xtream-user usernameoniptvsite --xtream-password passwordoniptvsite --xtream-base-url http://iptv.xxxxx.xxx:xxx/ --user mymadeupusername --password mymadeuppassowrd

Using the above, iptv-proxy seems to work, as it will show me all the channels, and play them, but 100% of the time after ~11minutes40seconds of playing, the stream stops playing. If I use the original XC url from my provider, this does not happen, aka it plays fine for hours and hours.

Is there some sort of auth being regenerated on server side that iptv-proxy doesnt support or any other ideas?

Thanks.

pierre-emmanuelJ commented 2 years ago

Seems to be a timeout in the http request on the proxy server side

brimur commented 1 year ago

Just wanted to add I experience this also. It's fine for watching live as I can use the xc app, but when using a DVR like Tvheadend it's painful because it will only record the first few minutes and never recover

sabre6 commented 1 year ago

any resolution to this?