Bug #2031
Subscribing/Unsubscribing a service stops another subscription from the same mux
0%
Description
Hi,
Situation:
- Streaming service A.
- When subscribing or unsubscribing service B from the same mux as service A, service A stops.
This is annoying because it ruins recording (recording 1 service and zapping on channels from the same mux as the service being recorded).
Only able to test in encrypted channels (dvb-s2).
I have noticed that this issue is random.
Also noticed that the Status page from the webui shows 0 BW usage in the subscription that was ruined, but continues to show BW usage in the "Stream" tab.
Tried with full MUX rx mode and I have the same issue.
Tried 2 different dvb cards and I have the same issue.
Thanks,
lja
Files
History
Updated by Luis Alves over 10 years ago
Some news:
FTA channels work good.
Only happens if CAPMT is used for descrambling.
CWC works fine.
Priority should be Medium now...
Updated by Sam Stenvall over 10 years ago
I had the same issue when I tried the master branch a few weeks ago, but in my case I couldn't get CAPMT to work at all so I used the CWC client, and it still failed. Are you sure it's working with CWC for you?
I suspect someone will have to do a bisect to get to the bottom of this, unless someone who knows the code sees this and is able to fix it.
Updated by Sebastian Porombka over 10 years ago
I'm also have problems with empty recorded files (from channels decrypted by CWC client) since my last update to master branch.
Updated by Emil Halko over 10 years ago
Hello,
I have the same problem... tested with CWC and capmnt... both doesn't work :-(
Updated by Adam Sutton over 10 years ago
- Category set to Descrambling
- Priority changed from High to Normal
Updated by Adam Sutton over 10 years ago
I'm using CAPMT (previously had CWC enabled, forgot that was there for previous test, but that's off now) however I've just tried this and couldn't replicate.
I tried:
start service A
start service B
stop service B
and
start service A
start service B
stop service A
in both cases the remaining stream continue to run. All streaming was initiated from the webui and was using CAPMT.
So not quite sure what's going on here.
Luis,
Maybe you could grab a debug log with some trace options enabled:
--trace subscriptions,linuxdvb,dvb,mpegts,cwc,capmt
Might give some indication of what's going on.
Adam
Updated by Adam Sutton over 10 years ago
- Status changed from Need feedback to Accepted
Actually, I'm not so sure about thsi now. I had some recordings fail for the first time in ages. And it coincides with both an accidental upgrade of TVH and also my disabling of CWC (so as to use CAPMT only).
Adam
Updated by Sebastian Porombka over 10 years ago
I have a problem with empty recorded files on cwc encrypted channels. Even when i'm watching the same channel simultaneously live on tv, the recorded file is empty. In almost any attemp, a recording of the german private pay tv RTL HD fails with no clear indications in the debug log.
Updated by Emil Halko over 10 years ago
Hello,
I have updated to the current latest tvheadend(3.9.542) version and the problem disappeared... so it seems that it is solved...
Problem was presented on 3.9.467
Updated by Emil Halko over 10 years ago
Hello,
Today again the same problem... I have to make some tests... problem could be with tv-tuner driver, CWC/capmnt or tvheadend ...
Updated by Emil Halko over 10 years ago
Hello,
I have tested it all the weekend and found out that the problem is occurring only when I'm using it with capmnt... When I'm using it with CWC it's working fine.... I have tbs6982 dual tuner card with installed official driver from TBS version 140323 and oscam 1.20-unstable_svn,build:r9568 with dvbapi configuration as follow:
[dvbapi]
enabled = 1
au = 1
boxtype = pc
user = tvh
pmt_mode = 4
request_mode = 1
is there something wrong???
Updated by Petar Ivanov over 10 years ago
Today i see same bug using campt, When BT Sport 2 HD is running and i start BT Sport 1 HD on same mux and stop BT Sport 1 HD, BT Sport 2 HD don't receive maybe key and BT Sport 2 HD stop also.
In log say:
[WARNING] TS: 11604V/BT Sport 2 HD: H264
#2337: Corrupted PES header
#2337: Corrupted PES header
2014-04-24 05:28:03.551 [WARNING] TS: 11604V/BT Sport 2 HD: H264
2014-04-24 05:30:10.004 [WARNING] TS: 11604V/BT Sport 2 HD: H264 @ #2337: Corrupted PES header
In Status bar in Subsrabtion say Running on channel, but with 26 kb/s, dont receive key from capmt.
Updated by Jaroslav Kysela over 10 years ago
I fixed this bug in commit 95b1e9190eee165b61289d548d60e759b0c7c573 :-)