Sending RTP to linphone.
mohammad shoujaa
mohammad.shoujaa at apliman.net
Tue Aug 16 08:19:03 UTC 2016
Hi,
I have an issue in sending RTP to linphone.
When I play the following pipeline :
gst-launch-1.0 -v filesrc location=C:/ test.mp4 ! qtdemux ! avdec_h264 !
x264enc bitrate=192 ! rtph264pay ! udpsink host=127.0.0.1 port=9078
everything is ok and the video played in linphone screen.
But what I want to do is to save first the video streams into a file then
send this file to the linphone. What I did is the following:
Saving into a file:
gst-launch-1.0 -v filesrc location=C:/ test.mp4 ! qtdemux ! avdec_h264 !
x264enc bitrate=192 ! filesink location=C: /videosample
Send to linphone:
gst-launch-1.0 -v filesrc location=C: /videosample ! h264parse ! rtph264pay
! udpsink host=127.0.0.1 port=9078
the packets received but the linphone played a black screen.
I want to know what I am missing in my pipelines or if there is a specific
parameter to set.
Note that it is working when a play a gst receiver :
gst-launch-1.0 -v udpsrc port=9078 caps = "application/x-rtp,
media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264,
payload=(int)96" ! rtph264depay ! avdec_h264 ! autovideosink
Kind Regards,
Mohammad Shoujaa
Software Developer
Apliman S.A.L. | P.O. Box 13-5412, Beirut, Lebanon
t. +961 1 785382/3 | m. +961 70 93 99 83 | e.
<mailto:mohammad.shoujaa at apliman.net> mohammad.shoujaa at apliman.net
web. <http://www.apliman.com/> www.apliman.com | twi.
<https://www.twitter.com/AplimanTech> www.twitter.com/Apliman
in. <http://linkedin.com/company/apliman-technologies>
www.linkedin.com/apliman
----------------------------------------------------------------------------
----------------------------------
Please consider the environment before printing this email.
This email, including any attachment, is private and confidential. It should
not be read, copied, disclosed
or otherwise used by any person other than intended recipient(s). If you
have received this email in error,
please notify the sender immediately
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160816/b0e726f3/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image003.jpg
Type: image/jpeg
Size: 1755 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160816/b0e726f3/attachment-0001.jpg>
More information about the gstreamer-devel
mailing list