Search found 63 matches

Go to advanced search

by hce
19 Sep 2010 04:21
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Build graphic VLC player
Replies: 1
Views: 306

Build graphic VLC player

Hi, Can I build VLC with X11 to play video? I've built console VLC 1.1.4 player without qt4 or wxwidgets on debian, it can play audio but no video. The alternative I like to use wxwidgets, but I could not find wx in configure file. Does VLC support wxwidgets, how to specify wxwidgets path? Thank you...
by hce
19 Oct 2008 23:58
Forum: Contribute and help the VideoLAN project
Topic: How to help to develop API plugins
Replies: 3
Views: 1231

Re: How to help to develop API plugins

This API can be backported. Would you please explain me the details of which version of VLC source code contains last verion of the API for backporting to 0.9 VLC, and which directories where the API source code located? Do I need a permission to start the backport process? I can start the backport...
by hce
19 Oct 2008 01:41
Forum: Contribute and help the VideoLAN project
Topic: How to help to develop API plugins
Replies: 3
Views: 1231

How to help to develop API plugins

Hi, As no one responded me following question, I assume that the subtitle API in plugins does not work in 0.9 VLC. I am a C/C++ developer and I can help to make the subtitle API work. Having said that, I am still new to VLC and it is my first time to work with open source development. I don't know w...
by hce
17 Oct 2008 09:59
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Has anyone used MP4Box to add subtitle to a video file?
Replies: 0
Views: 473

Has anyone used MP4Box to add subtitle to a video file?

Hi,

I used following command to add subtitle to a video file, but the text from the big.srt did not insert to the video file when I play back the sub.mp4. Any advice what was I missing please?

$MP4Box -add sub.srt -add tennis.mp4 -new sub.mp4
by hce
17 Oct 2008 09:53
Forum: Web and scripting
Topic: Does VLC 0.9 supports J-P subtitle API?
Replies: 0
Views: 464

Does VLC 0.9 supports J-P subtitle API?

Hi Jean-Paul Saman, I was advised that you committed play subtitle API on master :: rbe9c509e4c vlc/projects/mozilla/test.html: (link) Add subtitle and teletext JS API to test.html http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=be9c509e4c1b7fbeffc421f472ddb9e0b0486f86 Could you please advice...
by hce
14 Oct 2008 13:12
Forum: Web and scripting
Topic: plugin API to display subtitle srt file
Replies: 0
Views: 438

plugin API to display subtitle srt file

Hi,

Is there an API to display subtitle SRT file in mozilla and activex plugin? If so, please give an example of the API.

Thank you.
by hce
14 Oct 2008 08:28
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Anyone has a good srt subtitle file?
Replies: 1
Views: 371

Anyone has a good srt subtitle file?

Hi,

I've got following errors while running a video mp4 file with a subtitle file:

[00000470] freetype spu text error: file sub.srt have unknown format

Has anyone have a good sample subtitle srt file I can use it for testing?
by hce
13 Oct 2008 11:18
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Add subtitle to video / audio files
Replies: 0
Views: 325

Add subtitle to video / audio files

Hi,

Is there anyway to add a subtitle file sub.txt into an mp4 file av.mp4 by ffmpeg and play back the video / audio files by 0.9 VLC? If yes, would you please give an example of the command line to do it?

Thank you.
by hce
27 Sep 2008 12:29
Forum: Web and scripting
Topic: Audio information
Replies: 0
Views: 397

Audio information

Hi, I play audio on VLC ActiveX and Mozilla plugins. I like to display audio information (sound title, etc) on the plugin screen. I have following questions: 1. Is there VLC plugin API to get audio information? 2. Is it possible to display audio information to plugin screen? If it is yes, please pro...
by hce
27 Sep 2008 09:03
Forum: Skins
Topic: Where is menu in new skin?
Replies: 2
Views: 1164

Where is menu in new skin?

Hi, With the QT4 default skin, I can see a menu including a Playlist. I can go Playlist->Additional Sources to select a playlist source which added to the palylist. In all other new skins, I could not find this option. How can add additional sources such as in default skin to a playlist in a new skin?
by hce
26 Sep 2008 10:11
Forum: Web and scripting
Topic: Bugs in 0.9.2 for document.vlc.playing?
Replies: 0
Views: 483

Bugs in 0.9.2 for document.vlc.playing?

Hi, Is it a bug on 0.9.2 for document.vlc.playing? I play following script from 0.9.2 ActiveX plugin on IE. The document.vlc.playing was correct at begin, then it got wrong after caling document.vlc.play() in second time. The video is playing, but the document.vlc.playing stuck at value of "fal...
by hce
11 Sep 2008 13:54
Forum: VLC media player for Windows Troubleshooting
Topic: Build VLC ActiveX plugin for IE
Replies: 0
Views: 527

Build VLC ActiveX plugin for IE

Hi, I built git source on Cygwin and read vlc/vlc-1.0.0-git/activex/README.TXT for how to install ActiveX plugin for IE. My understanding if to install axvlc.dll as following step, it should work. Please correct me and please advise how to fix the following error: 1. Copy vlc/vlc-1.0.0-git/activex//...
by hce
10 Sep 2008 13:48
Forum: VLC media player for Windows Troubleshooting
Topic: Win32 Mozilla SDK
Replies: 0
Views: 151

Win32 Mozilla SDK

Hi,

For linux, I can build mozila plugin by --with-mozilla-sdk-path=/usr/lib/xulrunner-sdk-1.9/sdk. But there is no xulrunner-sdk in win32 Contrib. How can get the mozilla SDK for building win32 mozilla plugin?
by hce
08 Sep 2008 08:27
Forum: VLC media player for Linux and friends Troubleshooting
Topic: mozilla sdk for FC and CentOS
Replies: 1
Views: 393

mozilla sdk for FC and CentOS

Hi,

Has anyone installed xulrunner-devel on FC or CentOS to build VLC mozilla plugin with --with-mozilla-sdk-path=/usr/lib/xulrunner-sdk-1.9/sdk? It missed some files in sdk/include (althought it can be fixed), but it really failed at prtypes.h. Or did I install a wrong Mozilla SDK pacakge?
by hce
06 Sep 2008 02:06
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Manually install plugin to browsers
Replies: 3
Views: 1001

Re: Manually install plugin to browsers

Hello, running Ubuntu, for Firefox I had to create the plugins dir and create a link to libvlcplugin.so in it Enter this in console, or Konsole for you: 1) cd ~/.mozilla 2) mkdir plugins 3) cd plugins 4) ln -s /usr/lib/mozilla/plugins/libvlcplugin.so . restart Firefox check in about:plugins libvlcp...
by hce
05 Sep 2008 04:35
Forum: VLC media player for Windows Troubleshooting
Topic: Git source (4 September) failed to build package_win32_base
Replies: 2
Views: 450

Git source (4 September) failed to build package_win32_base

Hi, I downloaded git source on 4 Setember, it built fine, but failed following: $ make package-win32-base OK. cp "./bin/.libs/vlc.exe" "./vlc-1.0.0-git/" cp "./extras/package/win32/vlc.exe.manifest" "./vlc-1.0.0-git/" cp "./src/.libs/libvlccore.dll" ...
by hce
05 Sep 2008 01:29
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Manually install plugin to browsers
Replies: 3
Views: 1001

Manually install plugin to browsers

Hi, I built VLC in my Debian local directory and I like to install VLC plugin to browser manually as I have different browsers firefox, opera, etc which were also built from the source tree locally. I've read the document of VLC plugin which asking to use VLC Debian binary to install the plugin. Has...
by hce
04 Sep 2008 14:03
Forum: General VLC media player Troubleshooting
Topic: Which mozilla in build 0.9 to be copied to Plugin?
Replies: 0
Views: 332

Which mozilla in build 0.9 to be copied to Plugin?

Hi, I built 0.9 in my local directory for both linux and window platforms. I want to plug the vlc in to the firefox in linux and IE in Window vista. Can I just copy the plugin file directly tot he browser plugin directories? I read the howto document, it says "Copy the two files in VLC_Installa...
by hce
02 Sep 2008 08:12
Forum: General VLC media player Troubleshooting
Topic: Can't play shoutcast on VLC 0.9, bugs?
Replies: 3
Views: 354

Re: Can't play shoutcast on VLC 0.9, bugs?

what version?
VLC version 0.9.0 Grishenko. It was downloaded from git source tree a week ago.
by hce
02 Sep 2008 06:57
Forum: General VLC media player Troubleshooting
Topic: Can't play shoutcast on VLC 0.9, bugs?
Replies: 3
Views: 354

Can't play shoutcast on VLC 0.9, bugs?

Hi,

I can set up shoutcast and see all Radio (or TV) stations on playlist on 0.9 VLC. But, when I clicked one station, it played, stopped and deleted the station from the playlist in about one second, then it moved to play next station. Anyone know what is the problem?
by hce
22 Aug 2008 11:22
Forum: VLC media player for Linux and friends Troubleshooting
Topic: undefined symbol from built 0.9 linux
Replies: 11
Views: 2690

Re: undefined symbol from built 0.9 linux

I meant: Read at vlc-config, understand what it does roughtly and look at the place it sets the ldflags and cflags for the libavcodec module I added -DDATA_PATH and -DPLUGIN_PATH to the vlc-config cflags and added ffmpeg with ldconfig: $ ./vlc-config --cflags -I/home/project/work/project/MediaPlaye...
by hce
22 Aug 2008 00:34
Forum: VLC media player for Windows Troubleshooting
Topic: Build win32 cygwin cannot find libavcodec for 0.9.0
Replies: 20
Views: 3508

Re: Build win32 cygwin cannot find libavcodec for 0.9.0

My vlc.txt size is about 510127 you mean vlc.exe? With nightlies its size should be at near 92,0 KB Cygwin compiled executables require cygwin dll and nobody wants that on native Win environment. You can get latest builds from nightlies. http://nightlies.videolan.org/ Thanks for your link. I found ...
by hce
21 Aug 2008 02:10
Forum: VLC media player for Windows Troubleshooting
Topic: Build win32 cygwin cannot find libavcodec for 0.9.0
Replies: 20
Views: 3508

Re: Build win32 cygwin cannot find libavcodec for 0.9.0

Compile works with Vista, and yes, compile takes a long time with Cygwin. Remember to use -j2 or similar switch with make to make building faster. I usually run VLC directly from c:\VLC\vlc\vlc-0.9.0 using Windows Explorer. Cygwin shell is sometimes very picky about file usage rights so I you haven...
by hce
21 Aug 2008 01:14
Forum: VLC media player for Linux and friends Troubleshooting
Topic: undefined symbol from built 0.9 linux
Replies: 11
Views: 2690

Re: undefined symbol from built 0.9 linux

Does pkg-config --libs libavcodec gives -lz in the list ? Could you paste the line relevant to libavcodec, libavformat and libswscale from vlc-config? $ pkg-config --libs libavcodec -L/home/project/work/Tools/Media/Ffmpeg/Install/lib -lavcodec Is it ok only with -l no -lz? Did you mean to paste abo...
by hce
20 Aug 2008 08:10
Forum: VLC media player for Windows Troubleshooting
Topic: Build win32 cygwin cannot find libavcodec for 0.9.0
Replies: 20
Views: 3508

Re: Build win32 cygwin cannot find libavcodec for 0.9.0

Here is a VLC config that I'm using with yesterday NB and the august 08 contribs. It works fine. PATH=/usr/win32/bin:$PATH \ PKG_CONFIG_PATH=/usr/win32/lib/pkgconfig \ CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \ LDFLAGS=-L/usr/win32/lib \ CC="gcc -mno-cygwin" CXX...

Go to advanced search