Search found 22 matches

Go to advanced search

by JMS
17 Feb 2007 11:23
Forum: Web and scripting
Topic: ActiveX Control and Context Menu
Replies: 1
Views: 1982

Sorry for pushing this topic but elsewhere I'd to start a new one just changing the VLC version to 0.8.6a :oops:

Is there any trick to let the Control show up the menu (e.g. define some key stroke to open the menu)? Would be very helpful!

Thanx

Jochen
by JMS
24 Jan 2007 23:50
Forum: Web and scripting
Topic: ActiveX Control not running properly in IE7 (Strange)
Replies: 4
Views: 4350

Well, actually it's much easier as described: when using (.NET) Process.Start(url) the IE is started with the -nohome option - I think the url will be transferred using DDE. The contol thinks that VLC.EXE is started and scans the command line which is very wrong in this case. For now I patched the r...
by JMS
19 Jan 2007 21:51
Forum: Web and scripting
Topic: ActiveX Control not running properly in IE7 (Strange)
Replies: 4
Views: 4350

ActiveX Control not running properly in IE7 (Strange)

I've a web page with the VLC Control on it which works (more or less but I think this is either my fault or a point for another post) as it was intended. Sometimes I get a 'Usage' error command line window which in addition creates a file 'vlc-help.txt' with the syntax of a regular vlc.exe call (sta...
by JMS
07 Oct 2006 19:41
Forum: VLC media player for Windows Troubleshooting
Topic: CPU too slow or only wrong settings playing x264?
Replies: 2
Views: 1762

Thanks for the information. The setting improved the display (esp. CPU reduces to around 28%) but didn't fully make it during the animation scenes (although most of it is now shown).

Bye

Jochen
by JMS
07 Oct 2006 15:13
Forum: VLC media player for Windows Troubleshooting
Topic: CPU too slow or only wrong settings playing x264?
Replies: 2
Views: 1762

CPU too slow or only wrong settings playing x264?

I tried the sample track from this thread on my Pentium D830 machine - Dual Core with 3GHz each. It played fine until the first matrix scene. Then the picture freezes and at the end of this animation scene after some jerky frames it continues - until the next animation. I tried 0.9.0 nightly build a...
by JMS
12 Jul 2006 07:56
Forum: Web and scripting
Topic: Problem with ActiveX in C++
Replies: 5
Views: 3343

It works !! Thank you very much :)
For the papers :lol: which one? You needed both or the NULL Stuff?
by JMS
11 Jul 2006 20:43
Forum: Web and scripting
Topic: Problem with ActiveX in C++
Replies: 5
Views: 3343

For the NULL I'm not quite sure: the input parameter is a VARIANT and what you want to put in is a VT_EMPTY, so perhaps try _variant_t() instead of the NULL. In addition I think I read something about the INSERT mode which should / can not be used for some reason. Actually I use APPEND, perhaps this...
by JMS
09 Jul 2006 00:00
Forum: Web and scripting
Topic: Active X in VC++.net
Replies: 2
Views: 1559

As far as I understand the second parameter to addTarget (which is a COM VARIANT) is either Empty / NULL / whatever OR a COM SAFEARRAY of strings, each holding a single option (:OPTION=VALUE). At least from C# this is the way it works.
by JMS
20 Jun 2006 19:33
Forum: VLC media player for Windows Troubleshooting
Topic: Why VLC can not play the TS streams but ffplay can play?
Replies: 7
Views: 4345

Well - actually I'm working with DVB streams which have PTS and DTS so I'm not much of a help. And generating the PCR from it is neither a problem, so...

Sorry

Jochen
by JMS
18 Jun 2006 01:10
Forum: Web and scripting
Topic: ActiveX Control and Context Menu
Replies: 1
Views: 1982

ActiveX Control and Context Menu

Can the ActiveX control (0.8.5) be configured to handle the right mouse button and show the VLC executables context menu?
by JMS
16 Jun 2006 08:27
Forum: VLC media player for Windows Troubleshooting
Topic: Why VLC can not play the TS streams but ffplay can play?
Replies: 7
Views: 4345

If you create the TS on your own: VLC depends heavily on a correcty [well - nearly makes it, too] PCR - no PCR, no play. For all the TS players I tested with my TS files VLC is the only one with this dependency (others are: Windows Media Player, MPC, Nero ShowTime and TSPlayer from DVBViewer). In ad...
by JMS
27 May 2006 09:59
Forum: VLC media player for Windows Troubleshooting
Topic: Audio only TS with 0.8.5
Replies: 0
Views: 412

Audio only TS with 0.8.5

It seems as if VLC will not play a TS with only a single audio stream (no video) in it (radio transmission). Is this so or am I missing some setiings? All other TS players (including Windows Media Player and Nero ShowTime) I have will do so. Any hint welcome! Jochen <Edit>Solved it: I forgot to gene...
by JMS
24 May 2006 08:31
Forum: VLC media player for Windows Troubleshooting
Topic: DVB support for Windows
Replies: 60
Views: 24388

The BDA API is actually really simple. From some point of view - sure. But it's fairly incomplete. As far as I know the current version fully (hmm - see below) supports only DVB-T. Concerning DVB-S the DiSEqC specs is missing so each vendor takes his own route. For DVB-C there are some leaks in the...
by JMS
22 Apr 2006 14:49
Forum: VLC media player for Windows Troubleshooting
Topic: Audio and other Information when playing UDP Stream
Replies: 2
Views: 654

Doesn't look any better. In addition it seems as if now even aspect ration changes (4:3 / 16:9) are no longer detected - well currently I've no time for more detailed interrogation :lol: maybe it's my fault.

Thanks

Jochen
by JMS
21 Apr 2006 17:33
Forum: Web and scripting
Topic: Changing Audio Tracks smoothly using the ActiveX Control
Replies: 2
Views: 2421

Changing Audio Tracks smoothly using the ActiveX Control

I'm using the 0.8.4a control in a C# DVB application and it seems to be very stable. I tried to find out a way to choose between different audio tracks and the only hint in this forum brough me to clearing the playlist and adding a new entry with the :audio-track option. Although this works the chan...
by JMS
21 Apr 2006 17:27
Forum: VLC media player for Windows Troubleshooting
Topic: Audio and other Information when playing UDP Stream
Replies: 2
Views: 654

Audio and other Information when playing UDP Stream

I connect VLC to some UDP port to which a DVB application sends a single channel with all related streams (video, audio, videotext [ok - not yet working] and some SI tables) in Transport Stream format. As far as I can see this is working quite well. BUT: if the channel changes while VLC (0.8.4a) is ...
by JMS
25 Jan 2006 08:07
Forum: General VLC media player Troubleshooting
Topic: MPEG TS
Replies: 2
Views: 919

Hmm, actually I can play 'normal' TS files with quite a lot of players on my XP Pro SP2. Beside VLC there are Nero ShowTime, Media Player, Media Player Classic (MPC), DVBViewers TSPlayer. Even a simple Render Media File in GraphEdit.exe works fine. At least the free MPC would be worth a try to see i...
by JMS
19 Dec 2005 08:33
Forum: VLC media player for macOS Troubleshooting
Topic: VLC and TS Files
Replies: 4
Views: 1431

From what source do you get the TS? Sounds like the internal structure is somewhat misaligned, e.g. packetizing or PCR. Take a look in the Debug or Messages window which may give some additional hints on what's wrong. I've some software to record DVB which generates TS files and it took me a long wa...
by JMS
14 Oct 2005 00:55
Forum: VLC media player for Windows Troubleshooting
Topic: Strange behaviour playing TS files
Replies: 0
Views: 620

Strange behaviour playing TS files

Currently I'm playing with different ways to generate TS files. The old version worked quite well with VLC but not with some other players. After I changed a bit I got some strange behaviour in VLC 0.8.2 which I would like to understand - actually I'm sure that the TS generator is somewhat wrong and...
by JMS
04 Sep 2005 20:35
Forum: General VLC media player Troubleshooting
Topic: Playing files still being recorded
Replies: 1
Views: 619

I would like to add a second comment to the behaviour which is a bit different from yours (not on the web interface, but similiar use case): I use VLC for timeshifting TS recordings ( local path ). In contrast to your case VLC does not end early when reaching the position which had been the end of t...
by JMS
02 Aug 2005 09:57
Forum: VLC media player Feature Requests
Topic: DVB streaming on Windows
Replies: 5
Views: 4424

Well I don't know TSReader but other Tools simply send the TS stream to some TCP/IP UDP port (unicast and multicast) where you can connect VLC to, e.g. vlc.exe udp://@:2910 . Then some control application is used to talk to the Tool to switch channels - vlc is left untouched. What DVB card do you ha...
by JMS
17 Jul 2005 14:21
Forum: General VLC media player Troubleshooting
Topic: a problem about generating TS streams
Replies: 1
Views: 466

Although I didn't play around with the source code I tried the TS generation using the wizard in the executable lately - since I was investigating this format for one of my private projects . Concerning ProjectX the TS format seems to have a single issue: PAT and PMT could not be found. The reason f...

Go to advanced search