TVheadend issue

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Beninho Offline
Junior Member
Posts: 26
Joined: Jan 2012
Reputation: 0
Post: #1
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/proje...tv_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?
find quote
ntadej Offline
Member
Posts: 84
Joined: Nov 2011
Reputation: 6
Location: Slovenia
Post: #2
My IP TV provider only has 4 digit ports so I can't test.

Make sure to specify ports separately in their column.
find quote
Beninho Offline
Junior Member
Posts: 26
Joined: Jan 2012
Reputation: 0
Post: #3
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.
find quote
opdenkamp Offline
Team-XBMC PVR Developer
Posts: 2,005
Joined: Feb 2009
Reputation: 25
Location: Heerlen, The Netherlands
Post: #4
"grace period expired" is a message from tvheadend. does your provider use some form of encryption and did you set that up correctly?

opdenkamp / dushmaniac

xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]

Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.

If you like my work, please consider donating to me and/or Team XBMC.
find quote
Beninho Offline
Junior Member
Posts: 26
Joined: Jan 2012
Reputation: 0
Post: #5
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!
(This post was last modified: 2012-02-16 23:16 by Beninho.)
find quote