Differences between revisions 2 and 3
Revision 2 as of 2009-12-13 09:26:56
Size: 382
Editor: PieterSmit
Comment:
Revision 3 as of 2010-09-25 13:19:10
Size: 610
Editor: bc2-rba-1-0
Comment: Add VLC details
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
 * Best multicast application for Video is VLC.
   * From linux command line
   {{{ $ vlc -vvv file:////Test.avi --sout #rtp{access=udp, mux=ts, dst=239.255.100.100,port=1234, sap,group="Video",name="Asterix"}' :sout-all }}}

Multicast Routing

  • Sending one packet to multiple receivers. Private subnet 239.0.0.0/8
  • Cisco commands
    •      #sh ip mroute
               IP Multicast Routing Table
           #show mls ip multicast group 224.11.0.1
  • Best multicast application for Video is VLC.
    • From linux command line

       $ vlc -vvv file:////Test.avi --sout #rtp{access=udp, mux=ts, dst=239.255.100.100,port=1234, sap,group="Video",name="Asterix"}' :sout-all 

...


CategoryCisco CategoryLinux

Multicast (last edited 2017-11-10 22:40:14 by PieterSmit)