Editing VLC

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 3: Line 3:
== Why VLC? ==
== Why VLC? ==
-
Because the VLC paradigm involves no codecs, and very little user interaction needed, it is considered optimal for this task. It packs a 13-30 megabyte footprint on the host machine (depending on OS). It is also able to transcode your video/audio files for saving onto devices such as the [[Nokia N800]]. It's ability to stream live content, as well as most video/audio formats makes it ideal for the mobile device's needs.
+
Because the VLC paradigm involves no codecs, and very little user interaction needed, it is considered optimal for this task. It packs a 13-30megabyte footprint on the host machine (depending on OS). It is also able to transcode your video/audio files for saving onto devices such as the Nokia N800. It's ability to stream live content, as well as most video/audio formats makes it ideal for the mobile device's needs.
== Simple instructions ==
== Simple instructions ==
Line 16: Line 16:
=== Stream Output Settings ===
=== Stream Output Settings ===
-
 
+
[[Image:Stream_output_window.jpg]]  
-
[[Image:Stream_output_window.jpg|frame|center|alt=Screenshot of the stream output settings dialog|Stream output settings]]  
+
In the stream output window you can see the options for your stream. The small red square marked off on "play locally" is your choice whether to set that or not. Leaving it off may improve performance. The highlighted rectangle area shows the HTTP server settings. VLC comes with an httpd server built-in, so you don't have to install any additional software. You want to set the "IP Address" to the IP address of the machine VLC is running on (in the example, 192.168.1.2). You may set the port to whatever legal port you wish. Select "Custom" in the drop down menu of the next section.
In the stream output window you can see the options for your stream. The small red square marked off on "play locally" is your choice whether to set that or not. Leaving it off may improve performance. The highlighted rectangle area shows the HTTP server settings. VLC comes with an httpd server built-in, so you don't have to install any additional software. You want to set the "IP Address" to the IP address of the machine VLC is running on (in the example, 192.168.1.2). You may set the port to whatever legal port you wish. Select "Custom" in the drop down menu of the next section.
 +
=== Encapsulation Settings ===
=== Encapsulation Settings ===
-
 
+
[[Image:VLC-Encapsulation.jpg]]
-
[[Image:VLC-Encapsulation.jpg|frame|center|alt=Screenshot of encapsulation settings tab|Encapsulation settings]]
+
Radio button labeled "MPEG-TS" should be selected.
Radio button labeled "MPEG-TS" should be selected.
=== Video Codec Settings ===
=== Video Codec Settings ===
-
 
+
[[Image:VLC-video-codec.jpg]]
-
[[Image:VLC-video-codec.jpg|frame|center|alt=Screenshot of video codec settings tab|Video codec settings]]
+
Ensure that the "Video" checkbox is checked. Under "Codec" drop-down menu, select "MPEG-2"; for bitrate, select 500 kb/s; for scale, pick 0.5.
Ensure that the "Video" checkbox is checked. Under "Codec" drop-down menu, select "MPEG-2"; for bitrate, select 500 kb/s; for scale, pick 0.5.
Line 40: Line 38:
=== Audio Codec Settings ===
=== Audio Codec Settings ===
-
 
+
[[Image:VLC-audio-codec.jpg]]
-
[[Image:VLC-audio-codec.jpg|frame|center|alt=Screenshot of audio codec settings tab|Audio codec settings]]
+
Ensure that the "Audio" checkbox is checked. In the Codec dropdown, choose "MPEG Audio"; for bitrate, choose "128 kb/s"; for channels, choose "2".
Ensure that the "Audio" checkbox is checked. In the Codec dropdown, choose "MPEG Audio"; for bitrate, choose "128 kb/s"; for channels, choose "2".
Line 51: Line 48:
=== The "lazy" copy and paste ===
=== The "lazy" copy and paste ===
-
 
If you're in a hurry, or don't want to tinker, here are the settings to paste into the very bottom of the window. First, clear the line from :sout to the last character, and delete it. then, paste in this snippet:
If you're in a hurry, or don't want to tinker, here are the settings to paste into the very bottom of the window. First, clear the line from :sout to the last character, and delete it. then, paste in this snippet:
-
<nowiki>:sout=#transcode{vcodec=mp2v,vb=500,scale=0.5,acodec=mpga,ab=128,channels=2}:duplicate{dst=std{access=http,mux=ts,dst=</nowiki>'''192.168.1.2:8080'''}}
+
<nowiki>:sout=#transcode{vcodec=mp2v,vb=500,scale=0.5,acodec=mpga,ab=128,channels=2}:duplicate{dst=std{access=http,mux=ts,dst=</nowiki>'''192.168.1.2:8080'''}}
Making sure to change the '''bold text''' in that line to your computer's IP address and port you wish to use. Hit stream and be on your way!
Making sure to change the '''bold text''' in that line to your computer's IP address and port you wish to use. Hit stream and be on your way!
-
== On your N8x0 device: settings/apps ==
+
= On your N8x0 device: settings/apps =
-
On the device you will need "mplayer"; you can get this from the application manager. This also installs GMPlayer, which is a loader for mplayer which we will not be using here.
+
On the nokia you will need "mplayer"; you can get this from the application manager. This also installs GMPlayer, which is a loader for mplayer which we will not be using here.
=== Using the Terminal ===
=== Using the Terminal ===

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)
Retrieved from "http://wiki.maemo.org/VLC"