Code: Select all
vlc -I dummy /home/cgross/testfile.mpg vlc://quit --sout='#transcode{width=720,height=440,fps=29.94,vcodec=h264,vb=256,venc=x264{aud,profile=baseline,level=30,keyint=30,ref=1},acodec=mp3,ab=96}:std{access=livehttp{seglen=10,delsegs=true,numsegs=5,index=/var/www/streaming/mystream.m3u8,index-url=http://208.88.248.38/streaming/mystream-########.ts},mux=ts{use-key-frames},dst=/var/www/streaming/mystream-########.ts}'
Not sure what exactly is not allowing it to work with pulling, maybe my syntax is wrong?