[gst-devel] rtp transmit occur "not-negotiated (-4)" error

guodecn guo.dehua at zxelec.com
Thu Nov 11 03:26:39 CET 2010


citywolf,
I have not solve the problem, I have some advice for you.
First you can run my test example:
server:
gst-launch-0.10 -v videotestsrc ! x264enc ! rtph264pay ! udpsink
host=127.0.0.1 port=40000

client:
gst-launch-0.10 -v udpsrc port=40000
caps="application/x-rtp,media=(string)video,clock-rate=(int)90000,encoding-name=(string)H264,payload=(int)96"
! rtph264depay ! ffdec_h264 ! xvimagesink

this example can work well on Marco Ballesio's machine. if you can work well
too, it show your pipeline has some problem, if not, show your machine
environment has some problem, but however, I think there is no problem to
virture machine(VMware workstation).

Good luck for you.



citywolf wrote:
> 
> hi,I also had a "not-negotiated (-4)" error,the following are my commands:
> server:
> gst-launch -v videotestsrc !  ffenc_mpeg4  ! rtpmp4vpay send-config=true !
> udpsink host=127.0.0.1 port=5000 
> 
> client
> gst-launch -v  udpsrc port=5000 caps=" application/x-rtp,
> media=(string)video, clock-rate=(int)90000, encoding-name=(string)MP4V-ES,
> profile-level-id=(string)1,config=(string)000001b001000001b58913000001000000012000c48d8800f50a041e1463000001b24c61766331642e35312e33382e30,
> payload=(int)96,ssrc=(guint)3127939974, clock-base=(guint)3486206175,
> seqnum-base=(guint)28199" ! rtpmp4vdepay  ! ffdec_mpeg4 !  ximagesink
> 
> 
> my operation system Ubuntu is also on the vmware,is this the cause of the
> problem?
> 

-- 
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/rtp-transmit-occur-not-negotiated-4-error-tp3035468p3037182.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.




More information about the gstreamer-devel mailing list