Replies: 22 comments 155 replies
-
yes, you try to access the playlist through the xtream api. But you are using the wrong url format. Xtream api needs an An example call is: as you can see the |
Beta Was this translation helpful? Give feedback.
-
any other m3u/xc playlist that i have added to this program works am not sure why this is not working |
Beta Was this translation helpful? Give feedback.
-
Do you mean other playlist from a real provider and not It would be helpful if you give me more detail. |
Beta Was this translation helpful? Give feedback.
-
i have tested it with xtream and it worked. |
Beta Was this translation helpful? Give feedback.
-
use the webui for user . |
Beta Was this translation helpful? Give feedback.
-
if you only have remote access than you dont need local server config. You can use the external. |
Beta Was this translation helpful? Give feedback.
-
i cant get this work even when bypassing traefik |
Beta Was this translation helpful? Give feedback.
-
@aniel300 i have tested this now with IPTV Player on windows and it works. I have pushed a new beta image, please update the image. |
Beta Was this translation helpful? Give feedback.
-
here is my config for xtream. This is only an example so dont think about the filter and names. It is mandatory for xtream that input
templates:
- name: MY_CHANS
value: 'Group ~ ".*"'
sources:
- inputs:
- type: xtream
url: 'http://my-provider.com'
username: testuser
password: testuser.secret
options: {xtream_info_cache: true}
targets:
- name: xtream
publish: true
filename:
filter: "!MY_CHANS!"
options: {ignore_logo: false}
output:
- type: xtream
sort:
match_as_ascii: true
groups:
order: asc
mapping:
- simple-mapping
server:
- name: default
protocol: http
host: 192.168.0.81
http_port: '8901'
https_port: '8443'
rtmp_port: '1935'
timezone: Europe/Paris
message: Welcome to m3u-filter
user:
- target: xtream
credentials:
- username: test
password: test
token: null
proxy: reverse
server: default
epg_timeshift: null |
Beta Was this translation helpful? Give feedback.
-
yes input xc info is set correctly. i keep getting this error |
Beta Was this translation helpful? Give feedback.
-
i have pushed a new beta image |
Beta Was this translation helpful? Give feedback.
-
but where is the error you mentioned? |
Beta Was this translation helpful? Give feedback.
-
Can you explain me your complete setup ? |
Beta Was this translation helpful? Give feedback.
-
@aniel300 how is your setup, you mentioned trafik? How does the client access m3u filter? |
Beta Was this translation helpful? Give feedback.
-
After setup you should test first with curl.
|
Beta Was this translation helpful? Give feedback.
-
no, because i cant use port 443 on my router for testing. And using alternative port like 8443 does not work with letsencrypt. |
Beta Was this translation helpful? Give feedback.
-
i have added this for you, you can go back to release image. The beta image contains this test outputs. |
Beta Was this translation helpful? Give feedback.
-
when you use curl and get the playlist, what is inside the playlist? |
Beta Was this translation helpful? Give feedback.
-
curl is a command-line tool and library used for transferring data to and from a server. It supports a wide range of protocols, including HTTP, HTTPS, FTP, SCP, SFTP, and more. The name stands for Client URL. |
Beta Was this translation helpful? Give feedback.
-
ok you have access to the server, you get the results as expected. Dou you have 2 outputs defibed on the target external? |
Beta Was this translation helpful? Give feedback.
-
what channels? Ehat do they have in common. Are they all from same provider.? Some providers look for header information. |
Beta Was this translation helpful? Give feedback.
-
the 2.0.10 has all implementations. |
Beta Was this translation helpful? Give feedback.
-
am getting this error when trying to open the playlist, any thoughts?
[2024-11-21T13:23:12Z DEBUG m3u_filter::api::xtream_api] Paremeter action is empty!
Beta Was this translation helpful? Give feedback.
All reactions