Re: [Live-devel] Multiple sources question

2009-04-28 Thread Ivo Vachkov
I'm using Ubuntu Linux with 2.6.27-11-generic (Ubuntu Desktop 8.10) for my tests and the multicast addresses of the streams are different (239.255.255.10 and 239.255.255.20). However the port is the same. Looks like a reasonable explanation for the problem. I will confirm it later today. Thanks. I

Re: [Live-devel] Multiple sources question

2009-04-28 Thread Ross Finlayson
With one source everything is working fine. However when I have several multicast sources I get them overlapping on every rtsp url. For some reason (I guess in my code :) ) different multicast streams don't go to different sessions. All packets go to all sessions and it becomes a complete mess.

[Live-devel] Multiple sources question

2009-04-27 Thread Ivo Vachkov
Hello all, By reading testOnDemandRTSPServer.cpp i figured out that I can have different ServerMediaSessions and add subsession to each one. However, it proves to be a bit more complex than that when i comes to network sources. I have the following code: const int channels = 128; struct Stream {