Skip to content

Instantly share code, notes, and snippets.

@on-three
Last active August 29, 2015 14:05
Show Gist options
  • Save on-three/3f58a6691a40186d2dba to your computer and use it in GitHub Desktop.
Save on-three/3f58a6691a40186d2dba to your computer and use it in GitHub Desktop.
VLC Streaming Commands
vlc -I dummy -vvv video.mp4 --sout '#transcode{vcodec=h264,vb=0,scale=0,acodec=mpga,ab=128,channels=2,samplerate=44100}:http{mux=ffmpeg{mux=flv},dst=:8080/}'
#?tv?shows_20131102.log:[13:10:18] <GEEGEEGEE> vlc.exe -vvv http://192.168.0.12:2345 :sout=#transcode{vcodec=h264,vb=1900,scale=0,acodec=mp3,ab=128,channels=2,samplerate=44100,scodec=dvbs,soverlay,deinterlace=0}:http{caching=5000,mux=ts,dst=:55555/} :sout-keep
#?tv?shows_20130210.log:[09:26:15] <donnyst> "c:\Program Files (x86)\VideoLAN\VLC\vlc.exe" "D:\music\lol.mp4" -sout=#transcode{vcodec=theo,vb=800,scale=1,acodec=vorb,ab=128,channels=2,samplerate=44100}: std{access=shout,mux=ogg,dst=myusername:mypassword@myicecastserver.domain.com:port/test.mp4}
#?tv?shows_20140218.log:[08:22:08] <Anonymousey> su -l -c "cvlc -I dummy http://xxx:fricheE5@25.102.90.94:9981/stream/channel/f57902659468c58056c90502e453f119 --repeat http://xxx:fricheE5@25.102.90.94:9981/stream/channel/f57902659468c58056c90502e453f119 --sout='#transcode{venc=x264{keyint=60,profile=baseline,preset=veryfast,level=3.0,nocabac}vcodec=x264,vb=1500}:std{access=http,mux=ts,dst=:9611/tvheadend.ts}' &" xxx
#?tv?shows_20140220.log:[18:21:36] <GEEGEEGEE> var proc = exec('/bin/su -l -c "/usr/bin/cvlc -I dummy ' + channel + ' :sout=\'#transcode{vcodec=h264,vb=5000,acodec=aac,ab=128,channels=2,deinterlace,width=1280,height=720}:std{access=http, mux=ts,dst=\":4444\"$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment