...Continued conversation from other thread (Oscam-emu/OSEmu differences)
I used exactly this patch which worked seamlessly together with oscam svn. Maybe a debug version could help. Thanks for the explanation about AU and dvapi. I think it's not clever to send all SIDs to oscam all the time as it keeps on decrypting all channels in a stream even if noone is watching. This keeps the CPU busy always. And yes, I have those options in my mumudvb conf already as I used your "mumu_init.auto.2.afn.conf" as a template. Thanks for your help, by the way. Have a nice weekend. :-)
The rewrite config options do not prevent the sending of the entire stream, they only rewrite the sdt and pat from the transponder so it looks like only one channel (the one you selected bysid) is in the stream. Even without these options, mumudvb only sends the pids for the channel you choose (as well as the common pids.) BUT, this is probably why AU is confused since it is getting different information from dvbapi than what is in the stream (due to the rewriting.) So if you remove these options, maybe AU will work better. The other big BUT is, without the rewriting, my stb (and I think yours as well) will be confused and not play the stream. (VLC doesn't care either way.) I am not sure there is a way to make everything work with one config...
So you used the patch and then just made the "bysid" changes for mumudvb usage?
Attached is a version which prints how many scrambled video packets and how many decrypted (in two or three passes...) for each full buffer.
Something like this
scrambled packets=241
decrypted=128
decrypted=113
scrambled packets=223
decrypted=128
decrypted=95
scrambled packets=212
decrypted=128
decrypted=84
scrambled packets=20
decrypted=20
scrambled packets=237
decrypted=129
decrypted=108
scrambled packets=240
decrypted=129
decrypted=111
scrambled packets=234
decrypted=129
decrypted=105
Display More
The numbers should add up. :)
Also included in zip is source in case you want to build yourself...
Note for others: This is just for use with mumudvb config above, it will not work for connection to enigma2.