Re: TTL issue, with more than one channel
Alexis de Lattre <[email protected]>
| Newsgroups | gmane.comp.video.videolan.vls.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Jun 02, 2003, Nicklas Westberg wrote : > BEGIN "mcast" > Type = "mcast" > TTL = "4" #Time To Live > DstHost = "239.1.1.2" > DstPort = "11111" > END You should put instead : BEGIN "mcast" Type = "multicast" TTL = "4" DstHost = "239.1.1.2" DstPort = "11111" END It should work better now... -- Alexis -- This is the vls-devel mailing-list, see http://www.videolan.org/streaming/ To unsubscribe, please read http://developers.videolan.org/lists.html If you are in trouble, please contact <[email protected]>