Re: [Live-devel] Threads and event loops

2010-04-21 Thread Ross Finlayson
I followed all the posts about threading and event loops some days ago. I also reviewed the FAQ once more and because I had done it several times in the past, it seems to me that the recommendation "Such a configuration is not recommended, however; instead, it is safer to structure such an appl

[Live-devel] Regarding getting H264

2010-04-21 Thread Nilesh Kuber
Hi, I am using the latest Live 555 SDK and I am developing client application in which I want to read H264 streams from IP camera. I have seen source - sink model of Live 555. I am getting success upto sending "PLAY" option to IP camera. Now I need to read H264 payload from this camera. So what

Re: [Live-devel] Crash in RTSPServer.cpp

2010-04-21 Thread Ross Finlayson
We have a crash in our RTSP server (implemented with Live555) that reproduces when streaming the same session to multiple RTP-over-TCP clients. You have "reuseFirstSource" set to "True" in your "OnDemandServerMediaSubsession" subclass, right? Here's the callstack: It's hard to tell fro

[Live-devel] Crash in RTSPServer.cpp

2010-04-21 Thread Jeremy Noring
We have a crash in our RTSP server (implemented with Live555) that reproduces when streaming the same session to multiple RTP-over-TCP clients. Here's the callstack: Program terminated with signal 11, Segmentation fault. #0 0x47ac7cb4 in RTSPServer::RTSPClientSession::handleAlternativeRequestByt

Re: [Live-devel] First Application

2010-04-21 Thread Ross Finlayson
Okay, I understand. But do I've to use doEventLoop()? If yes, how can I say doEventLoop to run the continuePlaying()-methode of my subclass? You do what "openRTSP" (and the other receiving demo applications) do: - Call YourSinkObject->startPlaying(...)then - Call doEventLo

Re: [Live-devel] First Application

2010-04-21 Thread Kreker, Paul
Okay, I understand. But do I've to use doEventLoop()? If yes, how can I say doEventLoop to run the continuePlaying()-methode of my subclass? And how can I run an Qt-app while doEventLoop runs? I mean do EventLoop() never returns or can I make two threads? With kind regards, Paul Kreker