7°E
11104 V 9875
4.2.2
ID: D529 KARR B4M12 Main
CW: CF A9 55 CD F8 8E B7 3D
7°E
11104 V 9875
4.2.2
ID: D529 KARR B4M12 Main
CW: CF A9 55 CD F8 8E B7 3D
As a simple workaround i deleted oscam and now send the encrypted streams directly to VLC instances on PC, where they are demuxed and decrypted. VLC has libcsa implemented and can decrypt constant cw streams.
A shame that oscam can't adress the correct key to the correct demuxer, even when custom provider id's are used. That doesn't work at all for multiple BISS streams with the same SID. For me it looks like a bug for FBC tuners, when oscam returns the key to DVB-API. It could also be a DVB-API problem.
OK, after another 3 days of testing and modifications, the problem still exists.
I'll send the VU+ back to supplier, as this was the only feature I needed. I'll use four cheap single receivers instead.
Display Moreyou can assign 2 demuxers to a reader
if a user wanted to, normally you set one to demuxer 0 and the other reader to demuxer 1
[reader]
label = schauen
use_for_demux = 1
protocol = cccam
device = 192.168.178.187,40000
user = schauen
password = neues
inactivitytimeout = -1
reconnecttimeout = 10
group = 1
cccversion = 2.3.2
ccckeepalive = 1
audisabled = 1
[reader]
label = aufnahme
use_for_demux = 0
protocol = cccam
device = 192.168.178.187,40000
user = aufnahme
password = neues
inactivitytimeout = 30
group = 1
cccversion = 2.3.2
ccckeepalive = 1
audisabled = 1
[reader]
label = aufnahme1
use_for_demux = 2
protocol = cccam
device = 192.168.178.187,40000
user = aufnahme
password = neues
inactivitytimeout = 30
group = 1
cccversion = 2.3.2
ccckeepalive = 1
audisabled = 1
Could you please compile this version with emu too? I need emu for BISS CA. Goal is to adress every demux instance to one specific emu. Currently OSCAM EMU only decrypts one stream.
I have a VU+Duo 4K SE with dual FBC tuner (8 demuxer). I'd like to decode 4 BISS coded feeds parallel and stream them to client devices.
Receiving the 4 feeds is no problem. I can stream them to all devices parallel. So the tuner and demuxer side is ok. 1 stream gets decrypted by the BISS key, but when i like to watch another channel in parallel, OSCAM uses the same key it uses for stream 1, even there is a correct key for stream 2 defined in Softcam Key file. Is this a bug, or how does OSCAM decide which key to use for which stream? Is there someone with the same problems? I see the same problems on my Octagon SF8008 and on my ZGemma H9.2S with dual tuners, no matter which image i use. I tried out a lot of different images. Currently OpenATV 7.5 on Octagon and ZGemma, OpenBlackhole 5.5.1 on VU+, so it seems to be an OSCAM issue.
Display MoreDisplay More7.0°E
11018 H 4827
4:2:0 - HEVC
ID: D514 M3 B2
CW: 89 1A BC 5F B0 98 49 91
it's HEVC 10 Bit 4:2:2 with 16APSK Modulation
Stream #0:0[0x200]: Video: hevc (Rext) ([36][0][0][0] / 0x0024), yuv422p10le(tv, bt709), 1920x1080 [SAR 1:1 DAR 16:9], 50 fps, 50 tbr, 90k tbn
Stream #0:1[0x1010]: Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, fltp, 384 kb/s
Stream #0:2[0x1020]: Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, fltp, 384 kb/s
I think your receiver must support H265 and 16 APSK at the same time so that you could receive the image. if your receiver only supports H265 or only 16 APSK you can't receive the image that's just my idea.
Yes, that's correct. But it's not the only thing. Also the chroma format is very important for the video decoder. YUV 4:2:0 is always no problem, but YUV 4:2:2 is, because those chroma formats are not supported by the on chip GPU unit (even they should for H265 according to the HiSilicon datasheet). Perhaps some licensing issues, as H265 is a non-free video codec and they didn't buy all options (my guess).
Display MoreDisplay MoreDisplay More7.0°E
11018 H 4827
4:2:0 - HEVC
ID: D514 M3 B2
CW: 89 1A BC 5F B0 98 49 91
it's HEVC 10 Bit 4:2:2 with 16APSK Modulation
Stream #0:0[0x200]: Video: hevc (Rext) ([36][0][0][0] / 0x0024), yuv422p10le(tv, bt709), 1920x1080 [SAR 1:1 DAR 16:9], 50 fps, 50 tbr, 90k tbn
Stream #0:1[0x1010]: Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, fltp, 384 kb/s
Stream #0:2[0x1020]: Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, fltp, 384 kb/s
I think your receiver must support H265 and 16 APSK at the same time so that you could receive the image. if your receiver only supports H265 or only 16 APSK you can't receive the image that's just my idea
this is dvb-s2x + HEVC
11006 H 4827 YUV4:2:0 <<< this one works fine on Enigma2 receiver, but this one (11018 H 4827 YUV4:2:2) not. It seems YUV422 H265 is not supported by the receivers hardware decoder (same as H264 4:2:2). When streaming to ffmpeg it works fine, as modern GPU's can handle it without problems.
I even achieved a slightly lower latency than the satellite receiver playback by adding some additional flags to ffplay:
"ffplay -fflags nobuffer -flags low_delay -vf setpts=0 http://192.168.178.193:8001/1:0:1:1:A0:0:C02AFF:0:0:0:"
7.0°E
11018 H 4827
4:2:0 - HEVC
ID: D514 M3 B2
CW: 89 1A BC 5F B0 98 49 91
it's HEVC 10 Bit 4:2:2 with 16APSK Modulation
Stream #0:0[0x200]: Video: hevc (Rext) ([36][0][0][0] / 0x0024), yuv422p10le(tv, bt709), 1920x1080 [SAR 1:1 DAR 16:9], 50 fps, 50 tbr, 90k tbn
Stream #0:1[0x1010]: Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, fltp, 384 kb/s
Stream #0:2[0x1020]: Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, fltp, 384 kb/s
7°E
11093 V 9875
4:2:2
ID: D379 MNST Main
CW: 4A D5 99 B8 50 C3 47 5A
7°E
11081 V 9875
4:2:2
ID: D278 RSGB B4/4G12 M
CW: 15 BB F8 C8 21 EC A9 B6
7°E
10964 H 14400
4:2:2
D565 LPZG 1A18 M
CW: AE 31 34 13 8B 5E AE 97
7°E
11082 V 9876
4:2:2
ID: D381 MGDB
CW: 51 B5 1C 22 64 BB 81 A0
7°E
11092 V 9876
4:2:2
ID: D410 Main Elversberg
CW: A8 B9 7D DE B0 34 FE E2
7°E
11105 V 9875
4:2:2
ID: D379 PABN Main
CW: EA 71 26 81 1D DD 5D 57
7°E
11093 V 9875
4:2:2
ID: D379 GLKN bu
CW: 30 59 4A D3 89 E6 30 9F
7°E
11081 V 9875
4.2.2
ID: D529 DAST B4G12 Main
CW: 68 22 8C 16 F8 7B D2 45
7°E
11093 V 9875
4.2.2
ID: D565 MDBG 4K12 B
CW: CF 03 74 46 C1 A2 AC 0F
7°E
11093 V 9875
4.2.2
ID: D410 Main Karlsruhe
CW: 73 28 3D D8 C5 03 00 C8
7°E
11081 V 9875
4.2.2
ID: D-413 Enc2 COLG 4G12 BU
CW: 57 A8 6E 6D 5C CF 60 8B