Skip to content
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

Open
VizDock opened this issue Jul 8, 2024 · 13 comments
Open

No subtitles #1161

VizDock opened this issue Jul 8, 2024 · 13 comments

Comments

@VizDock
Copy link

VizDock commented Jul 8, 2024

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

@Jalle19
Copy link
Collaborator

Jalle19 commented Jul 8, 2024

So you mean that whenever minisatip uses oscam for decrypting, subtitles don't work?

@Jalle19
Copy link
Collaborator

Jalle19 commented Jul 8, 2024

Prioritizing DDCI over oscam is another issue, I'm not sure how we want that to work.

@VizDock
Copy link
Author

VizDock commented Jul 8, 2024

Whatever channel I choose from available channels which I can decode with oscam (only one caid), no subtitles.
I assumed that prioritizing DDCI over oscam is another issue, but it would be nice :)
I can decode only one channel at same time with oscam, and with DDCI I can decode 7-8 not sure, depends on bandwidth of channels that are opened at the same time. So it would be nice if could set DDCI as prefered, for channels that can be decoded with both DDCI and oscam.

@catalinii
Copy link
Owner

Can you comment those 2 lines?
https://github.com/catalinii/minisatip/blob/master/src/ca.c#L299 And 300

@VizDock
Copy link
Author

VizDock commented Jul 13, 2024

Can you comment those 2 lines? https://github.com/catalinii/minisatip/blob/master/src/ca.c#L299 And 300

Just did that, same outcome, no subtitles. Tried two channels, switching subtitles from Croatian to some other, nothing is shown.
Here is log
minisatiplog.zip

Edit:
btw, I can provide remote access if it would help to make things easier

@catalinii
Copy link
Owner

Hi,

can you upload a log for the same channel, where 2224 is the subtitle pid ?

Thanks

@VizDock
Copy link
Author

VizDock commented Jul 14, 2024

Hi
I can't find any channel that I can decode with oscam and have subtitle on PID 2224
Can you choose another PID?

@mathanimas
Copy link

mathanimas commented Jul 24, 2024

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.

@VizDock
Copy link
Author

VizDock commented Jul 24, 2024

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
Thanks, but commenting out those two lines didn't help in my case.
Each channel have several subtitle PIDs and none of them works. And basically PIDs are different on all channels. Not on same PID. Only thing in common is that they are decoded with oscam and Caid is 1830
Can't figure out anything else

pic1

@Jalle19
Copy link
Collaborator

Jalle19 commented Jul 29, 2024

Can you comment those 2 lines? https://github.com/catalinii/minisatip/blob/master/src/ca.c#L299 And 300

Should we make this change permanent? Or would it be even better to somehow detect which PIDs are actually encrypted and only add those?

@catalinii
Copy link
Owner

Ideally yes, some CAMs are not decrypting large PMT CAs

@catalinii
Copy link
Owner

Yes to the detection

@Jalle19
Copy link
Collaborator

Jalle19 commented Jul 30, 2024

I'm not confident I'm able to implement this, do you wanna have a go at it @catalinii ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants