Search found 48 matches

Go to advanced search

by rossmac
28 May 2006 19:13
Forum: VLC media player for Windows Troubleshooting
Topic: VLC As a Service on Windows XP SP2 from Command Line
Replies: 2
Views: 1151

VLC As a Service on Windows XP SP2 from Command Line

I am trying to run VLC 0.8.5 as a Windows Service from the command line, and I have tried two variants of what I believe would have worked in 0.8.2 C:\Documents and Settings\Ross MacGillivray>C:\"Program Files"\VideoLAN\VLC\vlc. exe --ntservice-install --ntservice-name 'VLC' --ntservice-ex...
by rossmac
28 May 2006 01:20
Forum: VLC media player for Windows Troubleshooting
Topic: VLC as a Service
Replies: 2
Views: 1346

VLC As a Service

As of VLC 0.8.2, the following command line would start VLC as a service C:\"Program Files"\VideoLAN\VLC\vlc.exe --ntservice-install --ntservice-name 'VLC' --ntservice-extraintf telnet --ntservice-options "--vlm-conf c:\satin.cfg" --rtsp-host 192.168.1.99 The VLM configuration pa...
by rossmac
27 May 2006 22:31
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 0.8.5 as an NT (XP) Service
Replies: 0
Views: 512

VLC 0.8.5 as an NT (XP) Service

I am trying to launch VLC 0.8.5 as NT service using the preferences GUI of wxwidgets.

Is there a 'HOW TO' on launching VLC (in conjunction with VLM) from the GUI preferences?

/Ross
by rossmac
06 Aug 2005 21:32
Forum: VLM
Topic: Using SAP to annouce VLM Video on Demand Objects
Replies: 0
Views: 3310

Using SAP to annouce VLM Video on Demand Objects

I have been using VLC for sometime and more recently VLM. I have configured VLM as a server on Windows XP SP2 a while ago, and I have it serving a dozen or so VOD objects successfully. However, the one feature that is missing from VLM is the ability to use SAP (or an equivalent protocol) to announce...
by rossmac
26 Jun 2005 03:05
Forum: General VLC media player Troubleshooting
Topic: Compiling Minisap Server on Cygwin
Replies: 3
Views: 873

Does anyone know if there is a binary package for Cygwin with the IPv6 libraries? Most of the errors above are coming from the lack of an IPv6 library component in Cygwin. I can find an unofficial set of libraries that are not fully integrated with Cygwin, and require hand splicing into Cygwin. I'm ...
by rossmac
23 Jun 2005 04:22
Forum: General VLC media player Troubleshooting
Topic: Compiling Minisap Server on Cygwin
Replies: 3
Views: 873

Compiling Minisap Server on Cygwin

I am trying to compile the 0.2.4 version of the MiniSAP server on top of a Cygwin environment. The instructions on how to compile are sketchy, so I did the following E:\minisapserver\miniSAPserver-0.2.4>sh $ ./configure $make --makefile=MAKEFILE The ./configure generates the MAKEFILE, but the make u...
by rossmac
18 Jun 2005 18:22
Forum: General VLC media player Troubleshooting
Topic: Two Questions About VLM
Replies: 4
Views: 1103

Many thanks for the sample file /Ross
by rossmac
18 Jun 2005 00:54
Forum: General VLC media player Troubleshooting
Topic: Two Questions About VLM
Replies: 4
Views: 1103

OK, so with regard to the above two questions question 1 - would you mind posting a working example of a VLM configuration file that will load multiple objects. I am running VLM as an NT service, if that makes a difference. question 2 - Does anyone know if there a 'How to' for using the minisap serv...
by rossmac
18 Jun 2005 00:25
Forum: General VLC media player Troubleshooting
Topic: Two Questions About VLM
Replies: 4
Views: 1103

Two Questions About VLM

I have two questions about VLM:

i. Has anyone managed to successfully load more than one 'Video on
Demand' object through a single VLM configuration file?

ii. Is there anyway to use the SAP server to broadcast the availability of
Video on Demand Objects?

/Ross
by rossmac
15 Jun 2005 04:53
Forum: General VLC media player Troubleshooting
Topic: main warning: PTS is out of range (5051193), dropping buffer
Replies: 1
Views: 994

main warning: PTS is out of range (5051193), dropping buffer

I have hooked up a VLC client to a VLM server in a semi-successful manner. The VLC client and the VLM server are both VLC 0.8.2-test2. Both the client are server machines are running XP SP2. The VLM server is running as an NT service, and there are some problems with getting the server to load more ...
by rossmac
11 Jun 2005 02:35
Forum: General VLC media player Troubleshooting
Topic: Automatic Discovery of Available VOD objects in VLM Server
Replies: 0
Views: 431

Automatic Discovery of Available VOD objects in VLM Server

I am setting VLM up as a VOD server (music on demand actually, but this is a detail). Can SAP announcements be used to inform a VLC client of the availability of VOD objects in a VLM server? If they can, how do I setup either VLM or the mini-sap server to automatically announce the availability of V...
by rossmac
10 Jun 2005 05:58
Forum: General VLC media player Troubleshooting
Topic: Loading Multiple Objects into VLM Run as an NT Service
Replies: 0
Views: 528

Loading Multiple Objects into VLM Run as an NT Service

I have VLM running successfully as a NT service on Windows XP SP2. See my post on this topic from Thursday June 9, 2005 http://forum.videolan.org/viewtopic.php?t=9784 The service automatically loads a configuration file called satin.cfg, which is located at c:\satin.cfg When I load a single object t...
by rossmac
10 Jun 2005 05:34
Forum: General VLC media player Troubleshooting
Topic: VLM with VLC 0.8.2-test2
Replies: 5
Views: 1710

In the following parameter: --ntservice-options "--vlm-conf c:\satin.cfg --rtsp-host 192.168.1.99" everything between the quotes is a string (with blanks) that pertains to the --ntservice-options parameter. In other words the general syntax of --ntservice-options is --ntservice-options &qu...
by rossmac
09 Jun 2005 21:27
Forum: General VLC media player Troubleshooting
Topic: VLM with VLC 0.8.2-test2
Replies: 5
Views: 1710

With regard to item i. You are correct when I added the --rtsp-host option within the ntservice-options string as follows, everything started working: c:\program files\videolan\vlc>vlc --extraintf ntservice --ntservice-install --ntservice-name "VLM Server 6" --ntservice-extraintf telnet --...
by rossmac
08 Jun 2005 21:39
Forum: General VLC media player Troubleshooting
Topic: VLM with VLC 0.8.2-test2
Replies: 5
Views: 1710

VLM with VLC 0.8.2-test2

I am testing the VLM server with the VLC 0.8.2-test2 release on a Windows XP SP 2 server. I have installed VLM as an ntservice with the following command line: c:\program files\videolan\vlc>vlc --extraintf ntservice --ntservice-install --ntservice-name "VLM Server 6" --ntservice-extraintf ...
by rossmac
01 Jun 2005 20:01
Forum: General VLC media player Troubleshooting
Topic: Configuring ESD Plugin for VLC 0.8.1 on Debian
Replies: 0
Views: 435

Configuring ESD Plugin for VLC 0.8.1 on Debian

I have the ESD plugin for VLC successfully installed (I think) into VLC 0.8.1 on Debian Unstable. VLC is running and I have enable the ESD plugin using the following path preferences --> output modules --> audio output module --> EsounD audio output What I am not clear on is where to configure the I...
by rossmac
23 May 2005 23:42
Forum: General VLC media player Troubleshooting
Topic: Automatically Loading a Configuration File in VLM at Startup
Replies: 5
Views: 1634

A manual load of the configuration file also fails. I also tried entering the "new" and "setup" commands one and a time. The VLM telnet commands are accepted, but as reported previously the .mp3 file will not play. The behaviour when using the "new" and "setup"...
by rossmac
23 May 2005 00:26
Forum: General VLC media player Troubleshooting
Topic: Automatically Loading a Configuration File in VLM at Startup
Replies: 5
Views: 1634

I installed VLM (VLC 0.8.2-test1) as a ntservice using the following command line: C:\Program Files\Videolan\VLC>vlc --extraintf ntservice --ntservice-install --ntservice-name "VLM Server 4" " --ntservice-extraintf telnet --ntservice-options "--rtsp-host 192.168.1.99 --vlm-conf s...
by rossmac
22 May 2005 19:53
Forum: General VLC media player Troubleshooting
Topic: Automatically Loading a Configuration File in VLM at Startup
Replies: 5
Views: 1634

Ok, great thanks for the answer. I am assuming that if I am starting VLM as a service the automatic load option has to be included inside the the ntservice options as follows: c:\program files\videolan\vlc>vlc --ntservice-install --ntservice-name "VLM Server" --ntservice-extraintf telnet -...
by rossmac
22 May 2005 08:30
Forum: General VLC media player Troubleshooting
Topic: Automatically Loading a Configuration File in VLM at Startup
Replies: 5
Views: 1634

Automatically Loading a Configuration File in VLM at Startup

I have VLM (VLC 0.8.2-test1) running as a Service on Windows XP Home SP2 successfully. One of the new features with VLC 0.8.2-test1 is the ability to load a configuration file into VLM automatically at the startup of VLM. Can someone describe the method for loading a configuration file in VLM at the...
by rossmac
21 May 2005 09:35
Forum: General VLC media player Troubleshooting
Topic: Bug in VLM (VLC 0.8.2-test1)
Replies: 8
Views: 1215

In my posting above (see the copy of the posting below), I indicated the correct syntax to load a configuration file with a fully defined path to a VOD object into VLM on a Windows XP SP2 server. Unfortunately, after further testing I discovered that while the configuration file described below will...
by rossmac
21 May 2005 04:23
Forum: General VLC media player Troubleshooting
Topic: Bug in VLM (VLC 0.8.2-test1)
Replies: 8
Views: 1215

ok, point taken about the parser.

Is there a log file for VLM on the server?

I've looked for the usual suspects *.log, *.txt, *log*, but nothing stands out
as a log file.

/Ross
by rossmac
20 May 2005 23:44
Forum: General VLC media player Troubleshooting
Topic: Bug in VLM (VLC 0.8.2-test1)
Replies: 8
Views: 1215

Here is the resolution to the issue: Password: Welcome, Master > show show media : ( 0 broadcast - 0 vod ) schedule > new satin vod enabled > setup satin input c:\"program files"\videolan\vlc\moodyblues\satin.mp3 I used double quotes around "program files". However, the syntax I ...
by rossmac
20 May 2005 21:17
Forum: General VLC media player Troubleshooting
Topic: Bug in VLM (VLC 0.8.2-test1)
Replies: 8
Views: 1215

Here is the error message I received when I performed the setup step by step - manually. Password: Welcome, Master > show show media : ( 0 broadcast - 0 vod ) schedule > new satin vod enabled > setup satin input c:\program files\videolan\vlc\moodyblues\satin.mp3 setup : Wrong properties syntax /Ross
by rossmac
20 May 2005 19:27
Forum: General VLC media player Troubleshooting
Topic: Bug in VLM (VLC 0.8.2-test1)
Replies: 8
Views: 1215

Bug in VLM (VLC 0.8.2-test1)

I am loading an MP3 file into VLM as a VOD object, in order to create a music server. I start VLM as follows on Windows XP SP2. c:\>vlc --intf telnet --rtsp-host 192.168.1.99 VLM starts successfully. I then telnet to VLM from a client machine using putty and log into VLM - No problem. If I place the...

Go to advanced search