Page 1 of 1
MobileVLCKit sound issue
Posted: 16 Apr 2019 01:45
by sereisoglu
Hello.
I am using MobileVLCKit in my IOS app. I tried to play a video (3840x1600 - 18GB) file today, but there is no sound in the video. I tried the same video in vlc's ios application. The same problem has occurred. In which situations does this problem arise? (I'm sure there's sound in the video.)
Device: iPad Pro 12.9 (2. generation)
Re: MobileVLCKit sound issue
Posted: 16 Apr 2019 05:05
by mfkl
Can you share logs and the file?
Re: MobileVLCKit sound issue
Posted: 16 Apr 2019 10:31
by sereisoglu
Where can I access the logs?
Where can I share the file?
Re: MobileVLCKit sound issue
Posted: 16 Apr 2019 13:27
by Jean-Baptiste Kempf
Using -vvv and then in the console.
Re: MobileVLCKit sound issue
Posted: 16 Apr 2019 15:23
by sereisoglu
Sorry. I don't understand.
Re: MobileVLCKit sound issue
Posted: 17 Apr 2019 04:39
by mfkl
Where can I access the logs?
In XCode I guess?
Code: Select all
_mediaplayer.libraryInstance.debugLogging = YES;
Where can I share the file?
Any webhosting service should work.
Can you try on the macOS app? You can also retrieve the logs from there.
Re: MobileVLCKit sound issue
Posted: 17 Apr 2019 09:51
by sereisoglu
The video is running smoothly in VLC's macOS app.
Since the size of the video is large, it is not possible to share the video at the moment. Also not legal.
This is the debug screen output:
https://drive.google.com/file/d/1v8MIjl ... NEtwX/view
Re: MobileVLCKit sound issue
Posted: 17 Apr 2019 10:42
by mfkl
Re: MobileVLCKit sound issue
Posted: 17 Apr 2019 18:46
by sereisoglu
Is it a problem caused by the size of the video?