https://wiki.videolan.org/Documentation ... he_iPhone/
But I seem to missing something.
I'm actually using this as my main example:
Code: Select all
vlc -I dummy --mms-caching 0 http://www.nasa.gov/55644main_NASATV_Windows.asx vlc://quit --sout='#transcode{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-########.mp3},mux=raw,dst=/var/www/streaming/mystream-########.mp3},select=audio}'
I have verified that the user I'm running VLC as can write to the filesystem.
I am able to connect to my shoutcast stream, but it does not create the m3u8 or segmented files until after I ctrl-c out of VLC. What am I missing?