Search found 30 matches

Go to advanced search

by klsc
11 Aug 2010 11:15
Forum: Web and scripting
Topic: API for VLC Plugin 1.1.0
Replies: 20
Views: 5333

Re: API for VLC Plugin 1.1.0

count is 0, but when i add a new playlistitem (then count=1) and start playlist-play, it plays the old deleted entry and ignore the new one. I can solve this only with playlist-playitem(0). but I can not save a stream to file. this works well in version 0.8.6i but in version 1.1.2 activex, nothing. ...
by klsc
03 Aug 2010 20:01
Forum: Web and scripting
Topic: API for VLC Plugin 1.1.0
Replies: 20
Views: 5333

Re: API for VLC Plugin 1.1.0

I would connect to other urls and save the files to disk. with version 0.8.6i it works well, but with all newer versions that I tested, it doesn't work. first the problem with the playlist clearing that I workaround with playlist-playitem. and now the activex doesn't save the raw input to file. all ...
by klsc
02 Aug 2010 14:09
Forum: Web and scripting
Topic: API for VLC Plugin 1.1.0
Replies: 20
Views: 5333

Re: API for VLC Plugin 1.1.0

I used version 1.1.2 and have problems clear the playlist. I use vlc.playlist.add and then vlc.playlist.play. If I stop and do vlc.playlist.clear the playlistcount is 0 but if I add a new playlistitem and start vlc.playlist.play it plays the file I used at the first time. have anyone an idea how can...
by klsc
09 Dec 2008 07:45
Forum: Web and scripting
Topic: VLC replace 4 players
Replies: 3
Views: 554

Re: VLC replace 4 players

i think no. any website or player that i know must be localy installed. i think the one that can help you is a java applet player. this can directly load from your site. but i dont know if there is any java applet that can play all the video formats. and then is this also a performance question. at ...
by klsc
04 Dec 2008 21:21
Forum: VLC media player for Windows Troubleshooting
Topic: VLC ActiveX in Visual Studio
Replies: 12
Views: 4629

Re: VLC ActiveX in Visual Studio

i hope so.
but I hope also that the next windows releases are better supported and not so buggy since the last 0.9.x, particularly the activex
by klsc
03 Dec 2008 19:16
Forum: VLC media player for Windows Troubleshooting
Topic: VLC ActiveX in Visual Studio
Replies: 12
Views: 4629

Re: VLC ActiveX in Visual Studio

I dont know if you can distribute this.

but a little question, after you copied the dlls, all functions of the activex works???
for example, in my app, the video plays, but i can not delete entries from the playlist. and this is not practicable to me
by klsc
23 Nov 2008 20:05
Forum: VLC media player for Windows Troubleshooting
Topic: stream to file - file size only after stop on hd?!
Replies: 8
Views: 558

Re: stream to file - file size only after stop on hd?!

i know that, i can not be the only one that have this problems.

and if anyone would embed the vlc activex, the acual version 9.6 are to buggy to use. so that many developers forced to use the old one.

thanks for your attemp
by klsc
22 Nov 2008 20:30
Forum: VLC media player for Windows Troubleshooting
Topic: stream to file - file size only after stop on hd?!
Replies: 8
Views: 558

Re: stream to file - file size only after stop on hd?!

sorry, we use the last 8.6 version.

we must use the activex component and in the 9.x version it has to many bugs with playlist, and other things.

i hope you can help nevertheless
by klsc
21 Nov 2008 21:09
Forum: VLC media player for Windows Troubleshooting
Topic: stream to file - file size only after stop on hd?!
Replies: 8
Views: 558

Re: stream to file - file size only after stop on hd?!

no.

i have tested on vista to save file to c:\temp and tod:\ or d:\test
and on xp save to c:\records.

all the same problem
by klsc
20 Nov 2008 23:21
Forum: VLC media player for Windows Troubleshooting
Topic: stream to file - file size only after stop on hd?!
Replies: 8
Views: 558

Re: stream to file - file size only after stop on hd?!

i have testet it to in mp4, same problem. and if i open after ending the record the mp4, i have not the correct playing time. for example, if i record 80 seconds, after stop, the file was written, and if i open it, it shows 53 seconds. the same source stream in avi container shows the correct playin...
by klsc
20 Nov 2008 16:11
Forum: VLC media player for Windows Troubleshooting
Topic: stream to file - file size only after stop on hd?!
Replies: 8
Views: 558

stream to file - file size only after stop on hd?!

hello, i would like to save an stream to hard disk. i used the following commandline: vlc rtsp://172.16.192.169/MPEG4 :nooverlay :rtsp-tcp :no-drop-late-frames :quiet-synchro :no-skip-frames :sout=#duplicate{dst=display,dst=std{access=file,mux=avi,dst='C:\temp\myrecord.avi'}} :ffmpeg-pp-q=1 :vout-fi...
by klsc
16 Oct 2008 08:43
Forum: VLC media player for Windows Troubleshooting
Topic: VLC ActiveX in Visual Studio
Replies: 12
Views: 4629

Re: VLC ActiveX in Visual Studio

I need the
libz-1-2.dll and avcodec-51.dll to get video.
i think for other functions are more dlls needed.

for example, the filename overlay on start playing does not show, but if i put all dlls in there, the filename is shown
by klsc
16 Oct 2008 08:36
Forum: VLC media player for Windows Troubleshooting
Topic: VLC ActiveX in Visual Studio
Replies: 12
Views: 4629

Re: VLC ActiveX in Visual Studio

I have found other problems in this topic: http://forum.videolan.org/viewtopic.php?f=14&t=50248&st=0&sk=t&sd=a&start=15 now i take the libvlc.dll and the libvlccore.dll to my programmdir, but it does not work. then i copied all files in the vlc folder to my programmdir, and IT WO...
by klsc
16 Oct 2008 08:14
Forum: VLC media player for Windows Troubleshooting
Topic: VLC ActiveX in Visual Studio
Replies: 12
Views: 4629

Re: VLC ActiveX in Visual Studio

I have similar problems in vc6.0 and vs2008.
i have nothing found to work with 0.9.4 :(
my only way at this time, go back to 0.8.6

i hope that there is a solution
by klsc
10 Sep 2008 08:55
Forum: Web and scripting
Topic: switch deinterlace or postprocessing by runtime?
Replies: 0
Views: 484

switch deinterlace or postprocessing by runtime?

hy, a have a little program with includes vlc activex. is there a way to switch deinterlacing ore postprocessing if the vlc plays a video without stop this? I only know that a can set global options with options (:vout-filter=deinterlace :deinterlace-mode=bob) at the time I add the file to tha playl...
by klsc
28 Aug 2008 10:49
Forum: VLC media player for Windows Troubleshooting
Topic: vlc activex 0.9.0 2008-08-24 playlist funktions
Replies: 0
Views: 238

vlc activex 0.9.0 2008-08-24 playlist funktions

hi there

i tested the last activex from nightly build 0.9.0 2008-08-24
when i use isplaying, it returns always false. also on funktion Playlist.Items.Count

1.0.0 i can not use. it crashes on close

have anyone an idea?
by klsc
27 Aug 2008 16:34
Forum: General VLC media player Troubleshooting
Topic: vlc crashes when opening rtsp stream that is not available
Replies: 2
Views: 556

Re: vlc crashes when opening rtsp stream that is not available

I downloaded the version 1.0.0 from nightlybuilds. if I start rtsp, with not connectable destination, vlc does not crash. only an error message displayed. but if i close vlc it crashes on vista and windows xp with these error: Problemsignatur: Problemereignisname: APPCRASH Anwendungsname: vlc.exe An...
by klsc
27 Aug 2008 16:13
Forum: General VLC media player Troubleshooting
Topic: vlc crashes when opening rtsp stream that is not available
Replies: 2
Views: 556

vlc crashes when opening rtsp stream that is not available

I tested vlc 0.86i on vista and on win 2000.
all the same problem.
if I select open rtsp stream and enter an ip that is not available, the vlc player hard crashes.

is there a solution?

I go testing the 0.9 beta....
by klsc
21 Aug 2008 23:32
Forum: Contribute and help the VideoLAN project
Topic: bug in activex ?
Replies: 0
Views: 1015

bug in activex ?

under vista i test to implement a wrapper in visual studio 2008 and mfc. the only classes for what i can implement a wrapper are the two control classes. all other classes like IVLCPlaylist display the following error: --------------------------- Microsoft Visual Studio --------------------------- C...
by klsc
21 Aug 2008 22:54
Forum: Web and scripting
Topic: ActiveX V2 and VS2008 in mfc project
Replies: 1
Views: 923

Re: ActiveX V2 and VS2008 in mfc project

i have testet to implement wrapper classes manualy by using the menu point project-add class-mfc class from activex control. then i select the sxvlc.dll file and select on left side the classes that i want. the only two classes for that i can add a wrapper are the control classes. if i select IVLCPl...
by klsc
21 Aug 2008 13:04
Forum: Web and scripting
Topic: ActiveX V2 and VS2008 in mfc project
Replies: 1
Views: 923

ActiveX V2 and VS2008 in mfc project

hi there i have a mfc dialog project and put a vlc activex v2 inside this. I created an member of this control. now i will set playlist.add and play... but i can`t find member.playlist and the other documented funktions. in .net the functions are available as member->playlist.play ..... but why not ...
by klsc
10 Jul 2008 07:43
Forum: Web and scripting
Topic: Where can I get statistics for video and input in activex?
Replies: 2
Views: 775

Re: Where can I get statistics for video and input in activex?

and how can I test whether stream at all still run?
I would like to be able to intercept errors by network reconnects or something similar.
by klsc
09 Jul 2008 16:47
Forum: Web and scripting
Topic: Where can I get statistics for video and input in activex?
Replies: 2
Views: 775

Where can I get statistics for video and input in activex?

hy there

I hope anybody can help me.
I have been searching for a way to geht statistics from the activex v2. I can't find it.

is there a solution?

thx
by klsc
04 Dec 2006 11:24
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Installing on Damn Small Linux?
Replies: 3
Views: 2094

this install only an verry early version of vlc. i think 0.2.9
I can't found deinterlacing or other modern settings.
have you an oter idea to install vlc 0.84 up without compiling all the needed packages?

Go to advanced search