Search found 21 matches

Go to advanced search

by Pflaume
23 Jan 2007 20:13
Forum: VLC media player for Windows Troubleshooting
Topic: http file access broken in 0.8.6
Replies: 2
Views: 979

SOLVED!

Ok, I have solved the Problem.
It is NOT the http_access module.
The Problem was the "ps" Demuxer.
If it is set to "Trust MPEG Timestamp" VLC jumps to the end of the File because of some Timestamp problems in my Files.
by Pflaume
20 Jan 2007 18:18
Forum: VLC media player for Windows Troubleshooting
Topic: http file access broken in 0.8.6
Replies: 2
Views: 979

Debug Text

Ok, here is what I get under 0.8.6a: main debug: adding playlist item `http://222.222.222.222/contentdisk/PreLogon.do?username=XXXXXXXX&password=XXXXXXXX&ressource=/protected/content/download.do?id=7cadd93c10c16168a007d8c' ( http://222.222.222.222/contentdisk/PreLogon.do?username=XXXXXXXX&am...
by Pflaume
19 Jan 2007 23:43
Forum: VLC media player for Windows Troubleshooting
Topic: http file access broken in 0.8.6
Replies: 2
Views: 979

http file access broken in 0.8.6

Hy, I try to open a MPEG File with the following URL with 0.8.6a: http://10.54.1.25/contentdisk/PreLogon.do?username=admin&password=admin&ressource=/protected/content/download.do?id=711daf021103788966c7ff2 I get a "Garbage in Input". Under 0.8.5 i can open and Play the File!!! What...
by Pflaume
12 Nov 2005 17:50
Forum: VLC media player for Windows Troubleshooting
Topic: How to check out v0.8.5 from svn?
Replies: 1
Views: 706

SVN

Install Cygwin, install svn, download latest contribute (higest Number) download latest VLC svn (eg. at cmd line type: "c:\program\subversion\bin\svn" co svn://svn.videolan.org/vlc/trunk vlc-trunk") read INSTALL.win32 carefully try to compile... Copy the Script in a textfile named &qu...
by Pflaume
12 Nov 2005 17:38
Forum: VLC stream-output (sout)
Topic: (russia)
Replies: 4
Views: 1168

Multicast

Hey, Multicast is working a bit different to your noemal IP Protocol. You can send ie. to 224.0.0.10 even if your IP is 192.168.99.55! Your Switches and Router will transport the IP Trafic to all Hosts, that request it. So, if you are sending on 224.0.0.10 Port 2000, all Clients that listen to this ...
by Pflaume
12 Nov 2005 14:42
Forum: VLM
Topic: Pause, Resume etc. on VOD with VLM
Replies: 9
Views: 10289

solved?

Has anyone solved the Problem?

I still can't get it to work.

How to set the VLM to stream out in Ogg with a VOD entry?
by Pflaume
11 Nov 2005 17:33
Forum: Web and scripting
Topic: Documentation on VLC ActiveX
Replies: 5
Views: 15694

to switch the audio track:

X = VLC.getVariable("key-audio-track")
VLC.setVariable "key-pressed", X

to switch the subtitle:
X = VLC.getVariable("key-subtitle-track")
VLC.setVariable "key-pressed", X
by Pflaume
28 Oct 2005 21:16
Forum: Web and scripting
Topic: how to make VLAN replace Mediaplayer inside IE ?
Replies: 5
Views: 5240

Sure...

There is a differece between a Link to a Stream, and a embedded Object in the HTML Page, that is playing the Stream. It is possible to associate a file type, like *.mpg or *.rm, (eg. MIME Type Video/mpeg) to VLC. But I think it is hard to change the embedded Object, that is given by it's Class Id, t...
by Pflaume
28 Oct 2005 19:55
Forum: Web and scripting
Topic: how to make VLAN replace Mediaplayer inside IE ?
Replies: 5
Views: 5240

Mhhh, maybe...

No, that is not possible, because in the HTML Page, that is hosting the WMP there is a WMP Class ID named, that let the IE open the WMP. A very dirty, and absolutly not recomended way is: Replacing some entries in the Registrie. You should find the Class ID for the Windows Media Player. Then you can...
by Pflaume
28 Oct 2005 19:44
Forum: VLM
Topic: Pause, Resume etc. on VOD with VLM
Replies: 9
Views: 10289

2. Part

Ok, I found out, that I am not able to Pause a TS. When I use a PS, it seems to work. But the Timeline is not working... You can change the Position, but the movie is not moving correctly. I will "try and error" on.... When I use: setup VOD1 mux mp2ts in the VLM config file, I get the Erro...
by Pflaume
27 Oct 2005 09:50
Forum: VLM
Topic: Pause, Resume etc. on VOD with VLM
Replies: 9
Views: 10289

Pause, Resume etc. on VOD with VLM

Hey, I am wondering, if it is possible to seek in rtsp Streams with VLC. When I start a VLM with: new VOD1 vod enabled setup VOD1 input C:\vlc_capture.vod I can get the Stream with the VLC Client... But the "Pause" does not work, also there is no seeking bar. the vlc_capture.vod is as MPEG...
by Pflaume
21 Oct 2005 16:36
Forum: VLC stream-output (sout)
Topic: Seeking over rtsp / VLM
Replies: 0
Views: 674

Seeking over rtsp / VLM

Hey, I am wondering, if it is poosible to seek in rtsp Streams with VLC. When I start a VLM with: new VOD1 vod enabled setup VOD1 input C:\vlc_capture.vod I can get the Stream with the VLC Client... But the "Pause" does not work, also there is no seeking bar . the vlc_capture.vod is as MPE...
by Pflaume
13 Oct 2005 01:44
Forum: VLC media player for Windows Troubleshooting
Topic: 1080i ?
Replies: 1
Views: 784

Seamles "BackToBack" Playback

Hey,

I think a Back2Back Playback is not possible, because VLC is creating a Output Chain for every single Clip that starts.

But I am not shure, I have tried that a few Month ago, without any success.
by Pflaume
11 Oct 2005 19:11
Forum: Web and scripting
Topic: ActiveX, VB6, GetVariable
Replies: 10
Views: 9602

Thank You

Hey Damien, I already use svn, so, I will compile the new svn release soon. Thank You for Fixing the Bug. I would be a great help to have a "ActiveX" chapter in the Bugzilla of VLC! Could you do that? I will send you further things, when I find something strange... Thank you & Regards ...
by Pflaume
11 Oct 2005 18:02
Forum: Web and scripting
Topic: ActiveX, VB6, GetVariable
Replies: 10
Views: 9602

OUT OF MEMORY

Quovodis: Hey, thank you for Fixing the Bug. When is the new svn available? I have tried it by my own, but there are still a Problem with the setVariable. Maybe you could help me. 1) I read out the Key for "key-audio-track" X = VLC.getVariable("key-audio-track") 2) I should get &...
by Pflaume
10 Oct 2005 15:47
Forum: Web and scripting
Topic: ActiveX, VB6, GetVariable
Replies: 10
Views: 9602

ActiveX, VB6, GetVariable

Hey, you are getting a "Out of Memory" because the ActiveX is exepting a Codepage (_p_instance->getCodePage();). While you are using the ActiveX in VB / .Net, there is no Codepage available. You have to change the Sourcecode to get it running. I have tried it, but it is still not running. ...
by Pflaume
06 Jul 2005 23:12
Forum: VideoLAN
Topic: activeX test.html
Replies: 5
Views: 40862

working perfect!

Hey,
the link works perfect.

Windows XP SP2 VLC 0.8.2

Regards
by Pflaume
06 Jul 2005 21:13
Forum: VLC stream-output (sout)
Topic: VLM mux ts seams to be broken. please confirm
Replies: 0
Views: 692

VLM mux ts seams to be broken. please confirm

Hy, When I stream a multicast udp direct form DVD it works perfect. (using TS) When I use VLM an config a stream as rstp using the mux TS, the clients only get parts of the stream and VLM seams to skip a lot of pakets. (Testet under XP,Mandrake 586, Debian on Mac Mini) Part of the config file: new V...
by Pflaume
06 Jul 2005 20:59
Forum: General VLC media player Troubleshooting
Topic: Build ActiveX object into IE
Replies: 1
Views: 792

html sample

<HTML> <TITLE>VLC ActiveX plugin test page</TITLE> <BODY> <SCRIPT LANGUAGE="JScript"> <!-- function go(targetURL) { var options = new Array(":input-repeat"); document.vlc.addTarget(targetURL, options, 4+8, -666); }; //--> </SCRIPT> <TABLE> <TR><TD> MRL: <INPUT size="80"...
by Pflaume
06 Jul 2005 20:57
Forum: General VLC media player Troubleshooting
Topic: vlc 0.8.2: activex plugin commands/options
Replies: 5
Views: 2286

Sample HTML File

Here is a sample HTML File, i think it is containing all features that are build in in the moment... ____________________ <HTML> <TITLE>VLC ActiveX plugin test page</TITLE> <BODY> <SCRIPT LANGUAGE="JScript"> <!-- function go(targetURL) { var options = new Array(":input-repeat"); ...
by Pflaume
06 Jul 2005 20:40
Forum: General VLC media player Troubleshooting
Topic: Infrared Remote Control / lirc / Please help...
Replies: 0
Views: 682

Infrared Remote Control / lirc / Please help...

Hy, I am trying to get the lirc (--extraintf lirc) to work with VLC. I could't find any HowTo's or an documantation for that. In the Moment I have the following Setup: Lirc is working on my Mandrake (2005) VLC 0.8.2 I have a .lircrc like the one in /doc/vlc/lirc... When I startup vlc I get the messa...

Go to advanced search