Search found 7 matches

Go to advanced search

by ilkerulusoy
07 Aug 2014 16:19
Forum: VLC for iOS, iPadOS and Apple TV
Topic: How can i get buffer count?
Replies: 1
Views: 347

How can i get buffer count?

I want to get buffer count(e.g 75%) when VLCMediaPlayerStateBuffering event is came. How can I do?
by ilkerulusoy
07 Aug 2014 13:50
Forum: VLC for Android and Chrome OS
Topic: VLC Android: Playing .ts file
Replies: 4
Views: 813

Re: VLC Android: Playing .ts file

You can add ":demux=ffmpeg" as a media option.
by ilkerulusoy
07 Aug 2014 13:45
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Aspect Ratio Problem
Replies: 2
Views: 1041

Re: Aspect Ratio Problem

sometimes run, sometimes not run when i use this code: .... Change aspect ratio UIView *drawableView = (UIView *)self.moviePlayer.drawable; UIScreen *screen = [UIScreen mainScreen]; drawableView.frame = CGRectMake(0, 0,self.moviePlayer.videoSize.width,self.moviePlayer.videoSize.height); drawableView...
by ilkerulusoy
24 Jul 2014 15:53
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Aspect Ratio Problem
Replies: 2
Views: 1041

Aspect Ratio Problem

Hello,

I am changing video aspect ratio on Ipad 3. Video is 16:9. I want to watch as a 4:3. Height does not changing. Width is extending.

Code: Select all

self.moviePlayer.videoCropGeometry = NULL; self.moviePlayer.videoAspectRatio = (char *)[@"4:3" UTF8String];
by ilkerulusoy
23 Jul 2014 13:45
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Issue with .ts files
Replies: 3
Views: 731

Re: Issue with .ts files

You can try ffmpeg demuxer as a media option(":demux=ffmpeg"). This will solve the problem.
by ilkerulusoy
21 Jul 2014 15:29
Forum: VLC for iOS, iPadOS and Apple TV
Topic: How can I use ts demuxer?
Replies: 2
Views: 629

Re: How can I use ts demuxer?

Ok. I resolved.
I changed default options and it ran.
by ilkerulusoy
18 Jul 2014 09:20
Forum: VLC for iOS, iPadOS and Apple TV
Topic: How can I use ts demuxer?
Replies: 2
Views: 629

How can I use ts demuxer?

In android, when I sent ":demux=ts" as media option, i am using ts demuxer. but it is not work in mobilvlckit. - (id)initWithURL:(NSURL *)anURL { if (self = [super init]) { VLCLibrary *library = [VLCLibrary sharedLibrary]; NSAssert(library.instance, @"no library instance when creating...

Go to advanced search