xiaodoudou / PlexIPTV

This app simulate a DVR device for Plex by providing a layer to any IPTV provider (that provide a m3u8 playlist)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't get plex to tune

jamesdisco opened this issue Β· comments

Hi @xiaodoudou
Logs are below
logs.zip
you'll see i'm now getting loads of 'Received a device identify request.' errors

Hey,
Seems your stream cannot be bufferize for some reasons.
Could you provide me your provider so I can get a trial to check it out?

Cheers

Hi @xiaodoudou

I am having the same issue with both my providers.

https://genip.tv/ and
https://iptvstack.com/

Unable to tune issue, also I am using a docker.

I can't tune using vaders. Im not using docker. It just keeps on saying preloading in the log

I was able to get it to work by changing the link to TS

Tried another provider and having the same issue.
fabiptv.com/

I'm also having the same issue. Any fix?

Hi @xiaodoudou ,

The issue is still there, it does not matter if I use a .ts or .m3u8 file extension on the stream. The direct link works perfectly with VLC.

The docker logs as follows once Plex requests channel:

2018-05-21T02:00:31.541Z plexiptv:index:verbose 2018/05/21 02:00:31.5410 πŸ”­ proxy Receive a proxy for: 431
2018-05-21T02:00:31.545Z plexiptv:preloader:verbose 2018/05/21 02:00:31.5450 πŸ”­ preload Create preload for: http://172.17.0.15:1234/channel/431
2018-05-21T02:00:31.546Z plexiptv:worker:verbose 2018/05/21 02:00:31.5460 πŸ”­ subscribe Subscribe to: http://172.17.0.15:1234/channel/431
2018-05-21T02:00:31.545Z plexiptv:worker:verbose 2018/05/21 02:00:31.5440 πŸ”­ requestFactory Preloading: http://172.17.0.15:1234/channel/431 (http://tv.REDACTED.com:80/live/REDACTED/REDACTED/14658.m3u8)
2018-05-21T02:31:13.754Z plexiptv:worker:verbose 2018/05/21 02:31:13.7540 πŸ”­ myRequest.once Renew preloading: undefined,
2018-05-21T02:31:13.754Z plexiptv:worker:verbose 2018/05/21 02:31:13.7540 πŸ”­ requestFactory Preloading: http://172.17.0.15:1234/channel/431 (http://tv.REDACTED.com:80/live/REDACTED/REDACTED/14658.m3u8),
2018-05-21T02:31:14.126Z plexiptv:worker:verbose 2018/05/21 02:31:14.1260 πŸ”­ myRequest.once Renew preloading: undefined,
2018-05-21T02:31:14.126Z plexiptv:worker:verbose 2018/05/21 02:31:14.1260 πŸ”­ requestFactory Preloading: http://172.17.0.15:1234/channel/431 (http://tv.REDACTED.com:80/live/REDACTED/REDACTED/14658.m3u8),
2018-05-21T02:31:14.144Z plexiptv:worker:verbose 2018/05/21 02:31:14.1440 πŸ”­ unsubscribe Unsubscribe to: http://172.17.0.15:1234/channel/431,
2018-05-21T02:31:14.144Z plexiptv:worker:verbose 2018/05/21 02:31:14.1440 πŸ”­ unsubscribe No more subscribers.,
2018-05-21T02:31:14.144Z plexiptv:worker:verbose 2018/05/21 02:31:14.1440 πŸ”­ end End of: http://172.17.0.15:1234/channel/431,

Plex will error 'Playback Error' 'Unable to tune channel'

Everything else seems to be working fine, its finding my config, my filters, and Plex does not report that the DVR is offline etc.

Thanks in advanced
-SystemLord

I checked my own logs and I do have the exact same problem. I get a very high load of "myRequest.once Renew preloading: undefined" messages when I try to tune to a channel.

which then ends-up with something like :

"unsubscribe Unsubscribe to: http://127.0.0.1:12345/channel/80039"

and :

"unsubscribe No more subscribers."

and finally :

"end End of: http://127.0.0.1:12345/channel/80039"

is there any advancement on this ? would be nice to be able to tune in the channels to be honest ;)

I didn't try Telly, but I did use headendtv + a proxy to link it to plex in the past, and indeed, this new tool is way easier to configure. But as I said, ending up with a nice looking dvr and epg, but without any way to tune in, is quite useless... I hope the dev will investigate this soon. ;)

The same issue, It doesn't seem to want to return any channels at all. I tried with Telly and it worked instantly.

Well i guess i should give a try to telly then.

OK guys I'm back with some feedback as I had some time to try out telly today. Issue is the same.
Unable to tune in to channel.
The telly log displays : "[debug] Redirecting to: http:linktothechan" and plex fails to tune in.

So we can state plex IPTV can't be incriminated here.

Telly worked for me using m3u and ts output.
Could not get it working in PlexIPTV

well, my line is complying to this :

type=m3u_plus&output=ts

unfortunately, not working...so the mystery remains ! :)

Unlucky me, I can't get my streams to load either with plexiptv or telly...

Duplicate of #8
if your provider is based on xtream code api, should work properly if not, neither PlexIPTV or Telly can make it works.

The reason is we need to work on a preprocess approach to re-encode the IPTV stream to MPEG2 TS which is what Plex is expecting.