[Live-devel] Debian vlc 2.0.4 with live555 liblive555_plugin.so: undefined symbol: _ZN10RTSPClient11sendRequestEPNS_13RequestRecordE)

2013-02-20 Thread Alok Kumar
Hi, I am trying to compile vlc 2.0.4 with live555 (latest version release in Feb 2013) support on debian x86. I am getting following undefined symbol. main libvlc warning: cannot load module `/home/alok/workdir/vlc-2.0.4/modules/demux/.libs/liblive555_plugin.so' (/home/alok/workdir/vlc-2.0.4/modu

Re: [Live-devel] Stack overflow caused by recursive destructors

2013-02-20 Thread Ross Finlayson
> Although this issue can be addressed by incrementing stack size, why not use > iterated destruction? Yes - good idea. This will be fixed in the next release of the software. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel

[Live-devel] Stack overflow caused by recursive destructors

2013-02-20 Thread Chmelev, Anton
Hello, I'm using liveMedia library to develop video recording application. Turns out, when you try to record a really big file (like, several hours) you get stack overflow. The problem is that linked lists are destroyed recursively in the code (eg. AVIIndexRecord in AVIFileSink, ChunkDescriptor

[Live-devel] Connection failure - socket error 10057

2013-02-20 Thread Erlandsson, Claes P (CERLANDS)
Once in a while, about 1 out of maybe 3000 connections, I notice a connection failure. The client runs on Windows. The DESCRIBE response handler receives resultCode -10057 and resultString "Unknown error". I first suspected the server was to blame by not responding, but when I look at socket er

Re: [Live-devel] For raw H.264, live device source horribly ragged while byte stream file source beautiful

2013-02-20 Thread temp2...@forren.org
...I'm getting closer, but still hoping for a hint on how to solve the puzzle. In H264VideoStreamParser, log2_max_frame_num defaults to 5, but the SPS NAL unit sets it to 8. In the ByteStreamFileSource case, the SPS NAL occurs twice, with the stream seemingly restarting a moment after it starts i

Re: [Live-devel] Streaming live PCM audio

2013-02-20 Thread Felix Radensky
Hi Ross, I've noticed that bit rate is constant 64kb/s when streaming a-law from file, but 57-61 kb/s when streaming from live source. Felix. On 02/20/2013 06:10 PM, Felix Radensky wrote: Hi Ross, Thanks a lot for answe

Re: [Live-devel] For raw H.264, live device source horribly ragged while byte stream file source beautiful

2013-02-20 Thread temp2...@forren.org
FYI, I've re-enabled tracing in H264VideoStreamParser::parse(), and am comparing the working ByteStreamFileSource to the failing MF_H264_DeviceSource, of essentially the same stream. So far I find that the working ByteStreamFileSource is causing the parse to update the presentation time every eigh

Re: [Live-devel] Streaming live PCM audio

2013-02-20 Thread Felix Radensky
Hi Ross, Thanks a lot for answering. On 02/20/2013 02:51 AM, Ross Finlayson wrote: I have problems streaming live PCM audio. Audio comes either directly from microphone (16-bit LE) or from hardware encoder

[Live-devel] For raw H.264, live device source horribly ragged while byte stream file source beautiful

2013-02-20 Thread temp2...@forren.org
I have a MF_H264_DeviceSource derived from DeviceSource, being used by H264VideoOnDemandServerMediaSubsession derived from OnDemandServerMediaSubsession, from top level XXXOnDemandRTSPServer derived from testOnDemandRTSPServer. Viewing my output with VLC, the output is HORRIBLY RAGGED. I took the

Re: [Live-devel] Where can I trap and debug response to signalNewFrameData() ?

2013-02-20 Thread temp2...@forren.org
Ross, Thanks. Cool... I figured out this exact same problem on my own yesterday, perhaps 5 hours before your email. I got up in the middle of the night tonight and implemented a fix. I just got it working... yeah!... and went to email you back. Then I found your email. I was proud of myself f