Re: [Live-devel] RTSP multicast problem

2011-08-23 Thread Miklos Szeles
Hi, Can anybody help in this issue? We are using CentOS 5.5. Is there any patch available for CentOS which solves this issue? What other linux distribution works correctly besides FreeBSD? BR, Miklós 2011.08.19. 9:34 keltezéssel, Miklos Szeles írta: Thanks for your answer Ross. Can you give

Re: [Live-devel] RTSP multicast problem

2011-08-19 Thread Miklos Szeles
Thanks for your answer Ross. Can you give some hints regarding the OS kernel fixing? Where/what should we change to solve this issue by patching the kernel? Best regards, Miklós 2011.08.18. 16:47 keltezéssel, Ross Finlayson írta: Unfortunately I don't know of a solution to this, other than 1/

[Live-devel] RTSP multicast problem

2011-08-18 Thread Miklos Szeles
Hi Ross, I've found the following mailing regarding "Many multicast sources with same port problem". http://www.mail-archive.com/live-devel@lists.live555.com/msg05777.html Unfortunately we have the same problem in one situation as Zed had. 2 IP cameras multicasting their streams with different

Re: [Live-devel] RTSP client runs on 100% CPU

2011-08-18 Thread Miklos Szeles
No problem, meanwhile I managed to update the live555 library with the latest one, and the problem does not exist anymore. Best regards, Miklós 2011.08.18. 15:45 keltezéssel, Ross Finlayson írta: We are using a relatively old version of the live555 library. Then I can't help you (see

[Live-devel] RTSP client runs on 100% CPU

2011-08-18 Thread Miklos Szeles
Hi, We are using live555 to get RTSP streams from IP cameras. It has been running fine with every kind of cameras for years. Unfortunately recently we've experienced problems with Sanyo cameras. In the beginning everything runs smoothly and approximately after a 60-70 secs the camera closes t

Re: [Live-devel] Using DigestAuthentication

2009-03-25 Thread Miklos Szeles
Hi Ross, Sorry for my mistake, but I found that the camera uses the "qop" option only in http digest authentication. The RTSP authentication failure was caused by using the wrong username:). Thanks for your help. BR, Miki On Wed, Mar 25, 2009 at 2:44 AM, Ross Finlayson wrote: >> I'm using RTSP as

Re: [Live-devel] Using DigestAuthentication

2009-03-24 Thread Miklos Szeles
I'm using RTSP as a client. Unfortunatelly the authentication fails. I found out that live555 implements RFC 2069 specification. This specification was replaced by RFC 2617 and unfortunatelly our camera uses the features of the new standard. Do you plan to implementation the RFC 2617 digest authent

[Live-devel] Using DigestAuthentication

2009-03-20 Thread Miklos Szeles
Hi, Can anybody explain me how can I use DigestAuthentication? How can I get the required realm an nonce parameters? Many thanks, Miki ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] H264 over RTP problem

2008-09-05 Thread Miklos Szeles
The used sink has a big enough buffer, so if there is some data loss, that appear before the sink. I saw the following lines in MultiFramedRTPSource: // Try to use a big receive buffer for RTP: increaseReceiveBufferTo(env, RTPgs->socketNum(), 50*1024); is it possible that my problem caused by th

[Live-devel] H264 over RTP problem

2008-09-04 Thread Miklos Szeles
Hi, I'm trying to receive H264 video stream(unicast RTP) from a camera. It works well for 320x240 video stream, but when I increase the resolution to 640x480 some frames can't be decoded. It looks like their end is missing. Is there any limitation on the size of the video frames? If there is, whe

[Live-devel] ourSourceAddressForMulticast timeout

2008-05-22 Thread Miklos Szeles
figure the network for this purpose? Best Regards, Miklos Szeles ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] H264 RTP Payload format

2008-05-08 Thread Miklos Szeles
Is it possible to receive somehow the RTP packets coming from the camera without knowing it's payload type? On Tue, May 6, 2008 at 11:31 PM, Ross Finlayson <[EMAIL PROTECTED]> wrote: > > > Unfortunatelly the camera doesn't use RTSP. I can specify to use > > multicast or unicast by CGI commands and

Re: [Live-devel] H264 RTP Payload format

2008-05-06 Thread Miklos Szeles
Unfortunatelly the camera doesn't use RTSP. I can specify to use multicast or unicast by CGI commands and I can start streaming with CGI commands too. I would like to use unicast, so I don't know what to do. On Tue, May 6, 2008 at 3:08 PM, Ross Finlayson <[EMAIL PROTECTED]> wrote: > > > > I have a

[Live-devel] H264 RTP Payload format

2008-05-06 Thread Miklos Szeles
Hi, I have a Sony camera which can stream MPEG4/H264 video using RTP protocol. I was able to receive the MPEG-4 stream, but unfortunatelly I don't know what payload format should I specify for H264VideoRTPSource. Can anybody help me? Regards, Miki ___ l