> Still can't find the problem. Everything seems to be set correctly and
> Live555 event loop is running on a separate thread.
>
> Quick debug showed me that everything works perfectly for one session until
> another client joined concurrent media session. At this point the trigger
> event han
Still can't find the problem. Everything seems to be set correctly and Live555
event loop is running on a separate thread.
Quick debug showed me that everything works perfectly for one session until
another client joined concurrent media session. At this point the trigger event
handler for firs
> I tried your suggestion today and result is the same. I can only stream data
> to one session at the time.
>
> Could it be some pre-processor definition that I am missing?
>
> Also some times when I try to play to streams at the same time I get
> following exception:
> “RTCPInstance:: RTCP
Re: [Live-devel] Concurrent OnDemandServerMediaSubsession to stream
MPEG
I don’t see anything obviously wrong with your code.
However, I suggest using “openRTSP” or “testRTSPClient” - rather than VLC - as
RTSP clients to test your server. With VLC, it’s hard to tell what’s going on.
Also, people of
I don’t see anything obviously wrong with your code.
However, I suggest using “openRTSP” or “testRTSPClient” - rather than VLC - as
RTSP clients to test your server. With VLC, it’s hard to tell what’s going on.
Also, people often have trouble running more than one copy of VLC (for
different s
Dear Live555 Team,
I am using Live555 library to create simple rtsp server to stream several mpeg
video feeds. For this purpose I've implemented subclasses of :
1. Framed source
2. OnDemandServerMediaSubsession
In my OnDemandServerMediaSubsession subclass I have implemented both re