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
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
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
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
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
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