EPG not working in "reverse" mode #27
Replies: 2 comments 2 replies
-
@adamsdavis572 i have tested the epg, and it is working. If you have given an epg_url -> the epg is downloaded during update and written and served from/to disc (the advantage is, the epg is reduced to the filtered channels, unecessary epg is removed). If you have used epg_url and then removed it, the old file will remain on disc. The xtream epg api will first look for the file on disc, if it exists it is served, if not the original povider url is accessed and the content is passed to the client (nothing changed as is from provider). I have tested it with android smarters light, and it is working as expected. How it works: the channels have an attribute "epg_channel_id", this has to match the channel id inside the epg xml file. What you can do: download the epg file with curl and check the channel id against the |
Beta Was this translation helpful? Give feedback.
-
once again apologies - i thought i had deleted all the persisted epg files in data but i had not!! i have removed it and epg is working now :-) ill play around with config for caching locally. This is working really well. the filtered and locally cached xtream files is much quicker loading than my previous solution. much appreciated |
Beta Was this translation helpful? Give feedback.
-
@euzu i have the xtream reverse proxy mode configured and working now. This is a fantastic addition - thanks very much.
However i dont seem to be receiving EPG in this mode
The call to m3u-filter proxy happens and it returns a 200
[2023-12-06T18:27:08Z INFO actix_web::middleware::logger] 192.168.1.73 "GET /xmltv.php?username=<username>&password=<password> HTTP/1.1" 200 749721 "-" "Dalvik/2.1.0 (Linux; U; Android 14; SM-S906B Build/UP1A.231005.007)" 0.003312
When i call this URL in a browser it does return the xml epg list but i cant see anything in Smarters
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions