TVheadend issue
#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?
Reply
#2
My IP TV provider only has 4 digit ports so I can't test.

Make sure to specify ports separately in their column.
Reply
#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.
Reply
#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.
Reply
#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!
Reply

Logout Mark Read Team Forum Stats Members Help
TVheadend issue0