Search found 9 matches

Go to advanced search

by jasin755
29 Sep 2015 21:27
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Poor video decoding performance of libTVVLCKit.a
Replies: 15
Views: 1177

Re: Poor video decoding performance of libTVVLCKit.a

@Felix Paul Kuehne this is my sample project on OneDrive: http://1drv.ms/1LZRVQL
by jasin755
28 Sep 2015 14:39
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Poor video decoding performance of libTVVLCKit.a
Replies: 15
Views: 1177

Re: Poor video decoding performance of libTVVLCKit.a

No I tested on simulator. Device will be available month later :/

Sample code of ffmpeg or tvkit?
by jasin755
28 Sep 2015 10:55
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Poor video decoding performance of libTVVLCKit.a
Replies: 15
Views: 1177

Re: Poor video decoding performance of libTVVLCKit.a

@Felix Paul Kuehne I tryed decoding same video and audio with ffmpeg and no problem. I is very fast.
by jasin755
27 Sep 2015 12:01
Forum: VLC for iOS, iPadOS and Apple TV
Topic: tvos compilation problem
Replies: 77
Views: 10711

Re: tvos compilation problem

Copy *.a file and headers into your project. Replace all you import to:

#import "TVVLCKit.h"

when you start typing so you receive autocomplete.
by jasin755
27 Sep 2015 09:18
Forum: Development around libVLC
Topic: Get video frame anytime and disable audio
Replies: 2
Views: 569

Get video frame anytime and disable audio

Hi all,

I have two questions about libvlc.

1. How can I disable all audio tracks ?

2. How can I get video frame any time ? I need to create life thumbnails at seeking.

Thanks!
by jasin755
27 Sep 2015 09:12
Forum: VLC for iOS, iPadOS and Apple TV
Topic: tvos compilation problem
Replies: 77
Views: 10711

Re: tvos compilation problem

Hi,

I had the same problem, the only way to make a static library is to open MobileVLCKit.xcodeproj, switch to TVVLCKit and build. You get libTVVLCKit.a and headers.
by jasin755
26 Sep 2015 15:58
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Poor video decoding performance of libTVVLCKit.a
Replies: 15
Views: 1177

Poor video decoding performance of libTVVLCKit.a

Good day,

I compiled MovileVLCKit as static libTVVLCKit.a. Video playback works good if I use UIView with small dimensions. But if you set the dimensions to Full HD. Playing lags (CPU usage cca 110%).

Go to advanced search