Project

General

Profile

Bug #5538

Import m3u-list from other Tvheadend-Server

Added by deganza 11 over 5 years ago. Updated over 5 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
IPTV
Target version:
-
Start date:
2019-02-13
Due date:
% Done:

0%

Estimated time:
Found in version:
4.2.6
Affected Versions:

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

#1

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

#2

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.

#3

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?

#4

Updated by Jaroslav Kysela over 5 years ago

Create ACL entry without username but with IP only.

#5

Updated by Flole Systems over 5 years ago

Username has to be * for IP-Only ACLs if I remember correctly

#6

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?

#7

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.

#8

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?

#9

Updated by saen acro over 5 years ago

Without user and password.

#10

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

#11

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

#12

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!

Also available in: Atom PDF