Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to setup tvp5151 video decoder

7 bytes added, 14:18, 4 October 2011
Play with TVP5151
or using gstreamer for the TCP live streaming:
Set up TCP UDP server from IGEPv2:<br>
<pre>
gst-launch-0.10 -v v4l2src device=/dev/video2 queue-size=8 ! video/x-raw-yuv,format=\(fourcc\)UYVY ! TIVidenc1 codecName=h264enc \engineName=codecServer resolution=720x576 ! rtph264pay pt=96 ! udpsink host=&lt;YOUR_PC_IP&gt; port=&lt;PORT&gt;
</pre>
Set up TCP client on your Machine:
<pre>
gst-launch-0.10 -v udpsrc do-timestamp=false port=&lt;PORT&gt;&nbsp; caps="application/x-rtp, media=(string)video, clock-rate=(int)90000, \encoding-name=(string)H264, payload=(int)96, ssrc=(uint)446210637, clock-base=(uint)697749128, seqnum-base=(uint)21380" ! queue \ ! rtph264depay ! ffdec_h264 ! xvimagesink
</pre>
0
edits