tellytv / telly

An IPTV proxy
MIT License
769 stars 106 forks source link

DVR Device name is tvhProxy, not telly #12

Closed emreuenal closed 6 years ago

emreuenal commented 6 years ago

Thank your for this great project.

I have some trouble to get it work.

If i try to add telly to the plex, i am getting this:

telly

If i am done with the configuration, cant open any channel (unable to tune channel, timed out).

On the DVR settings from plex:

image

I am not using tvhproxy or tvheadend.

tombowditch commented 6 years ago

Did you try using tvhProxy before telly? Plex has this weird issue where it grabs the old name.

tombowditch commented 6 years ago

If i try to add telly to the plex, i am getting this:

Can you paste the output of telly here please?

emreuenal commented 6 years ago

Did you try using tvhProxy before telly?

Yes, that was long time ago

Can you paste the output of telly here please?

$./telly-linux-amd64 -file=/app/telly/cha.m3u
[telly] [parser] Reading m3u file /app/telly/cha.m3u ...
[telly] [warning] telly is not attempting to strip out unneeded channels, please use the flag -filterregex if telly returns too many channels
[telly] [info] telly is currently not filtering for only uk television. if you would like it to, please use the flag -uktv
[telly] [info] found 1 channels

[telly] [info] creating discovery data
[telly] [info] creating lineup status
[telly] [info] creating device xml
[telly] [info] creating webserver routes
[telly] [info] listening on localhost:6077

with logrequests:

$./telly-linux-amd64 -logrequests -file=/app/telly/cha.m3u
[telly] [parser] Reading m3u file /app/telly/cha.m3u ...
[telly] [warning] telly is not attempting to strip out unneeded channels, please use the flag -filterregex if telly returns too many channels
[telly] [info] telly is currently not filtering for only uk television. if you would like it to, please use the flag -uktv
[telly] [info] found 1 channels

[telly] [info] creating discovery data
[telly] [info] creating lineup status
[telly] [info] creating device xml
[telly] [info] creating webserver routes
[telly] [info] listening on localhost:6077
[telly] [request] /lineup.json
[telly] [request] /discover.json
[telly] [request] /lineup_status.json
[telly] [request] /discover.json
[telly] [request] /lineup_status.json
[telly] [request] /lineup.json
[telly] [request] /lineup.json

Thank you...

emreuenal commented 6 years ago

Restarted PMS a couple of times and the issue is gone.

tombowditch commented 6 years ago

Figured, Plex gets a bit weird.

Shall I close this now?

emreuenal commented 6 years ago

Thank you, yes we can close the issue.

For all with the same problem, stop and start PMS again while telly running in background.