Bug #5538
Import m3u-list from other Tvheadend-Server
0%
Description
Hi
When I try to read a playlist from one TVH-Server in to another TVH-Server then I got an error message.
Every mux fails.
The list that I import has the following syntax:
http://USERNAME:PASSWORD@YourTVHeadendIP:9981/playlist/channels.m3u
If I use the same address in vlc or in any other iptv client it's working.
What am I doing wrong?
History
Updated by saen acro over 5 years ago
Totaly wrong url
http://USERNAME:PASSWORD@YourTVHeadendIP:9981/playlist/channels
is correct format, there is no .m3u on end
Updated by Jaroslav Kysela over 5 years ago
TVH accepts .m3u or .m3u8 suffixes. Try to disable digest-only authentication. TVH http client does not support it yet. Or do only IP based authentication on the server.
Updated by deganza 11 over 5 years ago
Jaroslav Kysela wrote:
TVH accepts .m3u or .m3u8 suffixes. Try to disable digest-only authentication. TVH http client does not support it yet. Or do only IP based authentication on the server.
I've disabled the digest-only authentifiation but the mux fails. Where can I done the IP based authentification on the server?
Updated by Flole Systems over 5 years ago
Username has to be * for IP-Only ACLs if I remember correctly
Updated by deganza 11 over 5 years ago
Jaroslav Kysela wrote:
Create ACL entry without username but with IP only.
Ok, but do I have to set a passwort for the user with the IP only?
And on the other server I call it with http://USERNAME:PASSWORD@YourTVHeadendIP:9981/playlist/channels
and I put the IP on the Username?
Updated by saen acro over 5 years ago
deganza 11 wrote:
Jaroslav Kysela wrote:
Ok, but do I have to set a passwort for the user with the IP only?
IP is authenticator in this case.
Updated by deganza 11 over 5 years ago
saen acro wrote:
deganza 11 wrote:
Jaroslav Kysela wrote:
Ok, but do I have to set a passwort for the user with the IP only?IP is authenticator in this case.
But how should the following link look like?
http://IP:PW@YourTVHeadendIP:9981/playlist/channels
So I have to put the IP-Adress and a PW that I set to useraccount with thi IP-address?
Updated by deganza 11 over 5 years ago
saen acro wrote:
Without user and password.
it's not working. I get the following error message:
iptv: unable to fetch data from url [401-0/432]
to recap:
I've two TVH servers: TVH1 and TVH2
In TVH1 I've created an user with username IP-address of TVH2
I've disabled "Use HTTP digest authentication" in TVH1
I've created in TVH2 an automatic IPTV Network with the following url: http:IP_of_TVH1:9981/playlist/channels
Updated by saen acro over 5 years ago
deganza 11 wrote:
it's not working. I get the following error message:
iptv: unable to fetch data from url [401-0/432]
You don't have "*" user with "*" password and/or correctly set ip of client
Updated by deganza 11 over 5 years ago
saen acro wrote:
deganza 11 wrote:
it's not working. I get the following error message:
iptv: unable to fetch data from url [401-0/432]
You don't have "*" user with "*" password and/or correctly set ip of client
Thanks a lot!!!
Fantastic! It's working now!