-
-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No subtitles #1161
Comments
So you mean that whenever minisatip uses oscam for decrypting, subtitles don't work? |
Prioritizing DDCI over oscam is another issue, I'm not sure how we want that to work. |
Whatever channel I choose from available channels which I can decode with oscam (only one caid), no subtitles. |
Can you comment those 2 lines? |
Just did that, same outcome, no subtitles. Tried two channels, switching subtitles from Croatian to some other, nothing is shown. Edit: |
Hi, can you upload a log for the same channel, where 2224 is the subtitle pid ? Thanks |
Hi |
Hi, I had a similar problem (as described on minisatip forum; with a log file that looks unsuspicious to me, but happens to contain a subtitle stream with PID 2224). Commenting out these two lines (229 and 300) in src/ca.c did the trick for me. — Thanks! @catalinii: While everything is working for me now, please let me know if I can assist in further debugging and/or making this patch unnecessary. |
Hi |
Should we make this change permanent? Or would it be even better to somehow detect which PIDs are actually encrypted and only add those? |
Ideally yes, some CAMs are not decrypting large PMT CAs |
Yes to the detection |
I'm not confident I'm able to implement this, do you wanna have a go at it @catalinii ? |
I wrote it on minisatip forum, had no reply, so I thought to post here.
Tvheadend using minisatip with DDCI for one CAID, and oscam for second caid.
All channels using DDCI for decoding show subtitles.
If I choose channel that can be decoded with DDCI and OSCAM (channel which can be decoded with both CAIDS), minisatip choose oscam and no subtitles.
Also channels that can only be decoded with oscam - no subtitles.
If I remove oscam connection from minisatip, and make tvheadend use oscam for decoding, then subtitles show.
Even though it works, channel switching is slower, because when minisatip is in charge of decoding, I can put checkmark in tvheadend 'remove scrambled bit' and it works really fast.
And I would like to use DDCI as prefered method of decoding, cos my CAM can decode 7-8 channels simultaneously.
Log attached
log2.zip
The text was updated successfully, but these errors were encountered: