Transcoding/Re-encoding usually helps.<div><br></div><div>Best,</div><div><br></div><div>Angel<br><br><div class="gmail_quote">2012/12/7 Damiano Pinarello <span dir="ltr"><<a href="mailto:damiano.pinarello@bticino.it" target="_blank">damiano.pinarello@bticino.it</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Sorry,<br>
<br>
I wrote wrong but in real code is right udp://<a href="http://127.0.0.1:5000" target="_blank">127.0.0.1:5000</a><br>
<br>
Thanks<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On 17:01 Fri 07 Dec     , Federico Zamperini wrote:<br>
> One thing I immediately see is that the udpsrc port is wrong: you<br>
> are waiting for udp packets on port 500 but udpsink is sending rtp<br>
> packets to port 5000.<br>
> Fix the pipeline in rtsp-server:<br>
><br>
> >    pipeline = g_strdup_printf("("<br>
> >      " udpsrc uri=udp://<a href="http://127.0.0.1:500" target="_blank">127.0.0.1:500</a>"<br>
><br>
><br>
> Il 07/12/2012 15:40, Damiano Pinarello ha scritto:<br>
> >Hi all,<br>
> ><br>
> >I use this pipeline for local video stream into my IP camera:<br>
> ><br>
> >   gst-launch<br>
> >     v4l2src always-copy=FALSE !<br>
> >     'video/x-raw-yuv,format=(fourcc)NV12,width=640,height=480,framerate=(fraction)30/1' !<br>
> >     TIVidenc1 bitRate=6000000 encodingPreset=2 codecName=h264enc engineName=codecServer contiguousInputFrame=TRUE !<br>
> >     rtph264pay pt=96 !<br>
> >     udpsink host=127.0.0.1 port=5000<br>
> ><br>
> >I want to capture this video with rtsp-server and send it via network.<br>
> >This is the code:<br>
> ><br>
> >   pipeline = g_strdup_printf("("<br>
> >     " udpsrc uri=udp://<a href="http://127.0.0.1:500" target="_blank">127.0.0.1:500</a>"<br>
> >     " caps=\"application/x-rtp,media=(string)video,encoding-name=(string)H264\" !"<br>
> >     " queue min-threshold-time=0 max-size-buffers=0 max-size-bytes=0 max-size-time=0 !"<br>
> >     " rtph264pay pt=96 name=pay0 )");<br>
> >   gst_rtsp_media_factory_set_launch(GST_RTSP_MEDIA_FACTORY(factory), pipeline);<br>
> ><br>
> >I launch this receiver pipeline on my pc:<br>
> ><br>
> >   gst-launch rtspsrc location=rtsp://<a href="http://10.39.9.76:3070/test" target="_blank">10.39.9.76:3070/test</a> ! rtph264depay ! ffdec_h264 ! xvimagesink<br>
> ><br>
> >In my IPCam I lauch before the pipeline and then rtsp-server, or otherwise, but no<br>
> >video is received from my pc.<br>
> ><br>
> >I haven't found solution to using rtsp-server with udpsrc!<br>
> ><br>
> >I think that the pipeline must be launch only when rtsp stream is request by client (pc), because<br>
> >if I launch first pipeline and then rtsp-server, this second lost the header h264.<br>
> ><br>
> >Any help!?!<br>
> >Bye<br>
> ><br>
> ><br>
> _______________________________________________<br>
> gstreamer-devel mailing list<br>
> <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br>
</div></div><div class="HOEnZb"><div class="h5">--<br>
<br>
 Damiano PINARELLO<br>
 Embedded Software Developer<br>
 Office Phone: <a href="tel:%2B%2839%29%20031%20653679%20Ext.%204679" value="+39031653679">+(39) 031 653679 Ext. 4679</a><br>
 FAX phone: <a href="tel:%2B%2839%29%20031%20653283" value="+39031653283">+(39) 031 653283</a><br>
 Email: <a href="mailto:damiano.pinarello@bticino.it">damiano.pinarello@bticino.it</a><br>
 Street address: Via L. Manara 4, 22036 Erba (CO), Italy<br>
 WebSite: <a href="http://www.bticino.it" target="_blank">www.bticino.it</a><br>
<br>
------------------------------------------------------------------------------<br>
 Please consider your environmental responsibility before printing this Email<br>
------------------------------------------------------------------------------<br>
 This message and any attachments are confidential and they also are legally<br>
 privileged in accordance with the NDA. If you have received this message in<br>
 error, please notify us and remove it from your system.<br>
------------------------------------------------------------------------------<br>
<br>
<br>
Ce message, ainsi que tous les fichiers joints à ce message,<br>
peuvent contenir des informations sensibles et/ ou confidentielles<br>
ne devant pas être divulguées. Si vous n'êtes pas le destinataire<br>
de ce message (ou que vous recevez ce message par erreur), nous<br>
vous remercions de le notifier immédiatement à son expéditeur, et<br>
de détruire ce message. Toute copie, divulgation, modification,<br>
utilisation ou diffusion, non autorisée, directe ou indirecte, de<br>
tout ou partie de ce message, est strictement interdite.<br>
<br>
This e-mail, and any document attached hereby, may contain<br>
confidential and/or privileged information. If you are not the<br>
intended recipient (or have received this e-mail in error) please<br>
notify the sender immediately and destroy this e-mail. Any<br>
unauthorized, direct or indirect, copying, disclosure, distribution<br>
or other use of the material or parts thereof is strictly<br>
forbidden.<br>
</div></div><div class="HOEnZb"><div class="h5">_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br></div>