h.264 Video Streaming over TCP

Tim-Philipp Müller t.i.m at zen.co.uk
Thu Feb 28 04:34:35 PST 2013


On Thu, 2013-02-28 at 12:24 +0000, Tim-Philipp Müller wrote:
> There are some things you can do:
> 
> a) skip the RTP pay/depay - you can send h264 byte-stream right over the
> wire and then use h264parse to packetise it on the receiver end.
> 
> b) use rtph264pay ! gdppay ! sink  and  src ! gdpdepay ! rtph264depay

Oh, and of course

 c) put it in a streamable container (e.g. MPEG-PS or MPEG-TS)

Cheers
 -Tim



More information about the gstreamer-devel mailing list