[gst-devel] Networking Chat with GStreamer.
ye nan
bucketxp at hotmail.com
Fri Feb 3 17:53:36 CET 2006
Now, I want to build up a networking chat between two end-points with
GStreamer 0.10. Currently, I didn't use RTP but just based on a UDP
transmission like this:
Sender:
gst-launch osssrc ! audio/x-raw-int,width=16,channels=2,rate=48000 ! lame !
udpsink host=192.168.0.124 port=4010 -v &
gst-launch v4lsrc ! video/x-raw-yuv,width=320,height=240 ! ffmpegcolorspace
! ffenc_mpeg2video ! udpsink host=192.168.0.124 port=4000 -v
Receiver:
gst-launch udpsrc port=4010 ! mad !
audio/x-raw-int,width=16,channels=2,rate=48000 ! osssink -v &
gst-launch udpsrc port=4000 ! mpeg2dec ! ffmpegcolorspace ! ximagesink -v
I seperated the whole session into two parts and each part runs as an
independent process. So maybe it can be integerated in a single process.
How can I implement it?
And if I want to build up the session on the RTP, which element(s) should I
use?
Thanks,
Bucket
_________________________________________________________________
免费下载 MSN Explorer: http://explorer.msn.com/lccn/
More information about the gstreamer-devel
mailing list