Changes between Version 11 and Version 12 of Documentation/VLC


Ignore:
Timestamp:
Apr 27, 2010, 3:19:24 PM (14 years ago)
Author:
stud-hock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/VLC

    v11 v12  
    7474In this section we describe the parameters of the mcpo-vlc plugin and some usage scenarios which demonstrate the strength of the mcpo approach.
    7575
     76Vlc-mcpo uses a virtual net for distributing the video content. Each v-net have to consist of 0-1 senders and 0-N receivers. The connection procedure does not depend on the role (sender/receiver) one instance has. This could be a little bit confusion in the beginning, as on most streaming protocols the role defines whether one instance is client or server.
     77
    7678==== Parameters ====
     79The vlc-mcpo plugin takes three connection parameters. source-port:destination-address:destination-port (e.g. 1234:localhost:5000)
     80
     81The source-port provides an interface for other instances to connect to this instances.
     82
     83[...]
    7784
    7885==== Examples / Scenarios ====