Öffentliche Wikis
IPv6 Wiki
Network Engineering
Netzwerksicherheit
Netzwerkprogrammierung
Contiki OS
Linux
FreeBSD
Windows
OSX
Internet of Things
Private Wikis
Öffentliche Wikis
IPv6 Wiki
Network Engineering
Netzwerksicherheit
Netzwerkprogrammierung
Contiki OS
Linux
FreeBSD
Windows
OSX
Internet of Things
Private Wikis
Erstellung eines Multicast-Streams mit VLC:
https://wiki.videolan.org/Documentation:Streaming_HowTo/
VLC generiert auch die nötigen Join und Leave Messages. http://forum.videolan.org/viewtopic.php?f=11&t=51600
Der VLC Client Aufruf lautet z.B.:
cvlc -vvv rtp://@[FF05::2000:abc]
Und den Server starte ich mit
vlc -vvv Videos/Video.mp4 --sout '#rtp{mux=ts,dst=[FF05::2000:abc]}' --ttl 12 vlc -vvv --loop ...mpg --sout '#udp{mux=ts,dst239.1.1.1}' --ttl 12
loop
wiederholt das Video endlos
IGMP Proxy für OpenWRT: