How to set up a VOD playlist ?

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
Stuntman
Blank Cone
Blank Cone
Posts: 13
Joined: 15 Apr 2009 14:28

How to set up a VOD playlist ?

Postby Stuntman » 20 Apr 2009 16:46

Hi there,
I would like to set up a VOD playlist with some files all present in the same directory.
How can I do that ?
kind regards

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: How to set up a VOD playlist ?

Postby VLC_help » 21 Apr 2009 16:22

So you want to make VOD streaming server or you want to add some VOD locations to your playlist?

Stuntman
Blank Cone
Blank Cone
Posts: 13
Joined: 15 Apr 2009 14:28

Re: How to set up a VOD playlist ?

Postby Stuntman » 21 Apr 2009 17:01

I want to do both but on two different sides.
Server : VOD Streaming server (set up via VLM already)
Client : A playlist file in which I could find all my VOD file possibilities.
Btw the way I succeed by streaming a classic SD movie with a .mpg extension but it doesn't work for a .wmv 1080 HD movie.

Code: Select all

## ## ## VLM HTTP interface ## This file can be loaded as is in VLM. ## Comments starting with "##" were added by the HTTP interface. ## You can remove them if you want to. ## # VLC media player VLM command batch # http://www.videolan.org/vlc/ new channel2 broadcast enabled loop setup channel2 input "D:\servers\Stream_Files\Top Gear-07x05-2005.12.11.avi" setup channel2 output #standard{access=udp,mux=ts,dst=225.141.11.1,name=Channel 2} new channel1 broadcast enabled loop setup channel1 input "D:\servers\Stream_Files\Eureka-01x02.avi" setup channel1 output #rtp{mux=ts,dst=225.141.11.2,sap,name=Channel 1} new channel3 broadcast enabled loop setup channel3 input "D:\servers\Stream_Files\Aviator_SD_dvd.mpg" setup channel3 output #standard{access=udp,mux=ts,dst=225.141.11.3,name=Channel 3} new channel4 broadcast enabled loop setup channel4 input "D:\servers\Stream_Files\CrazyHorse_SD_mp2_ps.mpg" setup channel4 output #rtp{mux=ts,dst=225.141.11.4,sap,name=Channel 4} new film vod enabled setup film input "D:\servers\Stream_Files\CrazyHorse_SD_mp2_ps.mpg" new film2 vod enabled setup film2 input "D:\servers\Stream_Files\HD\1080\The_Magic_of_Flight_1080.wmv" new film3 vod enabled setup film3 input "D:\servers\Stream_Files\Top Gear-07x05-2005.12.11.avi" ## ## end of export ##

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: How to set up a VOD playlist ?

Postby VLC_help » 22 Apr 2009 18:21

but it doesn't work for a .wmv 1080 HD movie.
You get any errors to VLC log?

For client playlist I think only option is manual playlist creation.

Stuntman
Blank Cone
Blank Cone
Posts: 13
Joined: 15 Apr 2009 14:28

Re: How to set up a VOD playlist ?

Postby Stuntman » 23 Apr 2009 12:02

Now it's working fine. I just made a stupid mistake in my folder organization.
I'm streaming a SD video (codec MP42) I get the audio but not the video :/
Any idea ?

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: How to set up a VOD playlist ?

Postby VLC_help » 23 Apr 2009 17:12

VLC log should show errors if the packetizer cannot remux the audio or video track correctly. One option is to trancode the file during streaming.

Stuntman
Blank Cone
Blank Cone
Posts: 13
Joined: 15 Apr 2009 14:28

Re: How to set up a VOD playlist ?

Postby Stuntman » 24 Apr 2009 09:35

Here is what I get from my server :
It seems your FFMPEG (libavcodec) installation lacks the following encoder:
H264 - MPEG-4 AVC (part 10).
If you don't know how to fix this, ask for support from your distribution.

This is not an error inside VLC media player.
Do not contact the VideoLAN project about this issue.
I tried to transcode the video in various format without success.

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: How to set up a VOD playlist ?

Postby VLC_help » 24 Apr 2009 17:13

VLC shouldn't use FFMPEG for H.264 encoding. It should use x264, which is broken in 0.9.x (under Win32). So if you change your transcoding command, you should be able to produce working stream.


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 74 guests