I am not fimiliar with leopardboard. anyway i will try my best. can you post the commna dwhich you used to stream the video?<br><br><div class="gmail_quote">On Mon, Jan 11, 2010 at 5:37 PM, Rajesh Ghole <span dir="ltr">&lt;<a href="mailto:rajesh@techlead-india.com">rajesh@techlead-india.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
Hi I am using leopardboard<br>
<br>
I am trying to do a live streaming using gst-launch but have not succeeded yet<br>
<br>
following are the logs on the board and the host pc<br>
Can someone tell me what is missing<br>
<br>
*******************************************************************<br>
Log on the board<br>
<br>
42949444.360000] mt9v113 1-003c: invalid control id 9963806<br>
[42949444.380000] vpfe-capture: hpitch = 640, vpitch = 480, bpp = 2<br>
[42949444.390000] vpfe-capture: adjusted hpitch = 640, vpitch = 480, bpp = 2<br>
[42949444.420000] vpfe-capture vpfe-capture: calling ccdc_config_raw()<br>
/GstPipeline:pipeline0/GstV4l2Src:v4l2src0: queue-size = 3<br>
/GstPipeline:pipeline0/GstV4l2Src:v4l2src0.GstPad:src: caps = video/x-raw-yuv, format=(fourcc)UYVY, width=(int)640, height=(int)480, framerate=(fraction)1001/30000<br>
Pipeline is live and does not need PREROLL ...<br>
Setting pipeline to PLAYING ...<br>
New clock: GstSystemClock<br>
/GstPipeline:pipeline0/GstTIDmaiaccel:tidmaiaccel0.GstPad:src: caps = video/x-raw-yuv, format=(fourcc)UYVY, width=(int)640, height=(int)480, framerate=(fraction)1001/30000<br>
/GstPipeline:pipeline0/GstTIDmaiaccel:tidmaiaccel0.GstPad:sink: caps = video/x-raw-yuv, format=(fourcc)UYVY, width=(int)640, height=(int)480, framerate=(fraction)1001/30000<br>
/GstPipeline:pipeline0/GstQueue:queue0.GstPad:sink: caps = video/x-raw-yuv, format=(fourcc)UYVY, width=(int)640, height=(int)480, framerate=(fraction)1001/30000<br>
/GstPipeline:pipeline0/GstQueue:queue0.GstPad:src: caps = video/x-raw-yuv, format=(fourcc)UYVY, width=(int)640, height=(int)480, framerate=(fraction)1001/30000<br>
/GstPipeline:pipeline0/dmaienc_mpeg4:dmaienc_mpeg40.GstPad:src: caps = video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, framerate=(fraction)1001/30000, width=(int)640, height=(int)480<br>
/GstPipeline:pipeline0/dmaienc_mpeg4:dmaienc_mpeg40.GstPad:sink: caps = video/x-raw-yuv, format=(fourcc)UYVY, width=(int)640, height=(int)480, framerate=(fraction)1001/30000<br>
/GstPipeline:pipeline0/dmaienc_mpeg4:dmaienc_mpeg40.GstPad:src: caps = video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, framerate=(fraction)1001/30000, width=(int)640, height=(int)480, codec_data=(buffer)000001010000012000845d4c28a021e0a21f<br>

/GstPipeline:pipeline0/GstRtpMP4VPay:rtpmp4vpay0.GstPad:src: caps = application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)MP4V-ES, profile-level-id=(string)0, config=(string)000001010000012000845d4c28a021e0a21f, payload=(int)96, ssrc=(guint)2769403315, clock-base=(guint)3220575415, seqnum-base=(guint)21550<br>

/GstPipeline:pipeline0/GstRtpMP4VPay:rtpmp4vpay0.GstPad:sink: caps = video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, framerate=(fraction)1001/30000, width=(int)640, height=(int)480, codec_data=(buffer)000001010000012000845d4c28a021e0a21f<br>

/GstPipeline:pipeline0/GstUDPSink:udpsink0.GstPad:sink: caps = application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)MP4V-ES, profile-level-id=(string)0, config=(string)000001010000012000845d4c28a021e0a21f, payload=(int)96, ssrc=(guint)2769403315, clock-base=(guint)3220575415, seqnum-base=(guint)21550<br>

<br>
<br>
********************************************************************<br>
Log on the Host PC<br>
<br>
<br>
<br>
<br>
hadoop@Linux-sagar:~$ export DISPLAY=:0<br>
hadoop@Linux-sagar:~$ gst-launch -v udpsrc port=5000 caps=&quot;application/x-rtp&quot; ! rtpmp4vdepay ! ffdec_mpeg4 ! xvimagesink<br>
Setting pipeline to PAUSED ...<br>
/GstPipeline:pipeline0/GstUDPSrc:udpsrc0.GstPad:src: caps = application/x-rtp, media=(string)video, payload=(int)96, clock-rate=(int)1, encoding-name=(string)MP4V-ES<br>
Pipeline is live and does not need PREROLL ...<br>
Setting pipeline to PLAYING ...<br>
New clock: GstSystemClock<br>
/GstPipeline:pipeline0/GstRtpMP4VDepay:rtpmp4vdepay0.GstPad:src: caps = video/mpeg, mpegversion=(int)4, systemstream=(boolean)false<br>
/GstPipeline:pipeline0/GstRtpMP4VDepay:rtpmp4vdepay0.GstPad:sink: caps = application/x-rtp, media=(string)video, payload=(int)96, clock-rate=(int)1, encoding-name=(string)MP4V-ES<br>
/GstPipeline:pipeline0/ffdec_mpeg4:ffdec_mpeg40.GstPad:sink: caps = video/mpeg, mpegversion=(int)4, systemstream=(boolean)false<br>
/GstPipeline:pipeline0/ffdec_mpeg4:ffdec_mpeg40.GstPad:src: caps = video/x-raw-yuv, width=(int)0, height=(int)0, framerate=(fraction)25/1, format=(fourcc)I420<br>
<br>
************************************************************************<br>
<br>
I think something more is expected here ... I do not see any output<br>
<br>
Can someone tell me what is the problem<br>
<br>
<br>
<br>
<br>
<br>
------------------------------------------------------------------------------<br>
This SF.Net email is sponsored by the Verizon Developer Community<br>
Take advantage of Verizon&#39;s best-in-class app development support<br>
A streamlined, 14 day to market process makes app distribution fast and easy<br>
Join now and get one step closer to millions of Verizon customers<br>
<a href="http://p.sf.net/sfu/verizon-dev2dev" target="_blank">http://p.sf.net/sfu/verizon-dev2dev</a><br>
_______________________________________________<br>
Gstreamer-embedded mailing list<br>
<a href="mailto:Gstreamer-embedded@lists.sourceforge.net">Gstreamer-embedded@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-embedded" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-embedded</a><br>
</blockquote></div><br>