Beiträge von Trois Six

    Hi,


    Debian testing and unstable are switching to gcc/g++ 4. What is the status of your packages ?


    I am trying to compile analogtv under sid ans I have some errors :


    Code
    cpu_accel.c: In function 'uint32_t mm_accel()':
    cpu_accel.c:80: error: can't find a register in class 'BREG' while reloading 'asm'
    cpu_accel.c:86: error: can't find a register in class 'BREG' while reloading 'asm'
    cpu_accel.c:97: error: can't find a register in class 'BREG' while reloading 'asm'
    cpu_accel.c:101: error: can't find a register in class 'BREG' while reloading 'asm'


    cpu_accel.c comes from libmpeg2 and there is already a solution for gcc4 : http://sourceforge.net/mailarchive/forum.php?thread_id=8265256&forum_id=729

    Hi all,


    using


    Code
    rm -f /tmp/out.avi
    /usr/bin/mkfifo /tmp/out.avi
    cat /tmp/out.avi &
    /usr/bin/mencoder -ovc lavc -oac mp3lame -lavcopts vcodec=mpeg1video:vbitrate=1200:vhq:keyint=250 -o /tmp/out.avi -- - &>/tmp/out.log


    It works here but I tried to use a less important bitrate and mplayer didn't succeed to receive the stream over the web.


    So I use now another way :


    externremux.sh :

    Code
    /usr/local/bin/replex -t DVD


    and vlc after :

    Code
    vlc --noosd -vvv [URL]http://ip:3000/Extern/canal[/URL] --sout '#transcode{vcodec=mp4v,acodec=mpga,vb=608,ab=128,channels=2,
    width=128,height=288}:std{access=http,mux=ogg,url=:8090}'


    One note : It works except that each time I stop to watch a stream externremux.sh finishes as a defunct process...

    Hi,


    I am used to play around streamdev & VLC to stream over the web & mplayer to play.


    I have a problem with the latest streamdev cvs : I have no sound !!! ;(


    The only way to have it is to use the version from peter...


    Here is the script I use to stream :


    Hi,


    I have a problem compiling this plugin :



    I have http://mitglied.lycos.de/peter…xine-0.7.4-network.tar.gz and
    http://mitglied.lycos.de/peter…ine-0.7.4-network.tar.gz.


    What's the problem ? I have to apply xine-lib-1.0-cvs-imagemagic-2005-02-03.patch ?