Skip to content

Instantly share code, notes, and snippets.

@revolunet
Created July 25, 2011 19:30
Show Gist options
  • Select an option

  • Save revolunet/1104964 to your computer and use it in GitHub Desktop.

Select an option

Save revolunet/1104964 to your computer and use it in GitHub Desktop.
VLC HTTP stream + intf
REM SERVER (HTTP)
vlc "C:\\Users\\juju\\Desktop\\divx\\aymo_brille.avi" --sout="#duplicate{dst=std{access=http,mux=ts,dst=0.0.0.0:1234}}" --extraintf=http
REM CLIENT
vlc http://SERVERIP:1234 --http-caching=5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment