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

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

[Live-devel] Multicast to RTSP

2009-04-09 Thread Ivo Vachkov
Hello all, I've been trying to setup multicast to rtsp server for some time now. However, I find difficulties. My idea is to modify testOnDemandRTSPServer to read from stdin (which i did successfully) and use something like this mcas2stdout $mcast_group $port | testOnDemandRTSPServer. I use VLC to