Beiträge von mctd

    http://thread.gmane.org/gmane.…mbedded/11620/focus=11620


    Taken from glibc_2.3.2+cvs20040726.bb in dreambox branch :

    Code
    do_munge() {
            # http://www.handhelds.org/hypermail/oe/51/5135.html
            # Some files were moved around between directories on
            # 2005-12-21, which means that any attempt to check out
            # from CVS using a datestamp older than that will be doomed.
            #
            # This is a workaround for that problem.
            rm -rf ${S}/bits
    }



    Would my problem be a side effect of this "patch" ?

    Tried to build from scratch, tried to replace the mipsel-linux file with the one provided : doesn't work.... (same error)


    same player, play again ?


    I'm on a fedora core 5, 32 bits Atlon cpu, if it helps somehow...

    Hallo,


    Ist es möglich die canalsat mosaik wie auf die OFF Demodulatoren zu benutzen?


    Ist es möglich ein Plugin dazu zu schreiben ?



    Danke,
    mctd

    Hi,



    I have some problem with compiling fontconfig-native (dependency for many other useful tools).


    Here we are :



    log.do_compile.2124 contents:
    ===================




    Anyone can help ?

    There is a problem in the bb file for the flex sources.


    I you have problem, try to replace this:

    Code
    SRC_URI = "${SOURCEFORGE_MIRROR}/lex/flex-2.5.31.tar.bz2


    by this:

    Code
    SRC_URI = "${SOURCEFORGE_MIRROR}/flex/flex-2.5.31.tar.bz2


    in the "openembedded/packages/flex/flex.inc" file.




    Greets,
    mctd

    Hi,



    I'm trying to find out how to code a new TS-file player on a DM7025.
    I did a small plugin that perform a stopService() in enigma2 so it closes all opened devices (video0, etc...).


    Now i'm trying to find out the sequence needed to open a TS file and play it back with some basic primitives:


    tsfile=open(tsfilepath, O_RDONLY);
    vdec=open("/dev/dvb/adapter0/video0", O_RDWR);
    vdmx=open("/dev/dvb/adapter0/demux0", O_RDWR);
    ioctl(vdec, VIDEO_PLAY);


    etc...



    Could somebody help me to get the right sequence and the proper filters etc to set ?


    Thanks



    PS:
    I read on linuxtv.org that the dvr device for writing is /dev/dvb/adapter0/dvr0, but I found out that there is also a /dev/misc/pvr device on the dm7025. who's the bad, who's the good (for ts file playback) ?



    PS 2:
    Don't ask why I am trying to do this it is a secret :grinning_face_with_smiling_eyes: (actually it is to playback some streaming ts coming from a PC running VLC, for transcoding divx, etc...)

    Is there someone here that can describes me how to make a custom translation file, like a french one for example ?


    I just took a short look at the .po files so far so I have an idea on how to proceed but any help would be greatly appreciated.


    Thanks :smiling_face: