Beiträge von horizons

    Hi i have a similar question but with vlc.
    I really need vlc for some live transcoding.


    i have added those lines to my sources.list

    Code
    deb http://www.deb-multimedia.org squeeze main non-free
    deb http://www.deb-multimedia.org squeeze-backports main


    and tried both versions

    Code
    apt-get install vlc


    which install VLC media player 1.1.3 The Luggage (revision exported)


    and

    Code
    apt-get -t squeeze-backports install vlc


    which install VLC media player 2.0.1 Twoflower (revision 2.0.1-0-gf432547)


    for the vlc 1.1.3 version i get errors like this when i try to transcode some h264

    Code
    libdvbpsi error (PSI decoder): TS discontinuity (received 3, expected 0) for PID 0
    libdvbpsi error (PSI decoder): TS discontinuity (received 12, expected 0) for PID 97
    [0x20be590] stream_out_transcode stream out error: cannot find video encoder (module:x264 fourcc:h264)
    [0x20be590] stream_out_transcode stream out error: cannot create video chain
    [0x20c8720] main decoder error: cannot create packetizer output (mpgv)
    [flv @ 0x20bf0a0] Codec for stream 0 does not use global headers but container format requires global headers
    Diverting av_*_packet function calls to libavcodec. Recompile to improve performance
    Diverting av_*_packet function calls to libavcodec. Recompile to improve performance
    Diverting av_*_packet function calls to libavcodec. Recompile to improve performance
    Diverting av_*_packet function calls to libavcodec. Recompile to improve performance


    etc.


    with vlc 2.0 i get

    Code
    [0x7f36e0001898] main generic warning: cannot load module `/usr/lib/vlc/plugins/codec/libavcodec_plugin.so' (/usr/lib/libXfixes.so.3: undefined symbol: _XLockMutex_fn)
    [0xf20218] main generic error: corrupt module: /usr/lib/vlc/plugins/codec/libavcodec_plugin.so
    x264 [info]: using cpu capabilities: MMX2 SSE2Fast FastShuffle SSEMisalign LZCNT
    x264 [info]: profile Constrained Baseline, level 3.0
    [0xf29ba8] main encoder error: corrupt module: /usr/lib/vlc/plugins/codec/libavcodec_plugin.so
    [0xee2fc8] stream_out_transcode stream out error: cannot find audio encoder (module:any fourcc:mp3 ). Take a look few lines earlier to see possible reason.
    [0xee2fc8] stream_out_transcode stream out error: cannot create audio chain
    [0xf1a1c8] main decoder error: cannot create packetizer output (mpga)


    has someone installed a working vlc version and could help me?
    ffmpeg is working correct.
    I don't know how i can fix my problem with the libavcodec_plugin.so