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.
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel