Beiträge von Sjaaky

    My first bet would be on gst-launch. Don't use enigma, just start gst-launch on boot. You'll need some extra gst plugins, hopefully already included in the feed. Remember to set the video output to dvbvideosink and the audio output to dvbaudiosink or the alsaink. The challenge is to find the right plugins and to construct the right commandline for gst-launch.
    Some examples for rtp streaming: http://cgit.freedesktop.org/gs…d/tree/tests/examples/rtp
    Searching for plugins: ipkg list "*udp*" and: ipkg list "*rtp*"


    I can't help you any further though, but I hope this will give you a kickstart.

    Ich habe so etwas fur e1 webxtv gemacht. Lieder muss das stream nue gestart werden, aber es funzt.


    For what it's worth...


    The problem seemed to be an undefined __WORDSIZE because _MIPS_SZPTR was undefined.


    changing /build/tmp/staging/mipsel-linux/include/bits/wordsize.h to

    Code
    #ifdef _MIPS_SZPTR
    #define __WORDSIZE      _MIPS_SZPTR
    #else
    #define __WORDSIZE      32
    #endif


    made the errors go away.


    I'm not comfortable enough with OE to figure out a better solution. Hopefully this post still provides some help to others searching for an answer.

    Wow, super!


    Ich habe zeit lange auf ein dvd-spieler-plugin gewartet.


    Aber auf meiner dm500 gibt es ein paar bugs:
    - kein 'overlay' im menu. So kein 'current menu entry' indikator. Wahrscheinlich weil der dm500 nur 8 bit osd unterstutzt.
    - konnte ein dvd ohne menu nicht abschliesen.
    - der undertitel ist invertiert. Das ganzen schirm ist weiss und der undertitel selbst ist transparent.


    Gibt da ein moglichkeit das du die code publiziert?



    Vielen dank und geht so weiter !!


    ps. Entschuldigung fur mein slechter Deutsch.