We are trying to achieve android device screen live streaming using
gst-rtsp-server.
We are receiving the stream from android device using command:-
gst-launch-1.0 fdsrc do-timestamp=true ! h264parse ! decodebin !
tcpserversink host=127.0.0.1 port=4953
When we telnet to 4953 port we are able to receive data.Now we are launching
gst-rtsp-server as follows :-
./test-launch "( tcpclientsrc host=127.0.0.1 port=4953 ! gdpdepay !
rtph264pay name=pay0 pt=96 )"
But getting error logs as below:-
0:00:22.263406036 25336 0x6db230 ERROR rtspclient
rtsp-client.c:602:find_media: client 0x83b8a0: can't prepare media
0:00:22.263590122 25336 0x6db230 ERROR rtspclient
rtsp-client.c:1807:handle_describe_request: client 0x83b8a0: no media
--
Sent from:
http://gstreamer-devel.966125.n4.nabble.com/_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel