VLC notes: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
(Created page with 'Notes about the state of video streaming.')
 
No edit summary
Line 1: Line 1:
Notes about the state of video streaming.
Notes about the state of video streaming.
Stream from a system running linux with a firewire camera attached: 
dvgrab -format dv1 - | ffmpeg -f dv -i -  -target ntsc-dvd - | cvlc -vvv - --sout '#standard{access=http,mux=ts,dst=172.30.1.17:8080'

Revision as of 18:15, 19 August 2010

Notes about the state of video streaming.


Stream from a system running linux with a firewire camera attached:

dvgrab -format dv1 - | ffmpeg -f dv -i -  -target ntsc-dvd - | cvlc -vvv - --sout '#standard{access=http,mux=ts,dst=172.30.1.17:8080'