I think a work-around can be accomplished by expanding the allowable address 
space for multicast. 

In streamer.cpp it is currently limited to the standard multicast groups:
                                
uint32_t a_min = ntohl(inet_addr("224.0.0.0"));
                                
uint32_t a_max = ntohl(inet_addr("239.255.255.255"));


-scott







On Mar 8, 2010, at 5:13 PM, Stefan de Konink wrote:

> Op 08-03-10 22:36, Scott Janz schreef:
>> Andrey,
>> 
>> STROP_MCAST_IP only allows changing the lead value of the multicast
>> address (232). I need to change the whole thing.
> 
> It is indeed a bit more 'difficult' with respect to the current code. 
> But adding this stream directly to ip X, is technically not much 
> different than the current multicast mode.
> 
> (Because for multicast some other administration was done, so somethings 
> should be skipped some others added)
> 
> 
> Stefan

_______________________________________________
Support-list mailing list
[email protected]
http://support.elphel.com/mailman/listinfo/support-list_support.elphel.com

Reply via email to