Search found 3 matches

Go to advanced search

by Manu
06 Mar 2015 17:39
Forum: VideoLAN Server and miniSAPserver
Topic: MiniSAPServer announcements - not seen by Exterity receiver
Replies: 11
Views: 59855

Re: MiniSAPServer announcements - not seen by Exterity receiver

Me again.

I just commented lines 237 to 239 in broadcast.cpp to skip that test:

236 // 239.192.0.0/14 => 239.195.255.255
237 //if ((ip & 0xfffc0000) == 0xefc00000)
238 // ip = 0xefc3ffff;
239 //else

works fine now.

Regards,
Manu
by Manu
06 Mar 2015 17:09
Forum: VideoLAN Server and miniSAPserver
Topic: MiniSAPServer announcements - not seen by Exterity receiver
Replies: 11
Views: 59855

Re: MiniSAPServer announcements - not seen by Exterity receiver

Hi, Better late than never but I think I am running into a similar issue although I have no Exterity devices in my setup. My minisap server works fine but any program using an IP address starting with 239.x.x.x is not taken into account...and it seems to be your case too. Did anyone manage to fix th...
by Manu
16 Dec 2013 12:05
Forum: VLM
Topic: Very BASIC VLM Setup, HELP?
Replies: 4
Views: 7156

Re: Very BASIC VLM Setup, HELP?

Hi, If that helps, here is my config which works fine for me using VLC 2.0.7 and 4 UDP streams. CLI: ==== vlc.exe --vlm-conf=C:\CONFIG.vlm --mosaic-height=220 --mosaic-width=391 --mosaic-rows=3 --mosaic-cols=3 -I dummy CONFIG.vlm file: =============== # VLC media player VLM command batch # http://ww...

Go to advanced search