I would like to know how to stream my media via vlc using udp streaming method?
|
feedback
|
|
a good discussion of sreaming with vlc is here: http://www.videolan.org/doc/streaming-howto/en/ch02.html first google result for "vlc stream udp" the linked to site has images of the windows indicating settings and what to click. a cut and paste of the text below Chapter 2. Easy streaming Table of Contents Intro Streaming using the Wizard Streaming using the GUI Intro The easier way to start streaming with VLC is by using one of the graphical user interfaces: wxwindows for Windows and GNU/Linux, the skinnable Windows and GNU/Linux interface or the MacOS X native interface. Streaming using the Wizard The Streaming/Transcoding Wizard leads you step by step through the process of streaming your media on a network or saving it to your hard drive. This Wizard offers easy to use menus but provides a restricted set of options. Note The wizard is only available on the wxWindows interface. Launching the wizard To launch the Streaming/Transcoding Wizard, open the "File" menu, and select the Wizard menu item. [D] Launching the wizard Wizard dialog First select the type of task:
[D] The Wizard Dialog Input selection Select a stream (such as a file, a network stream, a disk, a capture device ...) by selecting the Choose... dialog or an existing item in your playlist, using the Existing playlist item option. Partial Extract: To read only part of the stream, check the "Enable" checkbox and choose a start and end date (in seconds). This option should only be used with streams you can control such as files or discs but not network streams or capture devices. [D] Wizard input selection [D] Wizard input selection from playlist Streaming methods If you chose Stream to network option, you can now specify the streaming method. Available methods are:
[D] Wizard streaming method Transcoding options If you chose the Transcode/Save to file option, you can now specify the new audio and video codecs and bitrates you want you input converted to. (See Streaming, Muxers and Codecs) [D] Wizard transcode Encapsulation method Choose the method format. The UDP streaming methods require MPEG TS encapsulation. The HTTP streaming method can be used with the MPEG PS, MPEG TS, MPEG 1, OGG, RAW or ASF encapsulation. Saving to a file can be done using any encapsulation format compatible with the chosen codecs. (See Streaming, Muxers and Codecs) [D] Wizard encapsulation method Streaming options If you chose to Stream to network you can now specify several options.
[D] Wizard streaming options Save to file destination If you chose Transcode/Save to file you can now specify the file you want to save the stream to. [D] Wizard save file - wxWindows interface You can now select the Finish button to start streaming/converting the source. Streaming using the GUI Introduction A second way to set up a streaming instance using VLC is using Stream Output panel in the Open... dialog of the wxWindows (Windows / GNU Linux), skinnable (Windows / GNU Linux) and MacOS X interfaces. Streaming methods and options used 99% of time should be available in this panel. To stream the opened media, check the "Stream output" checkbox in the "Open File/Disc/Network Stream/Capture Device" dialog and click on the "Settings" button. [D] Open file dialog - wxWindows interface [D] Open file dialog - Mac OS X interface The Stream Output dialog [D] Stream output dialog - wxWindows interface [D] Stream output dialog - wxWindows interface Stream Output MRL On the wxWindows interface, a text box displays the Stream Output MRL (Media Ressource Locator). This is updated as you change options in the Stream output dialog. For more information on how to edit the Stream Output MRL read Advanced streaming using the command line. Output methods
Note UDP, HTTP, MMSH and RTP methods require to select the Stream option on the MacOS X interface (See Streaming, Muxers and Codecs) Encapsulation method Select an encapsulation method that fits the codecs and access method of your stream, among MPEG TS, MPEG PS, MPEG 1, OGG, Raw, ASF, AVI, MP4 and MOV. (See Streaming, Muxers and Codecs) Transcoding options Enable video transcoding by checking the "Video Codec" checkbox. Choose a codec from the list. You can also specify an average bitrate and scale the input. (See Streaming, Muxers and Codecs) Enable audio transcoding by checking the "Audio Codec" checkbox. Choose a codec from the list. You can also specify an average bitrate and the number of audio channels to encode. (See Streaming, Muxers and Codecs) Miscellaneous options Select methods to announce your stream. You can use SAP (Service Announce Protocol) or SLP (Service Location Protocol). You must also specify a channel name. The Mac OS X interface also allows you to export the description (SDP) file of a RTP session using the internal HTTP or RTSP server of VLC, or as a file. This can be done using the according checkboxes. The SDP URL text box allows to give the url or destination where the SDP file will be available. | |||||||||||
feedback
|