Changes between Version 1 and Version 2 of VLCStreaming


Ignore:
Timestamp:
Oct 3, 2007, 12:24:35 PM (17 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VLCStreaming

    v1 v2  
    11
    22http://www.videolan.org/vlc/download-windows.html
     3
     4== Source Node ==
     5[[Image(VLCStreaming/Files:VLC_openFile.jpg)]]
     6
     7[[Image(VLCStreaming/Files:VLC_openFileDialog.jpg)]]
     8
     9[[Image(VLCStreaming/Files:VLC_streamingSettings.jpg)]]
     10
     11 * '''Play Locally''': displays the video on the source node
     12 * '''UDP''': streams the video via a UDP connection
     13   * '''Address''': IP address of ''destination'' node
     14   * '''Port''': UDP port to target at the destination (must match UDP port in destination node's Open Network Stream settings)
     15 * '''Transcoding Options''': video compression scheme to apply to outgoing stream
     16   * '''Video Codec''': WMV1 is recommended (for cross-platform compatibility)
     17   * '''Video Bitrate''': Average rate of video stream; 512 - 2048 kb/s recommended
     18   * '''Audio Codec''': MP3 is recommended
     19   * '''Audio Bitrate''': Average data rate of audio stream; 16 - 32 kb/s recommended
     20
     21== Destination Node ==
     22[[Image(VLCStreaming/Files:VLC_openStreamSettings.jpg)]]