RTP video test on Windows

beritzi bruce.ritzi at mauiimaging.com
Mon Jun 17 11:17:07 PDT 2013


I installed the latest version SDK (2012.11) which I guess is using version
0.10.36. I'm using the 32-bit version. I have tried the same pipeline on
Linux/Ubuntu(3.2.0-38-generic) and it works: also using version 0.10.36 of
gstreamer.

server:
gst-launch videotestsrc ! ffenc_mpeg4 ! rtpmp4vpay ! udpsink port=5000 -v 

client:
gst-launch 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)000001b001000001b58913000001000000012000c48d8800f50a041e1463000001b24c61766335332e33352e30"
! rtpmp4vdepay ! ffdec_mpeg4 ! ffmpegcolorspace ! autovideosink

Could you let me know if this pipeline works for you on Windows?

I have a network sniffer and I see no packets. It is not a firewall issue
since I can do the same thing with just raw UDP socket and it works. I've
done the same pipeline in a python script and monitored the udpsink
properties. The bytes-served property shows the bytes increasing so it
thinks it is sending packets to the client. 

Thanks,
Bruce



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/RTP-video-test-on-Windows-tp4660570p4660592.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list