Re: [Live-devel] Help on testOnDemandRTSPServer

2012-03-22 Thread Ross Finlayson
> Point#1 I need to give VLC converted UDP/RTP stream to testOnDemandRTSPServer > and need to generate RTSP stream. I'm sorry, but I can't understand what you're asking here. Please reword your question to explain in detail what you want to do. > Point#2 Can I change port 8554 to 554 in testO

[Live-devel] Help on testOnDemandRTSPServer

2012-03-22 Thread Vinay Tyagi
Hi, Point#1I need to give VLC converted UDP/RTP stream to testOnDemandRTSPServer and need to generate RTSP stream. Is this solution workable? Point#2Can I change port 8554 to 554 in testOnDemandRTSPServer.cpp. if yes then how? I tried to change it in  line RTSPServer* rtspServer = RTSPServer::

Re: [Live-devel] RTSPClient w/significant frame loss

2012-03-22 Thread Ross Finlayson
This is getting silly. You're doing a lot of mental 'flailing around'; yet the answer is right in front of you: > So I eliminated all memory allocation and memcpy of the 23K of data into the > new frame buffer from the receive buffer, and I was back to getting almost > zero frame loss. But as

Re: [Live-devel] RTSPClient w/significant frame loss

2012-03-22 Thread Kumar Sambhav
Hi Brad, I had done processing in afterGettingFrame() by copying the data to a Linux named PIPE on a ~300Mhz ARM based system. You can try few experiments. 1. Did you profile them time taken for memcpy in afterGettingFrame() ? 2. In every afterGettingFrame() call, instead of using the new

Re: [Live-devel] RTSPClient w/significant frame loss

2012-03-22 Thread Brad O'Hearne
Ross, Thank you for your reply. To your comments: 1. I am fairly confident the increase of the receive buffer is taking, because that change alone eliminated 100% of frame loss when the afterGettingFrame() method did nothing bug log NAL counts. I was getting near 30fps. 2. I do not think th

Re: [Live-devel] Patch for uClibc segfault while streaming H.264

2012-03-22 Thread Eric Nadler
Hi Ross, I recompiled live555 with ­DLOCALE_NOT_USED in COMPILE_OPTS. This also avoided the segfault, and could be a workaround for those that don¹t want to or can¹t modify uClibc. Eric On 3/21/12 6:52 PM, "Ross Finlayson" wrote: >> I thought it would be good to mention here that I have submi

Re: [Live-devel] Where in the code you demux VOB and with the help of some class then send via rtsp server?

2012-03-22 Thread Ross Finlayson
I've now installed a new version (2012.03.22) of the "LIVE555 Streaming Media" code that fixes a bug that could cause invalid AC3 data to be streamed from VOB files. (Thanks to Rustam for reporting this problem.) Ross Finlayson Live Networks, Inc. http://www.live555.com/ __