[*]Installed the Nightly builds 1.20 (20100721-0002)
[*]Tried to run the basic example
Code: Select all
vlc -I dummy --mms-caching 0 http://www.nasa.gov/55644main_NASATV_Windows.asx vlc://quit --sout='#transcode{threads=2,width=320,height=240,fps=25,vcodec=h264,vb=256,venc=x264{aud,profile=baseline,level=30,keyint=30,bframes=0,ref=1,nocabac},acodec=mp3,ab=96}:duplicate{dst=std{access=livehttp{seglen=10,delsegs=true,numsegs=5,index=/var/www/streaming/mystream.m3u8,index-url=http://mydomain.com/streaming/mystream-########.ts},mux=ts{use-key-frames},dst=/var/www/streaming/mystream-########.ts}}'
Then it spits back "[051906dc] main input error: cannot start stream output instance, aborting"
I apologize for being such a noob but i must be overlooking something stupid? Things im not sure about:
The path does it need to be created ahead of time? I did that but is it based on root (c:) or vlc's program folder. I tried both.
Any help would be greatly appreciated.