[gst-devel] RTPBIN Working

ajitjohn ajitjohn at tataelxsi.co.in
Wed Oct 8 15:30:21 CEST 2008


hii Wim,

	i tried the same for mpeg4 elementary streams it worked for me.i used the
following pipeline.

gst-launch gstrtpbin name=rtpbin videotestsrc is-live=1 !
video/x-raw-yuv,width=352,height=288,framerate=15/1 ! ffenc_mpeg4 !
rtpmp4vpay ! rtpbin.send_rtp_sink_2 rtpbin.send_rtp_src_2 ! udpsink
port=5000 host=10.60.3.104 name=vrtpsink rtpbin.send_rtcp_src_2 ! udpsink
port=5001 host=10.60.3.104 sync=false async=false name=vrtcpsink udpsrc
port=5005 name=vrtpsrc ! rtpbin.recv_rtcp_sink_2


and on the receiver side i dragged the following sdp file named mpeg4.sdp to
vlc player

v=0
o=- 1223457093460663 1 IN IP4 10.60.3.55
s=RTSP Server
i=Codec00
t=0 0
a=tool:LIVE555 Streaming Media v2008.07.24
a=type roadcast
a=control:*
a=source-filter: incl IN IP4 10.60.3.55
a=rtcp-unicast: reflection
m=video 5000 RTP/AVP 96
a=rtpmap:96 MP4V-ES/90000
a=fmtp:96
profile-level-id=1;config=00000100000001200086c4002a85020f0a21000001b3001007

and i was able to stream the mpeg4 file generated from videotestsrc .thanks
for your valuable inputs.

The above sdp i have got from the net.

I dont know how to generate an sdp file for a particular stream,is there any
tool for doing so ?

Regards,
ajitjohn


The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments contained in it.




More information about the gstreamer-devel mailing list