rtsp-server framerate

Chris Whittenburg whittenburg at gmail.com
Mon Jan 18 14:17:20 PST 2016


I'm testing gst-rtsp-server, but the framerate of the stream doesn't seem
to be getting passed to the client.  The server is 1.4.5 (i.mx6) and the
client is 1.6.1.

The server is running test-launch with a pipeline of "(videotestsrc
pattern=18 is-live=true do-timestamp=true !
video/x-raw,format=I420,width=640,height=480,framerate=(fraction)30/1 !
queue ! vpuenc_h264 gop-size=5 bitrate=5000 ! rtph264pay name=pay0 pt=96 )"

The client is using this pipeline: gst-launch-1.0 -v rtspsrc
location=rtsp://192.168.43.1:8554/test latency=50 ! decodebin !
autovideosink

The video plays, but it looks like framerate isn't getting passed to the
client.  All framerates are showing 0/1.  When I play this stream with VLC,
it is very jerky, I assume because of the lack of framerate information.

This is the receiver side output  http://pastebin.com/QgTYWjpP

Am I missing something here?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160118/62a7f1a6/attachment.html>


More information about the gstreamer-devel mailing list