Where to get live video streaming examples ( GStreamer )?

Rella picture Rella · Mar 31, 2010 · Viewed 7.5k times · Source

Where to get live video + audio streaming examples ( GStreamer )? So for example streaming from File or Web camera to some web address

Answer

Hardy picture Hardy · Apr 1, 2010

This comes from the man pages...

An MPEG-1 system stream can be streamed via RTP from one machine to another.

Use this command on the receiver gst-launch rtprecv media_type=mpeg1_sys ! mpegdemux name=demuxer ! { queue ! mpeg2dec ! xvideosink } { demuxer. ! queue ! mad ! osssink }

This command would be run on the transmitter gst-launch filesrc location=mpeg1system.mpeg ! mpegparse ! rtpsend ip=IPorHostname