Page 15 of 178 FirstFirst ... 513141516172565115 ... LastLast
Results 281 to 300 of 3542

Thread: Enigma 2 by The_ripper - TEST -

  1. #281
    Junior Member
    Join Date
    Apr 2010
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Thanks for your update.

    my apps is not using any sigma stuff, all i need is a working fbdirect (best HW accelerated) and a mediaplayer, which can be called by command line.

    Does this mean, that there is no directfb in enigma. Thought there is some!
    Is the compiler available somewhere for download?


    Quote Originally Posted by The_Ripper View Post
    @thica
    Currently I use gcc compiler from OE 1.5 build. OE is builded for dm800.
    This is regarding E2 and all the stuff I am working on.

    This toolchain "smp86xx_toolchain.20080505" you cant use because it's based/compiled for Uclibc usage not for Glibc if you are planing something for E2, for original FW then you must use smp86xx toolchain.
    Sigmas Directfb DCCHD package, that's not possible on Glibc for 8634 chips ...

  2. #282
    Junior Member
    Join Date
    Apr 2009
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts
    The_Ripper Hello I'm happy for your great work you are doing I have a question to make it with a HDD instead of a Dom firmware installed on the decoder like me who is an Elite would AzboxHD ability to record directly into it and not have to be putting a usb. Because the original firmware partition like a Sun and not the hard disk partition or it does not record anything you always said No valid recording device.

  3. #283
    V.I.P
    Join Date
    Jan 2009
    Posts
    255
    Thanks
    0
    Thanked 0 Times in 0 Posts
    @thica
    Like I said there will be no DirectFB(DccHD package from Sigma) for E2 on smp8634 chip because their libs are compiled against Uclibc and not Glibc.
    On new chips from Sigma it's possible because their SDK libs are based/compiled for Glibc usage and not like on smp8634 chip for Uclibc.


    Regarding compiler ,download Makefile-opendreambox-1.5 and compile OE for dm800, you will have full compiler and rootfs we are using for E2 Azbox currently.



    @bawin
    If I understand you , you want possibility to install E2 on HDD and not on internal DOM ?

  4. #284
    V.I.P
    Join Date
    Jan 2005
    Posts
    384
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by The_Ripper View Post
    On new chips from Sigma it's possible because their SDK libs are based/compiled for Glibc usage and not like on smp8634 chip for Uclibc.
    Would that mean that SMP8655/54 boxes would be easier to make E2 for? I have seen that there is a He@d that uses this CPU, and that CPU shuold be 1,5 X faster also. Is there big difference to make SW for this CPU?

    Best regards!

  5. #285
    Junior Member
    Join Date
    Apr 2009
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts
    DOM right now I do not take it out because I have him as eh ide to sata adapter and a 160GB HDD Internal 2.5 eh you install the firmware and it works very well the problem that you can not record on the HDD as the firmware automatically partition you need a USB to record as I have understood you need to make a link from any two USB devices to record to HDD installed my question that would happen in the Enigma2.

    Here the partitions that makes me the original firmware on the 160GB HDD 2.5.

    AZBox[~]$ df -k|grep hd
    /dev/hda1 139999 112711 20059 85% /MMP
    /dev/hda2 23332 9146 12982 41% /PLUGINS
    /dev/hda3 15553 3671 11079 25% /DISK2
    /dev/hda4 153654248 82744 145766324 0% /Download
    AZBox[~]$

    What this means to record directly to the Internal HDD installed without the need for USB.
    Last edited by bawin; 21-08-2010 at 04:30 PM.

  6. #286
    V.I.P
    Join Date
    Jan 2009
    Posts
    255
    Thanks
    0
    Thanked 0 Times in 0 Posts
    @digihoe
    I dont have access to 865x do***entations/SDK so I dont know whats difference in API if any regarding old chips/new chps, but MRUA libs for new chips are compiled against Glibc, so it will be easy to use MRUA libs in any based glibc rootfs(that include OE and E2).

    @bawin
    It should be no problem recording to internal HDD even it's acting as replaced DOM, but to be clear till I finish demux/tuners part and test we will not know.

  7. #287
    Senior Member
    Join Date
    Jan 2009
    Posts
    219
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by The_Ripper View Post
    @digihoe
    I dont have access to 865x do***entations/SDK so I dont know whats difference in API if any regarding old chips/new chps, but MRUA libs for new chips are compiled against Glibc, so it will be easy to use MRUA libs in any based glibc rootfs(that include OE and E2).

    @bawin
    It should be no problem recording to internal HDD even it's acting as replaced DOM, but to be clear till I finish demux/tuners part and test we will not know.
    Are you making progress on these drivers? as was said that it might be very difficult to get the demux and video output dvbapi compliant?

    Thnx

  8. #288
    V.I.P
    Join Date
    Jan 2009
    Posts
    255
    Thanks
    0
    Thanked 0 Times in 0 Posts
    @sattommy
    Audio driver is finished, and it's DVB API compilant for most parts or better to say it handle allmost all IOCTL calls it should, but I added few more IOCTL calls to Audio DVB API so applications that will use "audio" can send all necessary infos regarding audio data so I can set required Codec for Sigma HW decoding.

    Video driver is on the way, still coding it, so it should be soon finished. Like in audio , video DVB API will be expanded too.

    For demux/tuners till I get there I will know, right now I dont have any problems or obstacles regarding the code I finished for DVB driver.

  9. #289
    Senior Member
    Join Date
    Jan 2009
    Posts
    219
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by The_Ripper View Post
    @sattommy
    Audio driver is finished, and it's DVB API compilant for most parts or better to say it handle allmost all IOCTL calls it should, but I added few more IOCTL calls to Audio DVB API so applications that will use "audio" can send all necessary infos regarding audio data so I can set required Codec for Sigma HW decoding.

    Video driver is on the way, still coding it, so it should be soon finished. Like in audio , video DVB API will be expanded too.

    For demux/tuners till I get there I will know, right now I dont have any problems or obstacles regarding the code I finished for DVB driver.
    Ok this sound perfect. This would mean that we are not dependent any more on rua libs? For example for a movieplayer they can send audio/video over your kernel modules which will pass things to sigma HW decoding?

    Thank you very much for all of your hard work.

  10. #290
    V.I.P
    Join Date
    Jan 2009
    Posts
    255
    Thanks
    0
    Thanked 0 Times in 0 Posts
    @sattomy
    Ok this sound perfect. This would mean that we are not dependent any more on rua libs?
    Yes I communicate over low level API with Sigma chip and not over MRUA libs.

    For example for a movieplayer they can send audio/video over your kernel modules which will pass things to sigma HW decoding?
    Movieplayer just need to open audio0/video0 path, send infos regarding what audio/video codec is used in file that needs to be played, set up other stuff over ioctl call and thats all. Ofcourse application must demuxing file and send RAW datas to audio/video driver.

  11. #291
    V.I.P
    Join Date
    May 2008
    Posts
    375
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by The_Ripper View Post
    @sattomy


    Yes I communicate over low level API with Sigma chip and not over MRUA libs.


    Movieplayer just need to open audio0/video0 path, send infos regarding what audio/video codec is used in file that needs to be played, set up other stuff over ioctl call and thats all. Ofcourse application must demuxing file and send RAW datas to audio/video driver.
    Regarding the Video decoding,I would like to remind you that some feeds we can see can be MPEG2 HD 4:2:2,and would be great to keep getting them.
    The reason I am posting is because you might not have any such feed available in order to set correct video decoding parameters,and in such case,some of us can provide you with samples.
    Let us know.

  12. #292
    Senior Member
    Join Date
    Jan 2009
    Posts
    219
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by The_Ripper View Post
    @sattomy


    Yes I communicate over low level API with Sigma chip and not over MRUA libs.


    Movieplayer just need to open audio0/video0 path, send infos regarding what audio/video codec is used in file that needs to be played, set up other stuff over ioctl call and thats all. Ofcourse application must demuxing file and send RAW datas to audio/video driver.
    Thank you for all your work and info. Would it be possible to release image with audio and vidio drivers when they are finished, before you start working on demux/tuners? Or maybe just the kernel modules which we can use with the old install. This way maybe someone can already start developping music/video player executables

  13. #293
    Senior Member
    Join Date
    Jan 2005
    Posts
    114
    Thanks
    0
    Thanked 0 Times in 0 Posts
    This is sounding great, I think

    Keep the great work my friend!

  14. #294
    Junior Member
    Join Date
    Apr 2009
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts
    It may put a USB-TDT2 in our azboxhd because they have two tuners such as I of (dvb-s2 and dvb-c2) in the decoder to have the dvb-usb tdt2 by the three tuners also have in the decoder.

  15. #295
    V.I.P
    Join Date
    Jan 2009
    Posts
    255
    Thanks
    0
    Thanked 0 Times in 0 Posts
    @sattommy
    Yes it's plan, when I finish video part and E2/Python code is adjusted, to release new test, now with better protection for upgrading back to original FW. Last time my kernel didnt have RAM disk rootfs, now it has, etc ...

  16. #296
    V.I.P
    Join Date
    Jan 2009
    Posts
    255
    Thanks
    0
    Thanked 0 Times in 0 Posts
    @bawin
    On Elite/Premium model, 2 tuners cant work in same time, regarding of the type S/S2/C/T
    Premium+ is different case ...

  17. #297
    V.I.P
    Join Date
    Jan 2009
    Posts
    255
    Thanks
    0
    Thanked 0 Times in 0 Posts
    @kebien
    Can you upload few seconds/minutes of MPEG2 HD 4:2:2 stream somewhere.
    Thx.

  18. #298
    Junior Member
    Join Date
    Apr 2009
    Posts
    24
    Thanks
    0
    Thanked 0 Times in 0 Posts
    @The_Ripper

    When do you think that will be ready the tuner/demux part??
    And all emus will work well like in dream without any patch??

  19. #299
    Junior Member
    Join Date
    Apr 2009
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I know because I is that I have two tuners and a dvb-s2 dvb-c2 and the decoder to put third tuner to a USB port TDT.


    And so have all three tuners in the decoder.

  20. #300
    V.I.P zeini's Avatar
    Join Date
    Dec 2008
    Location
    Austria
    Posts
    455
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by The_Ripper View Post
    @kebien
    Can you upload few seconds/minutes of MPEG2 HD 4:2:2 stream somewhere.
    Thx.
    Here is a short file with 4:2:2 and 720p.

Page 15 of 178 FirstFirst ... 513141516172565115 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •