rbuehlma / pvr.teleboy

Kodi PVR-Addon for Teleboy
GNU General Public License v2.0
12 stars 7 forks source link

No final url #13

Closed quthla closed 6 years ago

quthla commented 6 years ago
01:40:03.302 T:1938813712  NOTICE: AddOnLog: Teleboy PVR Client: Play URL: http://teleboy.customers.cdn.iptv.ch/1/1021/index.m3u8?p=126&token=XXX&expires=123&c=t1.
01:40:03.364 T:1938813712  NOTICE: AddOnLog: Teleboy PVR Client: Redirected to : http://s1017-1-137.cdn.iptv.ch:80/session/XXX/nvnv5a/1/1021/index.m3u8?token=XXX&p=126.
01:40:06.574 T:1938813712   ERROR: CCurlFile::FillBuffer - Failed: Failure when receiving data from the peer(56)
01:40:06.574 T:1938813712   ERROR: CCurlFile::Open failed with code 0 for http://s1017-1-137.cdn.iptv.ch:80/session/XXX/nvnv5a/1/1021/index.m3u8?token=XXX&p=126:
01:40:06.574 T:1938813712  NOTICE: AddOnLog: Teleboy PVR Client: Redirected to : http://s1017-1-137.cdn.iptv.ch:80/session/XXX/nvnv5a/1/1021/index.m3u8?token=XXX&p=126.
01:40:09.912 T:1938813712   ERROR: CCurlFile::FillBuffer - Failed: Failure when receiving data from the peer(56)
01:40:09.912 T:1938813712   ERROR: CCurlFile::Open failed with code 0 for http://s1017-1-137.cdn.iptv.ch:80/session/XXX/nvnv5a/1/1021/index.m3u8?token=XXX&p=126:
01:40:09.912 T:1938813712  NOTICE: AddOnLog: Teleboy PVR Client: Redirected to : http://s1017-1-137.cdn.iptv.ch:80/session/XXX/nvnv5a/1/1021/index.m3u8?token=XXX&p=126.
01:40:13.259 T:1938813712   ERROR: CCurlFile::FillBuffer - Failed: Failure when receiving data from the peer(56)
01:40:13.260 T:1938813712   ERROR: CCurlFile::Open failed with code 0 for http://s1017-1-137.cdn.iptv.ch:80/session/XXX/nvnv5a/1/1021/index.m3u8?token=XXX&p=126:
01:40:13.260 T:1938813712  NOTICE: AddOnLog: Teleboy PVR Client: Redirected to : http://s1017-1-137.cdn.iptv.ch:80/session/XXX/nvnv5a/1/1021/index.m3u8?token=XXX&p=126.
01:40:15.879 T:1938813712   ERROR: CCurlFile::FillBuffer - Failed: Failure when receiving data from the peer(56)
01:40:15.879 T:1938813712   ERROR: CCurlFile::Open failed with code 0 for http://s1017-1-137.cdn.iptv.ch:80/session/XXX/nvnv5a/1/1021/index.m3u8?token=XXX&p=126:
01:40:15.879 T:1938813712  NOTICE: AddOnLog: Teleboy PVR Client: Redirected to : http://s1017-1-137.cdn.iptv.ch:80/session/XXX/nvnv5a/1/1021/index.m3u8?token=XXX&p=126.

I get this quite often. It seems the addon is unable to determine the final url. After 5 tries it just forwards the non final url to inputstream but that url can't be played of course and playback won't start. If I try another channel, it instantly plays.

Is there some kind of limitation why Teleboy is not replying as it should?

When it works, it seems to be using another server then. I guess p=126 is the channel.

01:40:20.462 T:1938813712  NOTICE: AddOnLog: Teleboy PVR Client: Play URL: http://teleboy.customers.cdn.iptv.ch/1/1021/index.m3u8?p=126&token=XXX&expires=123&c=t1.
01:40:20.531 T:1938813712  NOTICE: AddOnLog: Teleboy PVR Client: Redirected to : http://s1021-0-136.cdn.iptv.ch:80/session/XXX/nvnv5a/1/1021/index.m3u8?token=XXX&p=126.
01:40:20.676 T:1938813712  NOTICE: AddOnLog: Teleboy PVR Client: Final url : http://s1021-0-136.cdn.iptv.ch:80/session/XXX/nvnv5a/1/1021/index.m3u8?token=XXX&p=126.
quthla commented 6 years ago

Found the issue. Sorry for the noise