Re: [Live-devel] SRTP support

2013-05-07 Thread Marathe, Yogesh
Ok. Thanks for the information. From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Wednesday, May 08, 2013 9:58 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] SRTP support Does live555 support SRTP?

[Live-devel] SRTP support

2013-05-07 Thread Marathe, Yogesh
Does live555 support SRTP? Regards, Yogesh. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] Observing dataloss in linux user space with testRTSPClient

2013-02-01 Thread Marathe, Yogesh
Hi, I added simple logic and few parameters in DummySink to calculate received bit rate in afteGettingFrame() of testRTSPClient and printed the same at 30secs of interval. This was showing birate per stream received. When I opened 4 connections from IP cameras (streaming at 8Mbps CBR) I saw 30-

Re: [Live-devel] Parsing frames received by testRTSPClient

2013-01-29 Thread Marathe, Yogesh
Thanks of answers. From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Wednesday, January 30, 2013 3:05 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Parsing frames received by testRTSPClient Since, I

Re: [Live-devel] Parsing frames received by testRTSPClient

2013-01-29 Thread Marathe, Yogesh
Thanks Ross. Instead of adding a MediaSink I decided to add implementation for identifying NAL units in afterGettingFrames() of DummySink. I added some parameters in DummySink for received bitrate calculation and that seems to be working for me and my decoder is now able to decode streams. I was

[Live-devel] Parsing frames received by testRTSPClient

2013-01-28 Thread Marathe, Yogesh
Hi, I want two know if testRTSPClient allows me to specify codec type and if it can give me single encoded frame every time afterGettingFrame() is invoked? If not, what would be my options to have support for H264 frame parsing in received bit stream? I want to identify frame boundary in the en

Re: [Live-devel] Live555 performance numbers

2013-01-14 Thread Marathe, Yogesh
ive555 is forced to drop a frame in RTSP? or does it reconnect at that point. From: live-devel-boun...@ns.live555.com<mailto:live-devel-boun...@ns.live555.com> [live-devel-boun...@ns.live555.com] on behalf of Marathe, Yogesh [yogesh_mara...@ti.com] Sent: Frid

Re: [Live-devel] Live555 performance numbers

2013-01-11 Thread Marathe, Yogesh
I have done this before as I have mentioned in my previous mail in same thread. May be that was quite long ago. Let tryout with latest Live555. Regards, Yogesh. From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Friday, January 1

Re: [Live-devel] Live555 performance numbers

2013-01-10 Thread Marathe, Yogesh
.live555.com> [live-devel-boun...@ns.live555.com] on behalf of Marathe, Yogesh [yogesh_mara...@ti.com] Sent: Thursday, January 10, 2013 5:29 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Live555 performance numbers Hello Ross, Thanks for the prompt respons

Re: [Live-devel] Live555 performance numbers

2013-01-10 Thread Marathe, Yogesh
Hello Ross, Thanks for the prompt response. Assuming I'm not bothered about decoding and rendering part of incoming video (as I can offload that), I want to know if any profiling has been done on just LIVE555's receiving part on any processor ever? I had observed in one of the experiments with

[Live-devel] Live555 performance numbers

2013-01-10 Thread Marathe, Yogesh
Hi, I want to use live555 for receiving H.264 encoded video streams over IP network through RTP. Is there any information about performance numbers of live555 in terms of CPU cycles or CPU load % when it comes to receiving streams. Also, Is live555 claimed to be optimized for receiving video st