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.
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...
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...
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...
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 ...
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...
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...
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...
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...
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...
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 ...
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 &...
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. ...
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...
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"); ...
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...