Peter Randeu peter.randeu at spintower.eu
Tue Nov 19 22:46:37 PST 2013


Am Dienstag, 19. November 2013, 18:07:38 schrieb Dick Morris:
> Viewing and Streaming H264 Stream
> 
> I'm assuming that I missed something in formatting the stream correctly? 
> Thanks very much in advance for any input.
> 
> 
> 
> gst-launch-1.0 -v -e --gst-debug-level=3 tcpclientsrc host=192.168.0.202
> port=5000 ! gdpdepay ! rtph264depay ! tee name=h264split h264split. ! queue
> ! avdec_h264 ! autovideosink sync=false h264split. ! queue ! filesink
> location=/home/user1/test.mp4

I think you need a muxer in front of the filesink element, for instance:

... queue ! mp4mux ! filesink ...

or

... queue ! matroskamux ! filesink ...


Peter



More information about the gstreamer-devel mailing list