Re: [Live-devel] Using Live555 as a relay server

2009-02-19 Thread Ross Finlayson
Ross : another reason is that network cameras can't handle a lot of clients at the same time. Relay servers can. Yes, that's true. However, the questioner was asking how to connect a single client to the camera. The best way to do this is to fix his network so that the client can communicate

Re: [Live-devel] Using Live555 as a relay server

2009-02-19 Thread Sébastien Escudier
you can use VLC to do what you want. Ross : another reason is that network cameras can't handle a lot of clients at the same time. Relay servers can. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/liv

Re: [Live-devel] RTSPClient::PlayMediaSession and PlayMediaSubSession

2009-02-19 Thread Ross Finlayson
As I said before, the "RTSPClient" code will shortly be undergoing signficant changes - in particular, to support asynchronous handling of responses *and* requests from the server. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live

Re: [Live-devel] Video and audio completely out of sync

2009-02-19 Thread Ross Finlayson
Well, if I remove the -f 30 parameter, the video still looks bad. No, I didn't say that you should 'remove' the "-f " argument; I said that you should make sure that it's accurate. You can use a client like QuickTime Player to check what the stream's frame rate really is. Finally, do you

Re: [Live-devel] Using Live555 as a relay server

2009-02-19 Thread Ross Finlayson
It would be a really bad design if we need to have a connectivity from each client to each camera. Nonsense. The whole point of the Internet is that anyone can connect to anyone. Whenever you prevent one node from contacting another, your network is broken (and you're not on the Internet, as

Re: [Live-devel] Video and audio completely out of sync

2009-02-19 Thread moonlit moonlit
Well, if I remove the -f 30 parameter, the video still looks bad. I also have some artifacts while the video is playing. This doesn't happen with videolan or using the Axis ActiveX component. 2009/2/19 Ross Finlayson > I'm using openRTSP to connect to an axis camera and record the video and

Re: [Live-devel] Using Live555 as a relay server

2009-02-19 Thread moonlit moonlit
> It seems to me that this is your real problem. You should fix your network so that the computers that want to access your stream can contact your server. There is nothing really bad that needs to be fixed. We have tons of cameras located everywhere and the same with the clients that connect to

[Live-devel] RTSPClient::PlayMediaSession and PlayMediaSubSession

2009-02-19 Thread Matt Schuckmann
I noticed that the following lines appear near the end of RTSPClient::PlayMediaSession but not in RTSPClient::PlayMediaSubsession(). if (fTCPStreamIdCount == 0) { // we're not receiving RTP-over-TCP // Arrange to handle incoming requests sent by the server envir().taskScheduler().turnO

Re: [Live-devel] Video and audio completely out of sync

2009-02-19 Thread Ross Finlayson
I'm using openRTSP to connect to an axis camera and record the video and audio to an .mp4 file I do this: openRTSP.exe -4 -y -l -w 640 -h 480 -f 30 -b 10 -d 10 rtsp://192.168.10.56/mpeg4/media.amp > a.mp4 Are you *sure* that the video's frame rate is

Re: [Live-devel] Using Live555 as a relay server

2009-02-19 Thread Ross Finlayson
I have an axis camera that is only accessible from a specific computer (A). I also have other computers that need to have access to the MPEG4 feed of this camera, but these computers ONLY have access to computer A. It seems to me that this is your real problem. You should fix your network so