We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Finally I get it up and running. My input m3u looks like this:
#EXTM3U #EXTINF:-1 tvg-id="none" tvg-name="none" tvg-logo="" group-title="Free/TV", BBC http://xy.com/live/1234/9876/9998.ts #EXTINF:-1 tvg-id="none" tvg-name="none" tvg-logo="" group-title="Free/TV", CNN http://xy.com/live/1234/9876/9999.ts
When I am trying to access IPTV proxy I get only empty M3U response:
madrian@debian:~$ curl localhost:8080/m3u #EXTM3U
02.12.2024 22:24:20 [INFO ] :: App :: loading config... 02.12.2024 22:24:21 [INFO ] :: IptvProxyService :: starting 02.12.2024 22:24:21 [INFO ] :: IptvProxyService :: updating channels 02.12.2024 22:24:21 [INFO ] :: AsyncLoader :: loading playlist: someiptv-1, retry: 0, url: https://example.com/iptv.m3u 02.12.2024 22:24:21 [INFO ] :: IptvProxyService :: parsing playlist: someiptv-1, url: https://example.com/iptv.m3u 02.12.2024 22:24:23 [INFO ] :: IptvProxyService :: channels updated 02.12.2024 22:24:24 [INFO ] :: IptvProxyService :: started
What could be the problem?
The text was updated successfully, but these errors were encountered:
Are you sure your yaml config is configured properly ? I logs above it tries to download m3u list fro example.com...
Sorry, something went wrong.
No branches or pull requests
Finally I get it up and running. My input m3u looks like this:
When I am trying to access IPTV proxy I get only empty M3U response:
What could be the problem?
The text was updated successfully, but these errors were encountered: