Search found 6 matches

Go to advanced search

by raoatvz
21 Sep 2024 13:03
Forum: VLC for iOS, iPadOS and Apple TV
Topic: How the equalizer is implemented?
Replies: 2
Views: 1461

How the equalizer is implemented?

Hi, VLC devs

Can you give some hint or link on how the equalizer is implemented? Is it using some library like libsox?

Thanks!
by raoatvz
15 Sep 2024 17:01
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Is VLCAudioEqualizer available in MobileVLCKit?
Replies: 2
Views: 1022

Is VLCAudioEqualizer available in MobileVLCKit?

Xcode complains VLCAudioEqualizer not declared, while VLCMediaPlayer works after #import <MobileVLCKit/MobileVLCKit.h>.
by raoatvz
12 Nov 2023 06:51
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Video/Audio always paused briefly at the beginning
Replies: 1
Views: 347

Re: Video/Audio always paused briefly at the beginning

Also happening on the App Store official app. I tried the same url (https://demo.unified-streaming.com/k8s/features/stable/video/tears-of-steel/tears-of-steel.ism/.m3u8) with AVPlayer, no such issue. For this slightly different url, there is no such issue either: https://demo.unified-streaming.com/k...
by raoatvz
09 Nov 2023 04:34
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Video/Audio always paused briefly at the beginning
Replies: 1
Views: 347

Video/Audio always paused briefly at the beginning

I am using MobileVLCKit for iOS. Every time I tried to play some HLS, the player starts but will pause briefly after 1 or 2 seconds. It is a glitch. Swift code is very simple: func startStream(){ guard let url = URL(string: "https://demo.unified-streaming.com/k8s/features/stable/video/tears-of-...

Go to advanced search