Oscam-emu now supports powervu without streamrelay (on dreambox only...)

satfan_cn

Donating Member
Messages
86
New fix posted today:
Code:
Changeset 11082

Update Timestamp: 11/03/15 14:47:04 (8 hours ago)
Author: Aeon
Message: extended cw tryfix for black screen when switching from multiple cw mode to single cw mode
Code:
Changeset 11083

Update Timestamp: 11/03/15 19:34:20 (4 hours ago)
Author: Aeon
Message: more fixes for extended cw code

Thank you. Can you share files?:clapping:
 
O

ooOO_SORGOS_OOoo

red color removed
green color added

oscam-svn11086-mips-tuxbox-webif-libusb-Distribution.tar.gz

oscam-svn11086-mips-tuxbox-webif-libusb-Distribution

oscam-svn11086-powerpc-tuxbox-old-webif-Distribution.tar.gz
oscam-svn11086-powerpc-tuxbox-old-webif-Distribution

Changeset 11086
Timestamp: 11/03/15 23:50:37 (9 hours ago)
Author: Aeon
Message: update video/audio pid detection

Code:
Index: trunk/module-dvbapi.c
===================================================================
[COLOR="Red"][B]--- a/trunk/module-dvbapi.c[/B][/COLOR]
[B][COLOR="Green"]+++ b/trunk/module-dvbapi.c[/COLOR][/B]
@@ -3093,5 +3093,6 @@
         if(!vpid && 
             (stream_type == 0x01 || stream_type == 0x02 || stream_type == 0x10 || stream_type == 0x1B 
[COLOR="Red"][B]-                || stream_type == 0x24 || stream_type == 0x42 || stream_type == 0xD1 || stream_type == [/B][/COLOR]0xEA)) 
[B][COLOR="Green"]+            || stream_type == 0x24 || stream_type == 0x42 || stream_type == 0x80 || stream_type == 0xD1 
+            || stream_type == 0xEA)) [/COLOR][/B]
         {
             vpid = elementary_pid;
@@ -5557,11 +5558,12 @@
                         // Video
                         if(stream_type == 0x01 || stream_type == 0x02 || stream_type == 0x10 || stream_type == 0x1B 
[COLOR="Red"][B]-                            || stream_type == 0x24 || stream_type == 0x42 || stream_type == 0xD1 || stream_type == 0xEA) [/B][/COLOR]
[COLOR="Green"][B]+                            || stream_type == 0x24 || stream_type == 0x42 || stream_type == 0x80 || stream_type == 0xD1 
+                            || stream_type == 0xEA)[/B][/COLOR]
                         {
                             cw = er->cw;
                         }
                         // Audio
[B][COLOR="Red"]-                        else if(stream_type == 0x03 || stream_type == 0x04 || stream_type == 0x06 || stream_type == 0x0F 
-                                || stream_type == 0x11 || (stream_type >= 0x80 && stream_type <= 0x87)) [/COLOR][/B]
[B][COLOR="Green"]+                        else if(stream_type == 0x03 || stream_type == 0x04 || stream_type == 0x0F || stream_type == 0x11 
+                            || stream_type == 0x81 || stream_type == 0x87)[/COLOR][/B]
                         {
                             cw = er->cw_ex.audio[key_pos_a];
 

aliraza63

Registered
Messages
466
Thanks for the file
better progress now checked @ AFN
Eutelsat 9.0°E 11766-V-27500 & 11804-V-27500
 

Rameez364

Registered
Messages
10
oscam-svn11086-mips-tuxbox-webif-libusb-Distribution.tar.gz*.what mathed for dreambox for this file
 

67sefa

Registered
Messages
122
where is the difference for vu+ and dreambox can ı try this oscam with vu+ ultimo bhole 2.1.7 ?
 

stinkefisch

Registered
Messages
183
Vu + Duo oscam-emu 11086 OpenPLI black screen, DM800 + OpenATV clears great, hopefully there will be a VU version soon
 
Top