Re: [Live-devel] live555ProxyServer and session timeout?

2024-11-25 Thread info
Thank very much for your patience. You are right. In the past I already tried to have support from the vendor but the vendor technicians don't have understood wich is the problem. My opinion is that that the vendor techitians don't know what rtsp is. They only know how the camera app works. Have

Re: [Live-devel] live555ProxyServer and session timeout?

2024-11-25 Thread Ross Finlayson
> On Nov 26, 2024, at 2:07 AM, i...@denisgottardello.it wrote: > > Can you suggest me a workaround? No. Once again, your IP camera appears to be buggy; you will need to contact the manufacturer of this camera to get it fixed. Remember: The IP camera is something that you have paid money for,

Re: [Live-devel] live555ProxyServer and session timeout?

2024-11-25 Thread info
After having make some tests, by editing the function scheduleLivenessCommand() the problem persists. This is my experience: if I start live555ProxyServer and I connect to it immediatrly I can watch the camera. Now I can disconnect to the server, wait minutes and reconnect. I still see the camer

Re: [Live-devel] live555ProxyServer and session timeout?

2024-11-22 Thread Ross Finlayson
> On Nov 23, 2024, at 8:25 AM, i...@denisgottardello.it wrote: > > Many thanks for your reply. How much time it is required to resend the > OPTIONS > command? Can I edit it in order to debug the camera? Look at the code for "ProxyRTSPClient::scheduleLivenessCommand()” Ross Finlayson Live Ne

Re: [Live-devel] live555ProxyServer and session timeout?

2024-11-22 Thread info
Many thanks for your reply. How much time it is required to resend the OPTIONS command? Can I edit it in order to debug the camera? In data venerdì 22 novembre 2024 17:51:41 CET, Ross Finlayson ha scritto: > If no ‘front end’ client is currently streaming from the proxy server, then > the proxy s

Re: [Live-devel] live555ProxyServer and session timeout?

2024-11-22 Thread Ross Finlayson
If no ‘front end’ client is currently streaming from the proxy server, then the proxy server (tries to) keep its RTSP connection to the ‘back end’ server (e.g., an IP camera) alive by periodically sending it RTSP “OPTIONS” commands. For this particular IP camera, however, it appears that this d

[Live-devel] live555ProxyServer and session timeout?

2024-11-22 Thread Denis Gottardello
Using a particular new rtsp camera I have a problem with live555ProxyServer. If I start live555ProxyServer and immediatly connect to it with a rtsp client I can watch my camera. If I start live555ProxyServer and wait for a while, I can't watch my camera with a rtsp client. In this case live555Pro

Re: [Live-devel] live555ProxyServer (last version) and buffer size

2024-05-13 Thread Ross Finlayson
You didn’t say which of our software you were running (a RTSP server, a RTSP client, a proxy server (RTSP or HLS), or some combination thereof). But the error messages mean what they say: You have a ridiculously large frame of data (most likely a video 'key frame') somewhere that is too large fo

[Live-devel] live555ProxyServer (last version) and buffer size

2024-05-13 Thread Denis Gottardello
Hi. I'he upgrade ny system to last version. I see in log the lines mag 13 12:42:43 dvr01 live555ProxyServer.sh[524]: MultiFramedRTPSource::doGetNextFrame1(): The total received frame size exceeds the client's buffer size (10). 11230 bytes of traili ng data will be dropped! mag 13 12:42:43

[Live-devel] Live555ProxyServer and rtsp cameras

2024-02-21 Thread Denis Gottardello
Hi, I'm using live555ProxyServer with 9 rtsp cameras. The vendor is not the same. 5 of them have got a low resolution, 320x240 and work grealy with live555proxyServer. 4 of them (the same vendor) have got a resolution fixed at 2304x1296, 15 fps. If I connect directly to them one by one with a g

Re: [Live-devel] live555ProxyServer

2024-02-20 Thread Ross Finlayson
> On Feb 21, 2024, at 5:30 AM, Denis Gottardello > wrote: > > > Hi, is there a way to forcelive555ProxyServer to force connection to the > remote cameras by tcp? I’m not sure I understand your question. RTSP (the control protocol) runs over TCP, so all connections to RTSP servers will

[Live-devel] live555ProxyServer

2024-02-20 Thread Denis Gottardello
Hi, is there a way to force live555ProxyServer to force connection to the remote cameras by tcp? -- +39.347.4070897 http://www.labcsp.com[1] http://www.denisgottardello.it[2] GMT+1 Skype: mrdebug [1] http://www.labcsp.com [2] http://www.denisgottardello.it _

Re: [Live-devel] Live555ProxyServer on Gateway PC with two NICs

2016-04-10 Thread David Liew
use Subject: Re: [Live-devel] Live555ProxyServer on Gateway PC with two NICs > When I run the program, it appears to automatically start the proxy server on > the same NIC that connects to the source RTSP server. > > Are there any workarounds for this? Yes. The proxy server will

Re: [Live-devel] Live555ProxyServer on Gateway PC with two NICs

2016-04-07 Thread Ross Finlayson
> When I run the program, it appears to automatically start the proxy server on > the same NIC that connects to the source RTSP server. > > Are there any workarounds for this? Yes. The proxy server will use the network interface that’s used for IP multicast routing - i.e., the one that has a

[Live-devel] Live555ProxyServer on Gateway PC with two NICs

2016-04-07 Thread David Liew
Hello, I would like to use live555 proxy server to provide a public facing proxy stream for a 'back-end' camera on a private network. I am using a 'gateway' PC with two network cards: 1. One is connected to the private network (192.168.1.50/24) and talks to the RTSP camera; and 2.

Re: [Live-devel] live555ProxyServer closes source when last client disconnect (timeout)

2015-05-30 Thread Ross Finlayson
> *** live555ProxyServer LOG > > LIVE555 Proxy Server > > (LIVE555 Streaming Media library version 2015.05.25) > > […] > Sending request: PLAY rtsp://admin:1@192.168.1.121//h264/ch1/main/av_stream > RTSP/1.0 > > CSeq: 9 > Authorization: Digest username="admin", realm="Embed

Re: [Live-devel] live555ProxyServer closes source when last client disconnect (timeout)

2015-05-29 Thread sergio
Hi, thank you for your reply; The commands for the server and client: ./live555ProxyServer -V rtsp://admin:1@192.168.1.121//h264/ch1/main/av_stream ./testRTSPClient rtsp://192.168.1.128:8554/proxyStream As I said before, after 70 with the client disconnected, I tryed to connect again a

Re: [Live-devel] live555ProxyServer closes source when last client disconnect (timeout)

2015-05-27 Thread Ross Finlayson
> live555ProxyServer LOG: > > ProxyServerMediaSubsession["H264"]::closeStreamSource() > > ProxyServerMediaSubsession["H264"]::createNewRTPSink() > > ProxyServerMediaSubsession["PCMU"]::createNewStreamSource(session id > 929659699) > ProxyServerMediaSubsession["PCMU"]::createNewRTPSink() > Recei

[Live-devel] live555ProxyServer closes source when last client disconnect (timeout)

2015-05-22 Thread sergio
Hi; I am trying to use live555ProxyServer with an IP CAMERA, but when the last client(testRTSPClient) disconnects, after timeout the server closes the stream and when I connect the client again, it shows the message "Started playing session..." and nothing else happens. Is there a way to det

Re: [Live-devel] live555ProxyServer

2015-05-20 Thread Ross Finlayson
> The problem happens when I close the clients (ffplay) and try to play > again after some time (about 1 or 2 minutes). > > I’m not sure what the problem is here, but I suspect that it may be your client (“ffmpeg”). “ffmpeg” has a reputation as not having a particularly good RTSP client

[Live-devel] live555ProxyServer

2015-05-14 Thread sergio
Hi; First, I would like to apologise for the long text, but I tryed to explain as much as I can. I am developing an application based on live555ProxyServer.cpp and I am facing a problem that I could reproduce using live555ProxyServer and ffplay.exe(client). It happens in both LINUX and WIN

Re: [Live-devel] live555ProxyServer freezes after upgrading from 2012.12.24

2013-04-08 Thread Roman Gaufman
Thanks a bunch Ross, the latest version 2013.04.06 doesn't exhibit any such problems with the cameras I have on test here. Everything is working beautifully! I will report if there are any problems. Thanks again for adding a workaround so quickly. On 5 April 2013 18:19, Ross Finlayson wrote:

Re: [Live-devel] live555ProxyServer freezes after upgrading from 2012.12.24

2013-04-05 Thread Ross Finlayson
> Could this problem be related to another issue I’ve recently had with using > proxy server with vlc as the back end server. The RTSP session timeout is > hardcoded to 60 secs in VLC . The VLC RTSP server does support GET_PARAMETER > and PAUSE as shown in OPTIONS. But when live555 proxy client

Re: [Live-devel] live555ProxyServer freezes after upgrading from 2012.12.24

2013-04-05 Thread Castelino, Reynel
Ross Finlayson Sent: Friday, April 05, 2013 5:32 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] live555ProxyServer freezes after upgrading from 2012.12.24 I've compiled the latest version and unfortunately I'm seeing the exact same output as above,

Re: [Live-devel] live555ProxyServer freezes after upgrading from 2012.12.24

2013-04-05 Thread Ross Finlayson
> I've compiled the latest version and unfortunately I'm seeing the exact same > output as above, after about 2 and a half minutes of streaming, I see this: > > Sending request: GET_PARAMETER rtsp://86.162.35.136/axis-media/media.amp/ > RTSP/1.0 Oops, sorry - my mistake. My earlier 'fix' wasn'

Re: [Live-devel] live555ProxyServer freezes after upgrading from 2012.12.24

2013-04-05 Thread Ross Finlayson
> I've compiled the latest version and unfortunately I'm seeing the exact same > output as above, after about 2 and a half minutes of streaming, I see this: > > Sending request: GET_PARAMETER rtsp://86.162.35.136/axis-media/media.amp/ > RTSP/1.0 You must not have upgraded properly. With the la

Re: [Live-devel] live555ProxyServer freezes after upgrading from 2012.12.24

2013-04-05 Thread Roman Gaufman
On 4 April 2013 10:16, Ross Finlayson wrote: > I find this very difficult to believe - especially considering that nobody > else has reported this problem. > I'm not sure what to say but GET_PARAMETER is causing problems with almost all cameras I have here to test (excluding a Chinese no brand o

Re: [Live-devel] live555ProxyServer freezes after upgrading from 2012.12.24

2013-04-04 Thread Ross Finlayson
> Unfortunately it appears to happen on all branded cameras I have to test: > ACTi, Sony, Axis, D-Link, Vivotek and Lilin. I find this very difficult to believe - especially considering that nobody else has reported this problem. Nonetheless, because you provided definitive evidence of at least

Re: [Live-devel] live555ProxyServer freezes after upgrading from 2012.12.24

2013-04-04 Thread Roman Gaufman
Thanks for your fast reply. Unfortunately it appears to happen on all branded cameras I have to test: ACTi, Sony, Axis, D-Link, Vivotek and Lilin. I updated the firmware on this specific Sony camera to the latest last week. It appears to be a very typical response to kill the connection when rece

Re: [Live-devel] live555ProxyServer freezes after upgrading from 2012.12.24

2013-04-04 Thread Ross Finlayson
> Hi, sorry, it's a dynamic IP and there was a power cut: > > rtsp://86.146.238.165/media/video1 OK, I've tested this now. You're correct that your camera server appears to crash (closing down the TCP connection) and reboot whenever it receives the proxy's "GET_PARAMETER" command. I.e., the

Re: [Live-devel] live555ProxyServer freezes after upgrading from 2012.12.24

2013-04-04 Thread Roman Gaufman
Hi, sorry, it's a dynamic IP and there was a power cut: rtsp://86.146.238.165/media/video1 On 4 April 2013 03:56, Ross Finlayson wrote: > The stream will freeze after a few minutes. When the stream is opened > directly, it does not freeze: > > ./testProgs/testRTSPClient rtsp://86.146.236.49/me

Re: [Live-devel] live555ProxyServer freezes after upgrading from 2012.12.24

2013-04-03 Thread Ross Finlayson
> The stream will freeze after a few minutes. When the stream is opened > directly, it does not freeze: > > ./testProgs/testRTSPClient rtsp://86.146.236.49/media/video1 Sorry, but I can't access this stream. Ross Finlayson Live Networks, Inc. http://www.live555.com/ __

[Live-devel] live555ProxyServer freezes after upgrading from 2012.12.24

2013-04-03 Thread Roman Gaufman
With version 2012.12.24, live555ProxyServer can proxy Sony, Vivotek, Axis and other IP cameras, but after upgrading to 2013.01.25 or newer (tried with 2013.04.01 also), the proxy freezes with all of the above IP cameras. I have made a stream publicly available, to reproduce, run: ./proxyServer/li

Re: [Live-devel] live555ProxyServer crashes on back-end stream disconnection

2012-11-24 Thread Ross Finlayson
> here are the steps to reproduce, > prepare a back-end stream for testing with: vlc rtsp:// > --sout=#rtp{sdp=rtsp:///Video} > play the proxied stream with: vlc rtsp:///Video > stop back-end stream in step 1 by pressing Stop button in VLC interface > live555MediaServer crashes I'm confused, for s

[Live-devel] live555ProxyServer crashes on back-end stream disconnection

2012-11-24 Thread Lei Wu
livemedia version: 2012.11.16, 2012.11.22 system: Ubuntu 12.04here are the steps to reproduce,prepare a back-end stream for testing with: vlc rtsp:// --sout=#rtp{sdp=rtsp:///Video}play the proxied stream with: vlc rtsp:///Videostop back-end stream in step 1 by pressing Stop button in VLC in

[Live-devel] live555ProxyServer issue

2012-09-25 Thread kingaceck
hi I had asked: I use live555ProxyServer at the LAN,when more then two client connect to the server playing mp4 file(1080p h264 aac),there are many mosaic and the sound is off and on .If one client connect to the server it is ok.why? Your anwser is: Most likely, packet loss. You probably

Re: [Live-devel] live555ProxyServer issue

2012-09-22 Thread Ross Finlayson
> I use live555ProxyServer at the LAN,when more then two client connect to > the server playing mp4 file(1080p h264 aac),there are many mosaic and the > sound is off and on .If one client connect to the server it is ok.why? Most likely, packet loss. You probably don't have sufficient networ

[Live-devel] live555ProxyServer issue

2012-09-22 Thread kingaceck
Hi,all. I use live555ProxyServer at the LAN,when more then two client connect to the server playing mp4 file(1080p h264 aac),there are many mosaic and the sound is off and on .If one client connect to the server it is ok.why? After played the new client can't connect to the server.why? Can y

Re: [Live-devel] live555ProxyServer issue

2012-09-18 Thread Ross Finlayson
> I have issue with proxy server at the ubuntu OS: > Multiple clients connected to the proxy server(live555ProxyServer) and > playing,but when one of them play over,other clients also stop and the > following new client can't receive the rtp packet.What's the problem? Unfortunately, I don't know

[Live-devel] live555ProxyServer issue

2012-09-18 Thread kingaceck
Hello I have issue with proxy server at the ubuntu OS: Multiple clients connected to the proxy server(live555ProxyServer) and playing,but when one of them play over,other clients also stop and the following new client can't receive the rtp packet.What's the problem? Thank you very much. 2