RTSP Image Frame Streaming Error 503
Tejas Ravichandran
venkatakrishnan164 at gmail.com
Thu Oct 13 12:54:17 UTC 2016
I am streaming an image buffer through RTSP using the following server-side
pipeline in my code.
gst_rtsp_media_factory_set_launch(factory,
"( appsrc name=mysrc ! x264enc
speed-preset=ultrafast tune=zerolatency ! rtph264pay name=pay0 pt=96 )");
The pipeline works well for images of resolution 720 x 576 upto 1400 x 576
but fails for any bigger resolution .
The following is the client-side pipeline
gst-launch-1.0 rtspsrc location=rtsp://localhost:8555/testing !
rtph264depay ! decodebin ! videoconvert ! ximagesink -v
It throws the following error:
WARN error 503 service unavailable
WARN can't get sdp
WARN we are not connected
Any help would be appreciated.
I tried changing the buffer size limit but it doesnt seem to work.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20161013/d7b3c9e6/attachment-0001.html>
More information about the gstreamer-devel
mailing list