![]() |
|
TVheadend issue - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: PVR Help and Support (/forumdisplay.php?fid=167) +---- Forum: HTS Tvheadend (/forumdisplay.php?fid=168) +---- Thread: TVheadend issue (/showthread.php?tid=122644) |
TVheadend issue - Beninho - 2012-02-12 11:00 Hi, I use Ubuntu 11.10 server with xbmc Eden fronted. For IPTV I have installed tvheadend but there are some issues for me When I enter a 5 digit port channel like: udp://@224.1.3.X:12XX0 I get status changed to grace period expired error. It just keep subscribing en unsubscribing. At first i thought the error was in http://www.lonelycoder.com/redmine/projects/tvheadend/repository/revisions/cc42203b53967414e4d0badd99f5d443c587b73f/diff/src/iptv_input.c Because I first used the 2.12 edtion from hts repository. I apt-get remove hts-tvheadend the install and tried a install from the github. But it gives me the same error. Channels with 4 digit ports work fine for me. Can somobody help me out with this issue? - ntadej - 2012-02-12 22:07 My IP TV provider only has 4 digit ports so I can't test. Make sure to specify ports separately in their column. - Beninho - 2012-02-14 10:21 I think afterall it's not a tvheadend issue. I tried with ssh -X and installed VLC. With VLC the issue repeats. Maby there is something wrong with my setup. I'll look into that. - opdenkamp - 2012-02-14 11:24 "grace period expired" is a message from tvheadend. does your provider use some form of encryption and did you set that up correctly? - Beninho - 2012-02-14 20:55 The issue is solved there was a missing line in interfaces # up route del default up route add -net 22X.0.0.X/4 eth0 up route add -net 82.XXX.121.0/24 gw 10.XXX.184.1 eth0 up route add -net 77.XXX.XXX.0/24 gw 10.XXX.184.1 eth0 Bottom line added Thanks all! |