Re: [Live-devel] optimising openRTSP

2008-10-29 Thread Anoop P.A.
if it is 16 * 20 * 32 KB means 10 MBps. I am having gigE network. My problem is openRTSP consuming lots of cpu so I am unable to run other s/w. What is this "ReorderingPacketBuffer." function doing?. is this issue ( what i a seeing) have any relation with free mem ? Thaks Aoop _

Re: [Live-devel] optimising openRTSP

2008-10-29 Thread Anoop P.A.
-b 32000 -F vid-56-$i -d 1800 rtsp://172.16.48.50:$i/TestJpeg >& log56-$i & Thanks Anoop From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anoop P.A. Sent: Wednesday, October 29, 2008 3:24 PM To: LIVE555 Streaming Media - develo

Re: [Live-devel] teardown openRTSP

2008-10-29 Thread Anoop P.A.
Hi , You can use Ctrl+C to tear down Thanks Anoop From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of florian martinot Sent: Wednesday, October 29, 2008 4:45 PM To: [EMAIL PROTECTED] Subject: [Live-devel] teardown openRTSP Dear all,

Re: [Live-devel] optimising openRTSP

2008-10-29 Thread Anoop P.A.
Hi Ross, I have profiled my system and found that around 8.7 % time is being spend in Reordering Packet Buffer <> VMA samples %time App-name Symbol-name 00465778 35862 8.7658 openRTSP ReorderingPacketBuffer::storePacket(BufferedPacket*) And around 3.4 % time is being spen

[Live-devel] optimising openRTSP

2008-10-16 Thread Anoop P.A.
Hi All, I have cross compiled openRTSP for mips platform and I am using its for recording mjpeg streams(30fps frame rate 32kb frame size). I need to run multiple instances of this client ( say 16). But the problem is one openRTSP client consuming around 12% of CPU time. So it is difficult to run

Re: [Live-devel] streaming in and out same file

2008-10-06 Thread Anoop P.A.
Hi Ross, Thanks for your response!!! But my requirement is to stream in a number of videos from network and streamout some among them. So there will be number of clients (say 15-20) and one server. Can you suggest a better way to achieve this? Why you are giving default name for recorded vid

[Live-devel] streaming in and out same file

2008-10-03 Thread Anoop P.A.
Hi , Is it possible to streamout a file while streaming in ?. I tried to achive this through using live555 server and openRTSP client. Unfortunately openTSP saving video with some default name that too without extension which is necessary for live555 to sream out properly. Whether editing openRTSP

[Live-devel] mp4 streaming

2008-09-26 Thread Anoop P.A.
Hi all, How do I stream mp4 files. I am using live555mediaserver. Do I want to download any other server to stream mp4 ?. Thanks Anoop ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] getting parsePESPacket error while streaming MPEG2

2008-09-23 Thread Anoop P.A.
Hi Ross, This might be a bug with vlc as this particular file is opening fine with windows media player. But if we open with vlc it is not showing video fully. Thanks Anoop -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anoop P.A. Sent: Tuesday

Re: [Live-devel] getting parsePESPacket error while streaming MPEG2

2008-09-23 Thread Anoop P.A.
Hi Ross, Thanks for your immediate response. I had tried with other mpeg files as well and I got same error >You can overcome these error messages by increasing the size of the >"fBuf" array (in "MPEG1or2FileServerDemux.cpp", line 189) to 2 (or >more). If I increase fbuf what will be its i

[Live-devel] getting parsePESPacket error while streaming MPEG2

2008-09-23 Thread Anoop P.A.
Hi , I have compiled this particular source (http://www.live555.com/liveMedia/public/live555-latest.tar.gz) code in my FC5 machine. And I streamed this video ( http://www.leadcodecs.com/Download/mpeg/WhatBox_MPEG2_720x480_q5.mpg ). Once I opened rtsp link from a Win Xp machine in same subn