Hi,ensonic£¡
You are right! That is my fault,and the positions of
client and server is also wrong.
---------------------------------------------------
server:
gst-launch -v filesrc location=qiutianbuhuilai.ogg !
oggdemux ! rtpvorbispay ! udpsink
-----------------------------------------------------
client:
gst-launch -v udpsrc ! rtpvorbisdepay ! vorbisdec !
audioconvert ! osssink
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
ERROR: from element /pipeline0/rtpvorbisdepay0: The stream
is in the wrong format.
Additional debug info:
gstbasertpdepayload.c(230): gst_base_rtp_depayload_chain ():
/pipeline0/rtpvorbisdepay0:
no clock rate was specified, likely incomplete input caps
Execution ended after 4902014000 ns.
Setting pipeline to PAUSED ...
----------------------------------------------------
I think some settings are not right.But not know yet!
|