

Now let's open a terminal on the server and start VLC. For example, this could be useful for mobile clients, which require a smaller resolution and a much lower bitrate than PC clients. However, this file will be resized and transcoded on the fly into H264 video and MP3 audio. The last stream, MyVideoMobile, is based on the same MPEG input file as the MyVideo stream. input links the identifier to the actual media file we want to stream

Setup MyVideoMobile input "file:///home/julien/media/video.mpg" output "#transcode" Setup MyVideo input "file:///home/julien/media/video.mpg" Setup MyMusic input "file:///home/julien/media/music.mp3" Now, let's write the VLC configuration file and save it as vlc_vod_config: I'll use an MP3 file ( music.mp3) and an MPEG2 video ( video.mpg), both located in /home/julien/media. Then, we need to copy some media files on the server. Here, it will be 192.168.0.2, an Ubuntu 8.04 machine with VLC 0.9.8a, ffmpeg SVN-r16245 (built from source) and x264 (built from source).

STREAMING VLC TO PS3 MEDIA SERVER HOW TO
Thus, in this article, I'm going to give you a quick overview on how to configure VLC as an on-demand RTSP streaming server, with on-the-fly transcoding thrown in for good measure )įirst of all, we need a machine to run the VLC server on. Since this build included the live555 streaming libraries, the resulting VLC is able to serve audio / video streams. In a previous article, I showed you how to build VLC from source.
