-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuring Telly & Tvheadend M3U as the source #282
Comments
The problem seems clear: What do you get when you retrieve |
Hi, If I retrive http://192.168.3.3:9981/xmltv/channels.xml I get an error in the browser "400 Bad Request" Everytime I enter http://192.168.3.3:9981/xmltv and press Enter I get the following page. As you can see, the URL changes into http://192.168.3.3:9981/xmltv/channels Moreover, with the M3u happens something similar: when I enter http://192.168.3.3:9981/playlist browser asks me to download the file "channels" without the extension .m3u and the URL I see is http://192.168.3.3:9981/playlist/channels. Then I need to rename manualy "channels" file into "channels.m3u" How could I solve this problem? Thank you |
telly is trying to retrieve try replacing this:
with
in your config, since those are the URLs that apparently return the data that telly needs. You may be able to use:
but offhand I can't recall if telly will work with the redirect that's apparently happening. |
Hi, I modified the config file as per your advice: matej@server: ` [IPTV] [Log] [Web] [[Source]] ##Filter = "YOUR_FILTER_REGULAR_EXPRESSION" When I run Telly I get the following log: matej@server:~/telly$ ./telly 302 Found\r\n\r\n"; err=INFO[2020-12-10T10:33:54+01:00] Loading XMLTV from http://192.168.3.3:9981/xmltv Unsolicited response received on idle HTTP channel starting with "HTTP/1.1 302 Found\r\nServer: HTS/tvheadend\r\nCache-Control: no-cache\r\nConnection: Keep-Alive\r\nContent-Type: text/html\r\nContent-Length: 143\r\n\r\n\r\n\r\n<TITLE>302 Found</TITLE>\r\n\r\n 302 Found\r\n\r\n"; err=INFO[2020-12-10T10:33:54+01:00] Loaded 36 channels into the lineup from INFO[2020-12-10T10:33:54+01:00] telly is live and on the air! INFO[2020-12-10T10:33:54+01:00] Broadcasting from http://192.168.3.3:6077/ INFO[2020-12-10T10:33:54+01:00] EPG URL: http://192.168.3.3:6077/epg.xml INFO[2020-12-10T10:33:54+01:00] Lineup JSON: http://192.168.3.3:6077/lineup.json Accessing http://192.168.3.3:6077/lineup.json I see the following: Accessing http://192.168.3.3:6077/epg.xml I see the following: Now I can play the channels into VLC but it takes a lot of time in order to start playing. Here is the log. I see some errors... I don't know if they are from telly or ffmpeg
|
Hello,
I have a problem configuring Telly. The source of both m3u and epg is my tvheadend server. Both Tvheadend and Telly are running on the same machine on my home network.
This is my telly config file:
`
[Discovery]
Device-Auth = "telly123"
Device-ID = 12345678
Device-UUID = ""
Device-Firmware-Name = "hdhomeruntc_atsc"
Device-Firmware-Version = "20150826"
Device-Friendly-Name = "telly"
Device-Manufacturer = "Silicondust"
Device-Model-Number = "HDTC-2US"
SSDP = true
[IPTV]
Streams = 2
Starting-Channel = 10000
XMLTV-Channels = true
FFMpeg = true
[Log]
Level = "info"
Requests = true
[Web]
Base-Address = "192.168.3.3:6077"
Listen-Address = "0.0.0.0:6077"
[[Source]]
Name = ""
Provider = "Custom"
M3U = "http://192.168.3.3:9981/playlist/channels.m3u"
EPG = "http://192.168.3.3:9981/xmltv/channels.xml"
##Filter = "YOUR_FILTER_REGULAR_EXPRESSION"
##FilterKey = "group-title"
##FilterRaw = false
##Sort = "group-title"
`
This is the error I get every time I start telly by issuing the command " ./telly"
INFO[2020-12-08T11:17:50+01:00] telly is preparing to go live (version=1.1.0.8, branch=dev, revision=96424a4719f33de9c1b66d8d2186e0452e45a234) INFO[2020-12-08T11:17:50+01:00] Loading M3U from http://192.168.3.3:9981/playlist/channels.m3u INFO[2020-12-08T11:17:50+01:00] Loading XMLTV from http://192.168.3.3:9981/xmltv/channels.xml ERRO[2020-12-08T11:17:50+01:00] Could not decode xmltv programme error="expected element type <tv> but have <HTML>" ERRO[2020-12-08T11:17:50+01:00] error when parsing EPG error="expected element type <tv> but have <HTML>" ERRO[2020-12-08T11:17:50+01:00] error when preparing provider error="expected element type <tv> but have <HTML>" ERRO[2020-12-08T11:17:50+01:00] error when processing provider error="expected element type <tv> but have <HTML>" INFO[2020-12-08T11:17:50+01:00] telly is live and on the air! INFO[2020-12-08T11:17:50+01:00] Broadcasting from http://192.168.3.3:6077/ INFO[2020-12-08T11:17:50+01:00] EPG URL: http://192.168.3.3:6077/epg.xml INFO[2020-12-08T11:17:50+01:00] Lineup JSON: http://192.168.3.3:6077/lineup.json
The text was updated successfully, but these errors were encountered: