Search found 11 matches

Go to advanced search

by some_birdie
12 Nov 2013 19:37
Forum: Development around libVLC
Topic: Scale video on iOS
Replies: 3
Views: 563

Re: Scale video on iOS

on the VLC iOS app or in MobileVLCKit?
in MobileVLCKit, or just in VLC library. I saw the comment in VLC's source code that scaling is not supported for some video outputs, but it does not explain where it is not supported.

So, should this work on iOS or it is not supported?
by some_birdie
10 Nov 2013 22:37
Forum: Development around libVLC
Topic: Scale video on iOS
Replies: 3
Views: 563

Scale video on iOS

Hi guys,

Is it possible to scale VLC's video in iOS? I tried to used both "--scale" option and "scaleFactor" property and both of them had no effect. So, how could I scale video on iOS?

Thanks!
by some_birdie
31 May 2013 15:42
Forum: VLC media player for macOS Troubleshooting
Topic: why the sound is noise when playing http url (ios5.1.1)?
Replies: 7
Views: 1049

Re: why the sound is noise when playing http url (ios5.1.1)?

How to do this? How to force using mad for mp3 audio decoding?
Found it. Just need to enable mad in build settings.
I see that #7228 is closed, so it should work with libav too, right? But I cannot find the commit that fixes that issue. Is it on vlc repo? or VLCKit? or...?
by some_birdie
31 May 2013 14:22
Forum: VLC media player for macOS Troubleshooting
Topic: why the sound is noise when playing http url (ios5.1.1)?
Replies: 7
Views: 1049

Re: why the sound is noise when playing http url (ios5.1.1)?

Use libmad instead of libav for decoding.
How to do this? How to force using mad for mp3 audio decoding?
by some_birdie
11 Oct 2012 12:14
Forum: VLC media player for Windows Troubleshooting
Topic: https streaming - algorithm 8 not available
Replies: 14
Views: 2180

Re: https streaming - algorithm 8 not available

GnuTLS with libgcrypt is not supported anymore in VLC 2.1
So...? Will vlc use any other library? Or..?
by some_birdie
02 Oct 2012 16:03
Forum: Development around libVLC
Topic: disable caching?
Replies: 9
Views: 4488

Re: disable caching?

Hello, I also need to disable caching in vlc. Has anybody solved this? I use VLC for playing of live FLV/HTTP stream and need to reduce the latency. I've found such comment in src/input/stream.c: /* Two methods: * - using pf_block * One linked list of data read * - using pf_read * More complex schem...
by some_birdie
19 Apr 2012 15:04
Forum: Development around libVLC
Topic: LibVLC, QT and Mac
Replies: 7
Views: 1057

Re: LibVLC, QT and Mac

Is this only Mac problem? Does your code work on some other OS?
by some_birdie
19 Apr 2012 11:29
Forum: Development around libVLC
Topic: libvlc on Android for playing FLV/HTTP streams
Replies: 1
Views: 1197

libvlc on Android for playing FLV/HTTP streams

In my application, I need to play FLV/HTTP streams on Android. libvlc supports this function: I've tested my FLV streams with VLC-android player, and it seems to work. The question is: what is the state of Android version of VLC? I've googled this and haven't found any actual information about Andro...
by some_birdie
18 Apr 2012 12:05
Forum: VLC for Android and Chrome OS
Topic: vlc-android compiling problem
Replies: 11
Views: 5172

Re: vlc-android compiling problem

VLC on android is incomplete, unfinished, buggy, slow, it doesn't even compile.

Why are so much people trying to build it anyway?
How actual these words are?
Is Android version of VLC buggy and slow today?
by some_birdie
18 Apr 2012 11:28
Forum: VLC for Android and Chrome OS
Topic: system `androideabi' not recognized issue.
Replies: 2
Views: 1465

Re: system `androideabi' not recognized issue.

I've found the solution: http://stackoverflow.com/questions/4594 ... ndroideabi
I've updated the config.sub and config.guess scripts (for me they were in /usr/share/misc directory) to the latest versions, and so the problem has been solved.
by some_birdie
18 Apr 2012 10:05
Forum: VLC for Android and Chrome OS
Topic: system `androideabi' not recognized issue.
Replies: 2
Views: 1465

Re: system `androideabi' not recognized issue.

I have the same trouble. Have you solved this problem?

Go to advanced search