Hi,
I am using rtspsrc to send stream from a IP camera, the pipeline likes:
rtspsrc location="rtsp://root:pass@192.168.77.196/axis-media/media.amp?" ! rtph264depay ! mpegtsmux ! rtpmp2tpay pt=96 ssrc=100000001 ! udpsink host=192.168.77.13 port=9078 sync=false
And I use VLC to play the video from the host, but VLC reports frame lost? I found some topics (
http://gstreamer-devel.966125.n4.nabble.com/rtspsrc-jitterbuffer-stats-td4680812.html ), but I don't know why, anyone give me a clue?
Thanks,