Re: [Live-devel] Concurrent OnDemandServerMediaSubsession to stream MPEG

2014-11-05 Thread Ross Finlayson
> 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

Re: [Live-devel] Concurrent OnDemandServerMediaSubsession to stream MPEG

2014-11-05 Thread Vikhorev, Konstantin
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

Re: [Live-devel] Concurrent OnDemandServerMediaSubsession to stream MPEG

2014-10-27 Thread Ross Finlayson
> 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

2014-10-27 Thread Vikhorev, Konstantin
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

Re: [Live-devel] Concurrent OnDemandServerMediaSubsession to stream MPEG

2014-10-23 Thread Ross Finlayson
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

[Live-devel] Concurrent OnDemandServerMediaSubsession to stream MPEG

2014-10-23 Thread Vikhorev, Konstantin
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