<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:12pt"><div>Viewing and Streaming H264 Stream<br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;">Hi,  I'm able to stream from a RPi to a PC and to view the stream successfully.  Then I went to try to view and save the stream at the same time using the command below and I can view it fine and I look and see that there's a file "test.mp4" just where it should be, however, when I tried to open "test.mp4" using handbrake or VLC, it isn't recognized.  I
 checked to make sure I had all the codec packages as well.  I ran VLC -vvv and saw messages like "ps demux warning: this does not look like an MPEG PS stream, continuing anyway" and "ps demux warning: garbage at input, trying to resync..."  I didn't see anything memorable in the output of the gst-launch-1.0 script but I'm going to go back and double-check.  I'm assuming that I missed something in formatting the stream correctly?  Thanks very much in advance for any input.<br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family:
 HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;">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</div></div></body></html>