Re: [Live-devel] Http live Streaming

2012-06-18 Thread daniel
Hello, Yes I know. So I want to implement my own RTSPServerSupportingHTTPStreaming class. 1) For now I can create TS Fragments (10s for each) dynamically and playlist. Each TS includes PPS and SPS. I insert start code(0x01) for each part. It works by VLC player. Is iDevice

Re: [Live-devel] Crash in AdvancedHashTable::keyMatches

2012-06-18 Thread Ross Finlayson
> I got rid of the "AdvancedHashTable" class and recompiled the live555 > libraries. It seems that the same crash still occurs, but only in > "BasicHashTable::keyMatches". Again, it crashes because "key2" is NULL. Any > suggestions as to why "key2" will be NULL? Sorry, I can't explain this.

Re: [Live-devel] Crash in AdvancedHashTable::keyMatches

2012-06-18 Thread Ross Finlayson
> I built a small application based on your testRTSPClient for multiple streams > (http://www.live555.com/liveMedia/doxygen/html/testRTSPClient_8cpp-source.html). > I am however experiencing a problem that my application crashes in > AdvacnedHashTable::keyMatches because key2 is NULL. Sorry, b