gst-rtsp-server and VLC

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

gst-rtsp-server and VLC

guodecn
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:

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.
Reply | Threaded
Open this post in threaded view
|

Re: gst-rtsp-server and VLC

Mailing List SVR
Il giorno lun, 22/11/2010 alle 00.23 -0800, guodecn ha scritto:

> 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:
>
> 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)
>

ping 192.168.3.51 works? and

telnet 192.168.3.51 8554

is able to open a connection?

do you have a firewall that block incoming connection on port 8554 on
the host 192.168.3.51?

gst-rtsp works fine with vlc, your seems a network problem

Nicola

> My VLC's version is the newest, exports can tell my why?
>
> Thanks.
>


------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: gst-rtsp-server and VLC

José Luis Segura Lucas
In reply to this post by guodecn
El Mon, 22 Nov 2010 00:23:15 -0800 (PST)
guodecn <[hidden email]> 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.
>


------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: gst-rtsp-server and VLC

guodecn
Thanks for your reply.
I have run the command "netstat -ltnp | grep 8554", and the result is "tcp        0      0 0.0.0.0:8554                0.0.0.0:*                   LISTEN      2694/lt-test-video ", by the result it show my network is noproblem.

I also run the command "telnet 192.168.3.51 8554" in windows platform ,and the result is "正在连接到192.168.3.51...不能打开到主机的连接, 在端口 8554: 连接失败", do this show my network have problem?

VLC still can't work!
Do you have other advice? Thanks very much.


José Luis Segura Lucas wrote
El Mon, 22 Nov 2010 00:23:15 -0800 (PST)
guodecn <guo.dehua@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.
>


------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel