error: cannot create packetizer output (WMV1)
Posted: 14 Apr 2010 10:38
Hi.
When I try to stream an mms stream and transcode it with the following commande-line :
I get the following error in logs :
What should you suggest me in order to get the stream up and running ?
Thanks for your help.
When I try to stream an mms stream and transcode it with the following commande-line :
Code: Select all
vlc -vvv mms://streameserv.example.com:1800 --sout '#transcode{vcodec=mp4v,acodec=mpga,vb=800,ab=128}:standard{access=mmsh,mux=asf,dst=mystreamserver:8080}'
Code: Select all
[00000283] main stream output debug: adding a new input
[00000284] stream_out_transcode private debug: creating video transcoding from fcc=`WMV1' to fcc=`mp4v'
[00000337] main decoder debug: looking for decoder module: 24 candidates
[00000337] main decoder warning: cannot load module `/usr/lib/vlc/codec/libffmpeg_plugin.so' (/usr/lib/vlc/codec/libffmpeg_plugin.so: undefined symbol: img_resample)
[00000284] stream_out_transcode private error: cannot find decoder
[00000284] stream_out_transcode private error: cannot create video chain
[00000336] main packetizer error: cannot create packetizer output (WMV1)
[00000283] main stream output debug: adding a new input
[00000284] stream_out_transcode private debug: creating audio transcoding from fcc=`wma2' to fcc=`mpga'
[00000353] main decoder debug: looking for decoder module: 24 candidates
[00000353] main decoder warning: cannot load module `/usr/lib/vlc/codec/libffmpeg_plugin.so' (/usr/lib/vlc/codec/libffmpeg_plugin.so: undefined symbol: img_resample)
[00000284] stream_out_transcode private error: cannot find decoder
[00000284] stream_out_transcode private error: cannot create audio chain
[00000305] main packetizer error: cannot create packetizer output (wma2)
Thanks for your help.