Search found 17 matches

Go to advanced search

by StevieG
09 Apr 2009 22:59
Forum: VLC media player for Windows Troubleshooting
Topic: smb:// Samba File Share User Name and Password
Replies: 1
Views: 2314

Re: smb:// Samba File Share User Name and Password

I have confirmed the exact same problem with smb access module in VLC 0.8.6i.
by StevieG
09 Apr 2009 22:49
Forum: VLC media player for Windows Troubleshooting
Topic: smb:// Samba File Share User Name and Password
Replies: 1
Views: 2314

smb:// Samba File Share User Name and Password

Is the smb:// input access module supposed to work on windows? It does not seem to work in version 0.9.9 on Windows XP. Has it ever worked on windows? Basically I don't want to provide direct access to all of the samba media files shared on a local network. The user should never know the samba usern...
by StevieG
12 Dec 2006 20:06
Forum: VLC stream-output (sout)
Topic: SOUT using VLC for security camera type acquistion
Replies: 6
Views: 3050

BTW, the Format String Wiki page has month and minutes backwards according to the man page (and according to my testing).

Here are the correct values:

%m : month
%M : minute

I used this to set time stamps in filenames in vlc-0.9.0-svn-20061122-1309-win32 and it worked for me.
by StevieG
11 Dec 2006 22:56
Forum: VLM
Topic: Quit VLC through VLM
Replies: 7
Views: 5951

Works in the latest version

FYI, I tried the shutdown command in the latest vlm telnet interface and it worked.
by StevieG
22 Nov 2006 19:44
Forum: VLM
Topic: Scheduled Dump Raw to Disk ??
Replies: 7
Views: 6808

Here are the verbose error messages:

demuxdump error: cannot create `"C:\demux.tp"' for writing
main warning: no demux2 module matching "dump" could be loaded
by StevieG
15 Nov 2006 23:06
Forum: General VLC media player Troubleshooting
Topic: both rc and telnet extra interfaces at same time
Replies: 2
Views: 756

Thank you that worked in both 0.8.5 and 0.9 svn
by StevieG
12 Nov 2006 00:28
Forum: General VLC media player Troubleshooting
Topic: both rc and telnet extra interfaces at same time
Replies: 2
Views: 756

both rc and telnet extra interfaces at same time

This command line: vlc --extraintf rc,telnet --rc-host :4444 --telnet-host :5555 - only allows a connection to either rc or telnet interface but not both (whichever is first in the list). I would like to be able to connect to both in the same instance of vlc in order to control both the vlm and the ...
by StevieG
10 Nov 2006 23:56
Forum: VLC stream-output (sout)
Topic: Video to FLV using VLC ?
Replies: 20
Views: 31609

with version 0.9.0-svn-20061018-1453

I can use vcodec=SVQ1, but if I put the mux=flv then I get the following message:

main error: no sout mux module matched "flv"
stream_out_standard error: no suitable sout mux module for `file/flv://c:\out.flv'

Where can I find the flv mux module?
by StevieG
17 Oct 2006 06:16
Forum: VLC stream-output (sout)
Topic: How to Stream to Windows Media Player 10 for Pocket PC
Replies: 1
Views: 1172

If you don't put the two trailing slashes windows media player 10.2 for pocket pc will give you the following error message: "The parameter is incorrect."
by StevieG
17 Oct 2006 06:14
Forum: VLC stream-output (sout)
Topic: How to Stream to Windows Media Player 10 for Pocket PC
Replies: 1
Views: 1172

How to Stream to Windows Media Player 10 for Pocket PC

Here is the VLM command that works for me: new a broadcast setup a enabled setup a input somefile.mpg setup a output #transcode{vcodec=WMV2,vb=256,scale=0\.5,acodec=wma,ab=64}:standard{access=mmsh,mux=asf,url=:8888} control a play I copy and paste this in to my vlm telnet interface. One note though,...
by StevieG
17 Oct 2006 06:10
Forum: VLC stream-output (sout)
Topic: transcoding to wma
Replies: 3
Views: 1563

When also streaming video this works for me:
new a broadcast
setup a enabled
setup a input somefile.mpg
setup a output #transcode{vcodec=WMV2,vb=256,acodec=wma,ab=64}:standard{access=mmsh,mux=asf,url=:8888}
control a play
by StevieG
17 Oct 2006 06:07
Forum: VLC stream-output (sout)
Topic: transcoding to wma
Replies: 3
Views: 1563

This works for me: #transcode{acodec=wma,ab=64}:standard{access=mmsh,mux=asf,url=:9999} you cannot choose this from the drop down list, but it does work if you manually type wma. setting any other value for ab does not work for me. also wma is case sensitive. i also have "Windows Media Encoder ...
by StevieG
11 Nov 2005 20:13
Forum: VLC stream-output (sout)
Topic: multicast streaming with windows media player client
Replies: 5
Views: 2400

Can't you use the HTTP streaming option and use the ASF encapsulation method with WMV2 video codec?
by StevieG
11 Nov 2005 20:07
Forum: VLC stream-output (sout)
Topic: VoD from VLC to Windows Media Player
Replies: 6
Views: 3354

I would also like to know if this is possible at all. Do we need to set some options on the vlc server side so that windows media player will receive the format it is expecting? Is compatibilty with WMP a possibilty in future releases?
by StevieG
11 Nov 2005 19:37
Forum: VLM
Topic: Scheduled Dump Raw to Disk ??
Replies: 7
Views: 6808

Using the code you propose, the test media never plays. Here is the output from show test: > show test type : broadcast enabled : yes loop : no inputs udp://@224.1.2.3:1234 output : options demux=dump demuxdump-file="C:\raw" instances Notice no instances default playing. Any other ideas? A...
by StevieG
11 Nov 2005 18:16
Forum: VLC stream-output (sout)
Topic: Dump Raw Input Using Command Line
Replies: 2
Views: 3888

"c:\Program Files\VideoLAN\VLC\vlc.exe" udp://@224.1.2.3:1234 :demux=dump :demuxdump-file="C:\raw"

I wish I knew of a way to do this in VLM as a scheduled broadcast, but it appears this is not part of an sout command and so that may not be possible.
by StevieG
11 Nov 2005 18:03
Forum: VLM
Topic: Scheduled Dump Raw to Disk ??
Replies: 7
Views: 6808

Scheduled Dump Raw to Disk ??

Is there a way using VLM to schedule to dump raw to disk? I have found a way to make it work using the command line and windows scheduled tasks ( "c:\Program Files\VideoLAN\VLC\vlc.exe" udp://@224.1.2.3:1234 :demux=dump :demuxdump-file="C:\raw" ), but I was wondering if I could d...

Go to advanced search