Search found 5 matches

Go to advanced search

by dirtyd
27 Dec 2006 23:38
Forum: VLM
Topic: HTTP interface
Replies: 1
Views: 3120

Re: HTTP interface

Hello i am trying to use VLM combined with HTTP interface. using command line, i managed to add my files to the playlist using this: vlc -I http [--http-src /sounds/mp3/ --http-host localhost:1234] but i am unable to access the files with another VLC player over HTTP. For example if i locally try t...
by dirtyd
27 Dec 2006 22:22
Forum: VLM
Topic: VOD +transcode towards mobile.
Replies: 3
Views: 4253

Re: [Re] VOD +transcode towards mobile

Hi, Thanks for answers. I have tried VOD with the input file test.avi and without transcode, and it works fine. If I had the "output transcode", the VOD works too but unfortunately the transcoding is not taken into account and the stream can't be seen on mobile. aax35. First the output at...
by dirtyd
27 Dec 2006 14:19
Forum: VLM
Topic: Can VOD stream be set up to any media player other than VLC?
Replies: 8
Views: 11088

Sorry, I was away for a few days... Ok, let's drop the whole interoperability issue for now. I would settle for MMS VOD streaming. Unless you can show me how to stream MMS on demand, you are incorrect in saying that MMS VOD streams can be started, stopped, or otherwise controlled. If you check my V...
by dirtyd
19 Dec 2006 22:34
Forum: VLM
Topic: VOD +transcode towards mobile.
Replies: 3
Views: 4253

are you putting that command on one line?

If you are putting that command in as one line you should probably remove the word combination "setup montavi" from the command. Like so: new montavi vod enabled input "D:/My Documents/My Videos/test.avi" output 'transcode{vcodec=H263,width=128,height=96,vb=28,fps="12.5"...
by dirtyd
19 Dec 2006 11:02
Forum: VLM
Topic: Creating SDP description files for RTSP VOD
Replies: 3
Views: 9581

how to write an sdp from vlc

I think the option you want to use is:

Code: Select all

--sout-rtp-sdp <string>
substitute the local file name you want to create in place of string.

Like so:

Code: Select all

--sout-rtp-sdp test.sdp
will create a file named test.sdp in the current directory.

Had to play with it a bit to figure it out.

Go to advanced search