[streaming] Re: Windows Batch File

James littlejim at austarnet.com.au
Mon Jul 31 01:47:50 CEST 2006


Marten van Wezel wrote:
> Thank you Torben, strange that I didn't find that page with google. Will
> give it a shot and report on AMR live encoding. (Im not holding my
> breath :P)
> 
> -Marten
> 
> On Thu, Jul 13, 2006 at 08:25:22AM +0200, Torben Knerr wrote:
> 
>>Hi there,
>>
>>there is a tutorial on how to build VLC with AMR support:
>>http://www.firstmiletv.nl/vlc/developers/howto.txt
>>
>>I tried it more than half a year ago, and VLC was able to
>>play local AMR files, and to encode AMR files to a file.
>>Unfortunately, live encoding AMR and streaming it on the
>>fly via RTP/RTSP was not possible, because there was
>>no packetizer for AMR int rtp.c sourcecode.
>>
>>Maybe the latest version of VLC can live-stream AMR via RTP
>>once you built it with AMR support. Does anyone know for
>>sure?
>>
>>Please let me know if you succeed.
>>


Hello the list,

I'm trying to get VLC to run with the following batch file;

vlc -vvv dshow:// :dshow-vdev="Logitech QuickCam Pro 4000" 
:dshow-adev="Logitech Microphone (Pro 4000)" :dshow-size="320x240" 
:dshow-fps=25 :no-dshow-config :no-dshow-tuner 
:sout=#transcode{vcodec=mp4v,vb=256,scale=1,acodec=mp3,ab=128,channels=2} 
:duplicate{dst=std{access=file,mux=mp4,dst="F:\mp4\capture.mp4"}}

but all I get from VLC is;

main debug: stream=`transcode'
main debug: looking for sout stream module: 1 candidate
main error: invalid chain
stream_out_transcode error: cannot create chain
main warning: no sout stream module matching "transcode" could be loaded
main debug: destroying chain... (name=transcode)
main debug: destroying chain done
main error: stream chain failed for 
`transcode{vcodec=mp4v,vb=256,scale=1,acodec=mp3,ab=128,channels=2}'
main error: cannot start stream output instance, aborting
main debug: thread times: real 0m0.109375s, kernel 0m0.000000s, user 
0m0.015625s
main debug: thread 3792 joined (input/input.c:399)
main: nothing to play

Can anybody spot what it is I'm doing wrong?

Cheers

James


-- 
This is the streaming mailing-list, see http://www.videolan.org/streaming/
To unsubscribe, please read http://www.videolan.org/support/lists.html



More information about the streaming mailing list