Bug #4038
Descrambling works only for the first tuned channel
0%
Description
Descrambling works only for the first tuned channel, if I change the channel then it doesnt work anymore... On OScam I don see that tvheadend asks for the keys.
After restart of tvheadend it works again for 1 channel.
History
Updated by saen acro about 8 years ago
Are you have Local card, or your provider limiting you by ECM?
Updated by Morbid Angel about 8 years ago
I have local cards... it works for each channel but I need each time I zap to other channel to restart tvheadend
Updated by saen acro about 8 years ago
How do you configure N-line in TVH and oscam?
Are you try to make second N-line account for TVH
Do you use DVBAPI?
Updated by Morbid Angel about 8 years ago
tvh config:
{
"mode": 6,
"camdfilename": "/tmp/camd.socket",
"port": 0,
"class": "caclient_capmt",
"index": 1,
"enabled": true
}
oscam.conf config:
[dvbapi]
enabled = 1
au = 1
pmt_mode = 0
user = tvheadend
read_sdt = 1
boxtype = pc-nodmx
oscam.user config:
[account]
user = tvheadend
au = 1
group = 1,2
cccmaxhops = 1
cccreshare = 0
cccignorereshare = 1
the same config worked with 4.0.9 (only mode on tvheadend was OSCam pc-nodmx (rev >= 9756) but have already tried it with 2298 and same problem)
Updated by Morbid Angel about 8 years ago
compiled with --disable-lockowner --enable-bundle --disable-ffmpeg_static
Updated by Morbid Angel about 8 years ago
saen acro wrote:
How do you configure N-line in TVH and oscam?
Are you try to make second N-line account for TVHDo you use DVBAPI?
it is better to use N-Line or dvbapi?
Updated by Jaroslav Kysela about 8 years ago
Which oscam version? Also try network '127.0.0.1' connection instead named socket.
Updated by Morbid Angel about 8 years ago
Jaroslav Kysela wrote:
Which oscam version? Also try network '127.0.0.1' connection instead named socket.
1.20.11270
Updated by Morbid Angel about 8 years ago
Jaroslav Kysela wrote:
Which oscam version? Also try network '127.0.0.1' connection instead named socket.
oh cool it works over 127.0.0.1 without the bug... THX
Updated by Rob vh about 8 years ago
Hm, this works for meL
oscam.conf:
[dvbapi]
enabled = 1
au = 1
pmt_mode = 4
user = api
read_sdt = 2
boxtype = pc-nodmx
I have an older oscam so still using mode 4 in tvheadend
Updated by Jaroslav Kysela over 7 years ago
- Status changed from New to Fixed
I found some issues in the tvheadend's capmt/dvbapi code. I believe that the named pipe (socket) connection should work now. Closing as fixed.