[gst-devel] gst-rtsp-0.10.3+live streaming

vaisakhn7 vaisakh.n at nestgroup.net
Thu Jul 2 10:26:36 CEST 2009


Dear all,
I was trying to do live streaming with  rtsp-server 
For that I used the test-video.c in the  gst-rtsp-0.10.3/examples directory
And  my server side pipeline is :-
/*-------------------------------------------------------*/
gst_rtsp_media_factory_set_launch (factory,
  " v4lsrc copy-mode=false  !
video/x-raw-yuv,width=352,height=288,framerate=15/1,bitRate=250   !  x264enc 
! " " rtph264pay name=pay0 pt=96 "
  " osssrc device=/dev/dsp  ! audio/x-raw-int,rate=8000,channels=1,depth=16 
! audioconvert ! alawenc  ! rtppcmapay  name=pay1 pt=97 "
")");
/*----------------------------------------------------------------*/
Receiver Pipeline is:-
./gst-launch-0.10  -v rtspsrc location=rtsp://10.1.11.39:8554/test
name=dmuxr dmuxr. !  rtppcmadepay ! alawdec ! audioconvert ! osssink
sync=false dmuxr. ! rtph263depay !   ffdec_h263   ! ffmpegcolorspace !
xvimagesink
but No output ( no video and  audio )
Also it didnt show any errror ,Its just hangs in a state ,
like this 
/*------------------------------------------------------------------------------*/
/GstPipeline:pipeline0/GstRTSPSrc:dmuxr/GstRtpBin:rtpbin0/GstRtpJitterBuffer:rtpjitterbuffer0.GstPad:sink_rtcp:
caps = application/x-rtcp
/GstPipeline:pipeline0/GstRTSPSrc:dmuxr/GstRtpBin:rtpbin0.GstGhostPad:send_rtcp_src_0:
caps = application/x-rtcp
/GstPipeline:pipeline0/GstRTSPSrc:dmuxr/GstRtpBin:rtpbin0/GstRtpSession:rtpsession0.GstPad:send_rtcp_src:
caps = application/x-rtcp
/GstPipeline:pipeline0/GstRTSPSrc:dmuxr/GstUDPSink:udpsink1.GstPad:sink:
caps = application/x-rtcp
/GstPipeline:pipeline0/GstRTSPSrc:dmuxr/GstRtpBin:rtpbin0.GstGhostPad:send_rtcp_src_0:
caps = application/x-rtcp
/GstPipeline:pipeline0/GstRTSPSrc:dmuxr/GstRtpBin:rtpbin0.GstGhostPad:send_rtcp_src_0.GstProxyPad:proxypad2:
caps = application/x-rtcp
/*------------------------------------------------------------------------------------------------------------*/

Help me ?
Advance Thanks
By
Vaisakh.N







-- 
View this message in context: http://www.nabble.com/gst-rtsp-0.10.3%2Blive-streaming-tp24303064p24303064.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.





More information about the gstreamer-devel mailing list