Search found 26 matches

Go to advanced search

by Trollslayer
05 Apr 2008 21:53
Forum: VLC media player for Windows Troubleshooting
Topic: problem with vlc command line
Replies: 4
Views: 1943

Re: problem with vlc command line

The option vlc:quit only works if you let the file play through (i.e. reaches the end of file). Using the stop command does not works as the file has not reached the end. I am using VLC within MythTV so am working out how to map the stop button of the remote control to the quit command of VLC, this ...
by Trollslayer
15 Sep 2007 23:10
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Reccomended environment?
Replies: 1
Views: 447

Reccomended environment?

What distro etc. would you reccomend for building under linux?
I want to look at some playlist/media stuff and it looks better to debug under linux rather than windows (debugging a DLL isn't easy!)
by Trollslayer
08 Sep 2007 01:24
Forum: VLC media player for Windows Troubleshooting
Topic: cygwin and vlc 0.9.0, does not run
Replies: 7
Views: 871

Re: cygwin and vlc 0.9.0, does not run

Hi

Actually I posted that the compile runs successfully but vlc does not run and does not give any indication of an error.
You are reporting an issue with gettext - are these 2 issues dependent somehow?

--
Thanks for clarification.
Mike
Did you copy the .dll to the same directory as the .exe?
by Trollslayer
08 Sep 2007 01:22
Forum: VLC media player for Windows Troubleshooting
Topic: Debugging under Windows
Replies: 0
Views: 283

Debugging under Windows

I am using Cygwin to build VLC under Windows to look at Playtree and there are problems with it.
What is the reccomended method of debugging under Windows?
Thanks.

Elaine :)
by Trollslayer
01 Sep 2007 17:22
Forum: General VLC media player Troubleshooting
Topic: Adding new functionality
Replies: 7
Views: 716

Re: Adding new functionality

Great. Have you tried the media library in the development versions ?
Do you mean the nightly builds?
by Trollslayer
01 Sep 2007 16:46
Forum: General VLC media player Troubleshooting
Topic: Adding new functionality
Replies: 7
Views: 716

Re: Adding new functionality

What are your programming skills ?
Reasonable C/C++ amongst other things.
by Trollslayer
01 Sep 2007 15:13
Forum: General VLC media player Troubleshooting
Topic: Adding new functionality
Replies: 7
Views: 716

Adding new functionality

With the way I use VLC it would be useful to have a media library function.
This would be a menu item like playlists so I was wondering - is there a guide to add new functions (e.g. with wxWidgets) or do I have to reverse engineer it from an existing function?
Thanks.
:)
by Trollslayer
04 Aug 2007 17:02
Forum: VLC media player for Windows Troubleshooting
Topic: DVB-T + BDA + VLC
Replies: 176
Views: 94842

Re:

OK it works :) But it works badly for me, image is far from perfect: http://img237.imageshack.us/img237/8572/vlcsnap559895ww1.th.png And the sound is stuttering all the way :? The command line I've used is: dvb-t:// :dvb-frequency=642000 :dvb-bandwidth=8 :sout=#duplicate{dst=display} :sout-display-...
by Trollslayer
04 Aug 2007 16:50
Forum: VLC media player Feature Requests
Topic: Better Filename Info for videofiles..(/playlist.XML,...)
Replies: 6
Views: 1281

Re: Better Filename Info for videofiles..(/playlist.XML,...)

AFAIK .mpg files don't have meta info which would be why we're not using it as the video's title. Of course, I might be wrong... please provide a video sample if you know it to be otherwise. You are correct, programme information in broadcasts (transport streams) is in a section called PSI (Program...
by Trollslayer
14 Jul 2007 11:08
Forum: Coffee Corner
Topic: Why was VLC written in C and not C++?
Replies: 14
Views: 10685

Re:

Well, yes, but C is faster for many tasks and more supported in many platforms.
Which platforms have C compilers but not C++ then?
by Trollslayer
14 Jul 2007 11:07
Forum: Coffee Corner
Topic: Why was VLC written in C and not C++?
Replies: 14
Views: 10685

Re:

Why is Linux kernel in C and not in C++ ?
Legacy, pure and simple.
by Trollslayer
14 Jul 2007 11:01
Forum: Coffee Corner
Topic: A Big Question to all of you
Replies: 99
Views: 18190

Re: A Big Question to all of you

Well, he is almost as great as Chuck Norris (this probably won't mean anything, if not visit Cdoeproject) :lol:
by Trollslayer
09 Jul 2007 00:07
Forum: VLC media player for Windows Troubleshooting
Topic: Your development platform for VLC on Windows
Replies: 2
Views: 649

Re: Your development platform for VLC on Windows

Cygwin plus Eclipse with CDT.
Crimson Editor as a general purpose editor. :)
by Trollslayer
24 Jun 2007 15:59
Forum: VLC media player for Windows Troubleshooting
Topic: Suggested IDE for VLC/Cygwin/Windows
Replies: 9
Views: 883

You can code too :D :P I'm not a glory hound! Seriously, it's something that is sorely needed and will help me learn about Videolan, then there are a couple of things I've been thinking about. Also looking at intergrating Cygwin with Eclipse/CDT to give Windows usabilty without intrroducing another...
by Trollslayer
24 Jun 2007 14:10
Forum: VLC media player for Windows Troubleshooting
Topic: Suggested IDE for VLC/Cygwin/Windows
Replies: 9
Views: 883

Does it do completion? I use it for editing and run gcc under Cygwin separately, I think trying the building withing Eclipse/CDT is yet another option to support for very little gain. With CDT it shows members, include hierarchies etc. which is the main thing I was after. I am now looking into Doxy...
by Trollslayer
24 Jun 2007 13:12
Forum: VLC media player for Windows Troubleshooting
Topic: Suggested IDE for VLC/Cygwin/Windows
Replies: 9
Views: 883

Sorry ? Don't know how to help then.
I have found that Eclipse with the CDT plugin works and preserves te DOS/Unix file format.
by Trollslayer
24 Jun 2007 01:00
Forum: VLC media player for Windows Troubleshooting
Topic: Suggested IDE for VLC/Cygwin/Windows
Replies: 9
Views: 883

Well, VS2005 will not be able to compile anything for you :D
But you can use it to develop and compile with cygwin. Be sure to dos2unix the files before sending them to the lists.

If you just need an editor, I would tell to use notepad++ :D
Not what I was after.
by Trollslayer
24 Jun 2007 00:10
Forum: VLC media player for Windows Troubleshooting
Topic: Suggested IDE for VLC/Cygwin/Windows
Replies: 9
Views: 883

Suggested IDE for VLC/Cygwin/Windows

The title says it all, I have VS2005 but it doesn't let you choose between DOS and Unix file formats and I don't want to break things so...
Any suggestions?
by Trollslayer
23 Jun 2007 17:18
Forum: VLC media player for Windows Troubleshooting
Topic: Compiling VLC with Cygwin
Replies: 11
Views: 1580

Can you come on IRC to chat with Trax ? I have got it to build using the nightly build (vlc-snapshot-branch-0.8.6-bugfix-20070618.tar.tar) and the contribution package (contrib-20070530-win32-bin-gcc-3.4.5-only.tar.bz2) and Cywgin with gcc 3.4.4 and the following script from the Win32Compile Wkiki ...
by Trollslayer
23 Jun 2007 14:27
Forum: VLC media player for Windows Troubleshooting
Topic: Compiling VLC with Cygwin
Replies: 11
Views: 1580

Can you come on IRC to chat with Trax ?
I am trying a few different options, will post another reply when I have a set of results.
by Trollslayer
23 Jun 2007 14:07
Forum: VLC media player for Windows Troubleshooting
Topic: Compiling VLC with Cygwin
Replies: 11
Views: 1580

What is your compiler version ?
I am having the same problems with the current version of Cygwin, GCC 3.4.4.
by Trollslayer
20 Jun 2007 10:48
Forum: VLC media player for Windows Troubleshooting
Topic: Cygwin environment broken
Replies: 7
Views: 4903

I've added a new howto to the wiki which should cover the existing problems with Cygwin and work with latest svn again: http://wiki.videolan.org/Win32CompileCygwin
This works for me as well, nice page for those running Windows!
by Trollslayer
19 Jun 2007 15:26
Forum: VLC media player for Windows Troubleshooting
Topic: DVB-T + BDA + VLC
Replies: 176
Views: 94842

Here's my results so far: - Audio is my biggest issue but that may be because it finds a number of audio devices including my bluetooth device and (I'm guessing here) trying to output to too many devices? Can I stipulate one with an "aout" switch? - Video gets lots of "PTS out of ran...
by Trollslayer
19 Jun 2007 15:22
Forum: VLC media player for Windows Troubleshooting
Topic: DVB-T + BDA + VLC
Replies: 176
Views: 94842

Frequency is in kHz, bandwidth in MHz The command above can be entered onto the Customize line on any File Open command No need to select a channel - you get the lot. If playing live or streaming then select channel on the Navigate menu. If saving to file, try the :programs=<channels> option and th...
by Trollslayer
19 Jun 2007 15:19
Forum: VLC media player for Windows Troubleshooting
Topic: Can libvlc be used on vs2005?Where to get it?
Replies: 4
Views: 586

Re: Can libvlc be used on vs2005?Where to get it?

Can libvlc be used on vs2005? I need to use libvlc.dll .I have find it for a long time on a lot of webs, But i can't find it , anyone has it? Can you send libvlc.dll to me (cwk1270@163.com)? or give me a download link? Install VLC for Windows and you will find it in the install directory. Elaine :)

Go to advanced search