[gst-devel] Video confrencing
vaisakhn7
vaisakh.n at nestgroup.net
Mon May 18 05:34:56 CEST 2009
Dear all,
I was trying to implement a video confrencing using RTSP server
In the sender side
i edited the test-video.c ( in the examples ) and made a pipeline
like this gst_rtsp_media_factory_set_launch (factory,
"v4lsrc ! video/x-raw-yuv,width=352,height=288,framerate=15/1 ! "
" ffenc_h263 ! rtph263pay name=pay0 pt=96 "
"osssrc device=/dev/dsp ! audio/x-raw-int,rate=8000, depth=16 !
audioconvert ! vorbisenc ! rtpvorbispay name=pay1 pt=96"
")");
In receiver side Pipeline is like this
./gst-launch-0.10 -v rtspsrc location=rtsp://10.1.11.39:8554/test !
gstrtpptdemux name=q ! rtph263depay ! ffdec_h263 ! sdlvideosink q. !
rtpvorbisdepay ! vorbisdec ! audioconvert ! osssink sync=false
But itsnot working.. It Gaves Error Like this
In Sender Side (lt-test-video:10348): WARNING **: recoverable parsing error:
could not set property "pt" in element "pay1" to "96)"
** Message: constructed media 0x8945580 for url /test
** Message: preparing media 0x8945580
** Message: enter mainloop
/* then display the caps of data *
** Message: 0x8945580: got message type async-done
** Message: object 0x8945580 is prerolled
RTSP response message 0xbff6e7e0
status line:
code: '200'
reason: 'OK'
version: '1.0'
headers:
key: 'CSeq', value: '2'
key: 'Content-Type', value: 'application/sdp'
key: 'Content-Base', value: 'rtsp://10.1.11.39:8554/test/'
key: 'Server', value: 'GStreamer RTSP server'
**Message: client 0x88d0e60: connection closed
** Message: finalize client 0x88d0e60
** Message: finalize media 0x8945580
** Message: stream 0x8a6d500 received caps NULL
** Message: stream 0x8a70ae0 received caps NULL
/************************ *************************/
At this time Receiver Side Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /GstPipeline:pipeline0/GstRTSPSrc:demux: Could not read
from resource.
Additional debug info:
gstrtspsrc.c(3485): gst_rtspsrc_try_send ():
/GstPipeline:pipeline0/GstRTSPSrc:demux:
Could not receive message. (Timeout while waiting for server response)
Setting pipeline to NULL ...
Freeing pipeline ...
...........................
Why It So?
Help me..
Advance Thanks
--
View this message in context: http://www.nabble.com/Video-confrencing-tp23590534p23590534.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list