Page 1 of 1

MobileVLCKit issues

Posted: 24 Apr 2015 01:36
by pvms78
Hi,
I am using MobileVLCKit in an application and I want to use the latest version (http://nightlies.videolan.org/build/ios ... 6-0541.zip). However, I get packet loss and some green rectangles.
https://www.dropbox.com/s/dzeatl9blpj3c ... t.png?dl=0

My previous version from Oct 2014 does not show these issues.
Any hints?

Re: MobileVLCKit issues

Posted: 27 Apr 2015 22:20
by Jean-Baptiste Kempf
What codecs?

Re: MobileVLCKit issues

Posted: 30 Apr 2015 13:38
by pvms78
FFMPEG. Should I use a previous version?

Re: MobileVLCKit issues

Posted: 02 May 2015 19:32
by Jean-Baptiste Kempf
Sorry, but FFMpeg is not a codec.

Re: MobileVLCKit issues

Posted: 05 May 2015 04:22
by pvms78
Hi,
The video codec is:
H264 - MPEG-4 AVC (part 10) (h264)

Thank you,

Re: MobileVLCKit issues

Posted: 05 May 2015 11:34
by Jean-Baptiste Kempf
You need logs.

Re: MobileVLCKit issues

Posted: 05 May 2015 14:36
by pvms78
The nightly was not built with debug information, so there is no real log. I've provided the URL of the camera in private message. Have you received?

Re: MobileVLCKit issues

Posted: 06 May 2015 10:21
by fkuehne
Initialise the VLCMediaPlayer object with option @"-vvvv" to get debug logs.

Re: MobileVLCKit issues

Posted: 06 May 2015 17:26
by pvms78
Ok. Will try that out and post the logs ASAP.
To get a stable version of the MobileVLCKit library which tag should I use when cloning from git?
Thank you.

Re: MobileVLCKit issues

Posted: 07 May 2015 13:30
by fkuehne
Just checkout the stable 2.2.x branch before compiling.

Re: MobileVLCKit issues

Posted: 13 May 2015 06:31
by pvms78
I've used 2.2.1-pre1. The issue in the screenshot above is gone, :).

I've compiled using debug option. But when I get a timeout from the device the app crash.

[00007fb2a2662ef8] live555 demux error: no data received in 10s, aborting
[00007fb2a261fee8] core input debug: EOF reached
LibVLC fatal error unlocking mutex (1) in thread 4798488576 at XXX/VLCKit/MobileVLCKit/ImportedSources/vlc/src/darwin/thread.c:223 in vlc_mutex_unlock

I can compile without debug, but I don't understand why the mutex unlock cannot work.

Thanks,