[gst-devel] gst-rtsp-server and VLC

José Luis Segura Lucas josel.segura at gmx.es
Mon Nov 22 16:27:09 CET 2010


El Mon, 22 Nov 2010 00:23:15 -0800 (PST)
guodecn <guo.dehua at zxelec.com> escribió:
> 
> Hi, Gstreamer-devel:
>       I am test the gstreamer rtsp server, I run the
> "gst-rtsp-0.10.6\examples\test-video" as the rtsp server, the client
> is a recieve pipleline "gst-launch playbin
> uri=rtsp://127.0.0.1:8554/test", it's successfule.
>       But when I use VLC player as the client, open the
> "rtsp://192.168.3.51:8554/test" address, the VLC show can't connect
> the rtsp server,the error message as bellow:

It looks like if the RTSP server bind the port 8554 only on the local
network interface. Can you tell us the output of this command (when the
server is running):

$ netstat -ltnp | grep 8554

If you see something like "0.0.0.0:8554" the problem would be other,
but if you see something like "127.0.0.1:8554" it will be a network
problem.

Regards


> 
> live555 demux error: Failed to connect with
> rtsp://192.168.3.51:8554/test main access error: connection failed:
> No route to host access_realrtsp access error: cannot connect to
> 192.168.3.51:8554 main input error: open of
> `rtsp://192.168.3.51:8554/test' failed: (null)
> 
> My VLC's version is the newest, exports can tell my why?
> 
> Thanks.
> 





More information about the gstreamer-devel mailing list