Search found 189 matches

Go to advanced search

by XilasZ
20 Feb 2012 07:48
Forum: General VLC media player Troubleshooting
Topic: VLC 2.0 Blu-Ray - Can't turn off Audio Description
Replies: 5
Views: 8057

Re: VLC 2.0 Blu-Ray - Can't turn off Audio Description

I tried a bluray yesterday (first one i catched, fast & furious 3), and audio track listing seems wrong, i got only one audio track (japanese, erf). There was 4 or 5 titles whose length is the same as the movie, i though they were for each audio track, but they all plays with the same one (japan...
by XilasZ
19 Feb 2012 00:03
Forum: Development around libVLC
Topic: libvlc_audio_set_channel not working
Replies: 3
Views: 1274

Re: libvlc_audio_set_channel not working

don't know, i never tried those. Try with vlc 2.0
by XilasZ
18 Feb 2012 23:46
Forum: VLC for Android and Chrome OS
Topic: 'SYS_gettid' undeclared - Bulding for android
Replies: 3
Views: 1956

Re: 'SYS_gettid' undeclared - Bulding for android

The one mentioned by the wiki is the official android port of VLC : git://git.videolan.org/vlc-ports/android.git
by XilasZ
16 Nov 2011 15:30
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Some error when I run the Android VLC
Replies: 5
Views: 1290

Re: Some error when I run the Android VLC

see here

Which repo are you using ? the new one (vlc-ports/android.git) or the old locked one (vlc/vlc-android.git) ?
by XilasZ
16 Nov 2011 15:26
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Video Freezes when Playing MP4 Video on Android
Replies: 1
Views: 3101

Re: Video Freezes when Playing MP4 Video on Android

Did you built without NEON ? if so, try to enable it if the P1000 supports it, it improves performance a lot (but might not work anymore on the emulator).
by XilasZ
16 Nov 2011 15:20
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC for Android Running Error - libvlcjni.so Problems
Replies: 1
Views: 1415

Re: VLC for Android Running Error - libvlcjni.so Problems

without changing anything, vlc is built for processors with NEON instruction. The emulator doesn't support that, you have to rebuild everything with NO_NEON=1 (or something like that, don't remember the exact spelling).
by XilasZ
19 Oct 2011 17:26
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Some error when I run the Android VLC
Replies: 5
Views: 1290

Re: Some error when I run the Android VLC

looks like audioTrack buffer has a minimum size on some devices.

maybe using getMinBufferSize() in Aout.java will help.

Edit: it's fixed now, update and retry.
by XilasZ
02 Oct 2011 10:12
Forum: Development around libVLC
Topic: libvlc_video_set_track
Replies: 5
Views: 798

Re: libvlc_video_set_track

That's because libvlc_video_set_track wants the track ID, not its index. You can get it using libvlc_video_get_track_description. All other get/set track functions use the index, including libvlc_video_get_track. PS: i know it's weird, nobody took the time to fix it (me included). Maybe i'll fix it ...
by XilasZ
27 Sep 2011 13:41
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Compile VLC for Android on Ubuntu error,help
Replies: 7
Views: 3424

Re: Compile VLC for Android on Ubuntu error,help

It's not an error, just an info. It just tells you in which folder the contrib will be built, perfectly normal.
if the folder doesn't exists, il will be created at the next step (make).
by XilasZ
05 Sep 2011 13:45
Forum: VLC media player Feature Requests
Topic: Android version ?
Replies: 19
Views: 3202

Re: Android version ?

the make is trying to use two jobs ("Using 2 processor(s)" as reported by bootstrap) to build all contribs, and i think sometimes it fails randomly because of that. When it happens to me, i built each contribs one by one and everything was ok.
Try "make -j1" to restrict to 1 job.
by XilasZ
05 Aug 2011 15:03
Forum: VLC media player for Linux and friends Troubleshooting
Topic: vlc-android - how to pass command line option?
Replies: 5
Views: 5509

Re: vlc-android - how to pass command line option?

take a look at nativeInit() in extras/package/android/vlc-android/jni/libvlcjni.c
by XilasZ
11 Jul 2011 14:20
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC on Android
Replies: 53
Views: 46135

Re: VLC on Android

it should be fixed on the main branch, i'll apply it on the android branch tonight (unless someone does it first).

http://git.videolan.org/?p=vlc.git;a=co ... 2d735516a5

Edit: no issue on android port, i've rebuilt live contrib without issue, so no patch for android
by XilasZ
07 Jul 2011 11:25
Forum: VLC media player for Windows Troubleshooting
Topic: Bug? VLC crashes when using projectM and maximizing window
Replies: 6
Views: 1484

Re: Bug? VLC crashes when using projectM and maximizing wind

Ah, i didn't know F11, but it's not the true vout fullscreen, just interface fullscreen.

it's also possible you are using presets which are unstable with projectm
by XilasZ
06 Jul 2011 14:32
Forum: VLC media player for Windows Troubleshooting
Topic: Bug? VLC crashes when using projectM and maximizing window
Replies: 6
Views: 1484

Re: Bug? VLC crashes when using projectM and maximizing wind

No issue here with VLC 1.1.10 on XP (at work :p), i played with the window size and the playlist (audio files), no crash, even when vlc switched to the next file while i was resizing it. What do you mean by fullscreen ? vlc can't go fullscreen with projectm. It might be an opengl driver issue, i had...
by XilasZ
01 Jul 2011 22:40
Forum: Development around libVLC
Topic: LIBVLC First video waiting too much for running
Replies: 3
Views: 953

Re: LIBVLC First video waiting too much for running

the best way to know libvlc api is vlc source code itself : http://git.videolan.org/?p=vlc/vlc-1.1. ... nclude/vlc;

take a look at libvlc_media_player.h
by XilasZ
10 Jun 2011 11:21
Forum: Development around libVLC
Topic: render external controls into video output
Replies: 5
Views: 1179

Re: render external controls into video output

take a look at this wrapper : http://vlcdotnet.codeplex.com/
It has a wpf control to do exactly what you want.
by XilasZ
08 Jun 2011 13:52
Forum: VLC media player for Windows Troubleshooting
Topic: Can't play yuv files
Replies: 4
Views: 5498

Re: Can't play yuv files

You are not the only one. vlc can output to yuv files (and they are correct, i made a tool to decode them), but fails at playing them correctly, colors are messed up. Edit: Hmm, i did some tests, if the first line of the yuv file is YUV4MPEG2 W800 H448 F2997:100 Ip A199:200 It plays fine. if it's so...
by XilasZ
25 May 2011 11:12
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC on Android
Replies: 53
Views: 46135

Re: VLC on Android

There won't be any apk around until it's ready.

About libvlcjni.h, it's generated by the makefile if it doesn't exist.
by XilasZ
20 Mar 2011 22:54
Forum: Development around libVLC
Topic: VLC/WPF : Panel is on top all the time ?
Replies: 2
Views: 1605

Re: VLC/WPF : Panel is on top all the time ?

it's a limitation of WPF and windowsFormHost : "In a WPF user interface, you can change the z-order of elements to control overlapping behavior. A hosted Windows Forms control is drawn in a separate HWND, so it is always drawn on top of WPF elements." http://msdn.microsoft.com/en-us/librar...
by XilasZ
08 Mar 2011 13:35
Forum: Development around libVLC
Topic: VLC in WPF. Tutorial?
Replies: 8
Views: 3433

Re: VLC in WPF. Tutorial?

VlcMediaPlayer is not meant to be used like that, there is not vlc user control.

see PlayUrl in FritiviPlayer to see how i use play something.
by XilasZ
04 Mar 2011 15:04
Forum: Development around libVLC
Topic: VLC in WPF. Tutorial?
Replies: 8
Views: 3433

Re: VLC in WPF. Tutorial?

Host.Child.Handle will give you the handle, use that when calling libvlc_media_player_set_hwnd. you should take a look at existing components such as libvlc.net. It's open source, so you can see how it works. You can also take a look at my own source : http://fritivi.git.sourceforge.net/git/gitweb.c...
by XilasZ
01 Mar 2011 09:41
Forum: Development around libVLC
Topic: How to make full screen using libvlc?
Replies: 7
Views: 1731

Re: How to make full screen using libvlc?

That's what sherington said. You have to handle fullscreen yourself in your app.
by XilasZ
01 Mar 2011 09:36
Forum: Development around libVLC
Topic: VLC in WPF. Tutorial?
Replies: 8
Views: 3433

Re: VLC in WPF. Tutorial?

it's possible, yes. To draw something, libvlc needs a handle, which doesn't exist in WPF. A workaround is to use a WindowsFormsHost and put a winform panel inside it, and use the handle of this panel. Note that in the same window, the WindowsFormsHost will always be drawn after all WPF components. A...
by XilasZ
10 Feb 2011 23:28
Forum: Development around libVLC
Topic: c# issue with vlc libraries
Replies: 18
Views: 2638

Re: c# issue with vlc libraries

There are no such things in libvlc, only methods. You can use the methods directly, or use a wrapper (mine, libvlcnet, ....) which is just a few classes which allows a more object approach. There are a lot of documentations and example, for instance http://wiki.videolan.org/Libvlc, http://wiki.video...
by XilasZ
10 Feb 2011 10:06
Forum: Development around libVLC
Topic: c# issue with vlc libraries
Replies: 18
Views: 2638

Re: c# issue with vlc libraries

there are no libvlc classes ...

what is a "song object" ?!?!?

Go to advanced search