Search found 27 matches

Go to advanced search

by pvms78
05 Oct 2015 21:54
Forum: VLC for iOS, iPadOS and Apple TV
Topic: VLCAudio class support
Replies: 12
Views: 1218

Re: VLCAudio class support

Yes. A Patch to MobileVLCKit will also be needed.
by pvms78
05 Oct 2015 07:19
Forum: VLC for iOS, iPadOS and Apple TV
Topic: VLC resize issue using MobileVLCKit library
Replies: 6
Views: 837

Re: VLC resize issue using MobileVLCKit library

Hi, found the issue. It was related to our application. Sorry for the trouble.
Thank you
by pvms78
05 Oct 2015 01:50
Forum: VLC for iOS, iPadOS and Apple TV
Topic: VLCAudio class support
Replies: 12
Views: 1218

Re: VLCAudio class support

Hi, I've sent the patch to enable audio mute for VLC library. How should I send a patch to VLCKit now that it has been moved to videolan Gitlab.
by pvms78
05 Oct 2015 01:49
Forum: VLC for iOS, iPadOS and Apple TV
Topic: VLC resize issue using MobileVLCKit library
Replies: 6
Views: 837

Re: VLC resize issue using MobileVLCKit library

I will try to update the demo project to reproduce this issue. If I manage to do that I will put it in Github.
Thanks
by pvms78
01 Oct 2015 21:35
Forum: VLC for iOS, iPadOS and Apple TV
Topic: VLC resize issue using MobileVLCKit library
Replies: 6
Views: 837

Re: VLC resize issue using MobileVLCKit library

Could you confirm that the files has been uploaded correctly?
Thank you
by pvms78
22 Sep 2015 22:11
Forum: VLC for iOS, iPadOS and Apple TV
Topic: VLC resize issue using MobileVLCKit library
Replies: 6
Views: 837

Re: VLC resize issue using MobileVLCKit library

Hi, I've uploaded the file. Name IMG_0268.MOV. Added the description found in this thread. Can you see this file?
thank you
by pvms78
16 Sep 2015 13:13
Forum: VLC for iOS, iPadOS and Apple TV
Topic: VLC resize issue using MobileVLCKit library
Replies: 6
Views: 837

VLC resize issue using MobileVLCKit library

I am working on an application that uses MobileVLCKit for iOS that show many videos of live/recorded cameras. The application have the ability to show multiple videos or a single video feed. During this transition from multi-view to single-view, we make the UIView were the video is playing match ful...
by pvms78
16 Sep 2015 13:07
Forum: VLC for iOS, iPadOS and Apple TV
Topic: VLCAudio class support
Replies: 12
Views: 1218

Re: VLCAudio class support

Hi, sorry for the delay. I have been overwhelmed by work and could not write this patch. Will do as soon as I can.
Thank you
by pvms78
02 Sep 2015 14:56
Forum: VLC for iOS, iPadOS and Apple TV
Topic: VLCAudio class support
Replies: 12
Views: 1218

Re: VLCAudio class support

Hi,
Ok. Will provide the patch until tomorrow.
It changes the audiounit_ios module from C-file to M-file. This way, it removes some deprecated methods.
Thank you
by pvms78
01 Sep 2015 20:46
Forum: VLC for iOS, iPadOS and Apple TV
Topic: VLCAudio class support
Replies: 12
Views: 1218

VLCAudio class support

Hi, Could you consider returning, in master branch, the VLCAudio support? I am developing an application with multiple videos with audio and I want to play the audio of the one that is currently selected. I made a modification in the code, that I could share if you like, that enables the application...
by pvms78
02 Jun 2015 18:56
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Setting VLCKit buffer size
Replies: 2
Views: 3197

Re: Setting VLCKit buffer size

Hi,
I would like to adjust the buffer size on the fly. I have noticed that application increases if necessary the buffer based on network streaming.
Two questions?
Is it possible to disable this feature?
Is it possible to manually decrease and increase the network caching (pts_delay)?
Thank you
by pvms78
13 May 2015 06:31
Forum: VLC for iOS, iPadOS and Apple TV
Topic: MobileVLCKit issues
Replies: 10
Views: 1097

Re: MobileVLCKit issues

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...
by pvms78
06 May 2015 17:26
Forum: VLC for iOS, iPadOS and Apple TV
Topic: MobileVLCKit issues
Replies: 10
Views: 1097

Re: MobileVLCKit issues

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.
by pvms78
05 May 2015 14:36
Forum: VLC for iOS, iPadOS and Apple TV
Topic: MobileVLCKit issues
Replies: 10
Views: 1097

Re: MobileVLCKit issues

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?
by pvms78
05 May 2015 04:22
Forum: VLC for iOS, iPadOS and Apple TV
Topic: MobileVLCKit issues
Replies: 10
Views: 1097

Re: MobileVLCKit issues

Hi,
The video codec is:
H264 - MPEG-4 AVC (part 10) (h264)

Thank you,
by pvms78
30 Apr 2015 13:38
Forum: VLC for iOS, iPadOS and Apple TV
Topic: MobileVLCKit issues
Replies: 10
Views: 1097

Re: MobileVLCKit issues

FFMPEG. Should I use a previous version?
by pvms78
24 Apr 2015 01:36
Forum: VLC for iOS, iPadOS and Apple TV
Topic: MobileVLCKit issues
Replies: 10
Views: 1097

MobileVLCKit issues

Hi, I am using MobileVLCKit in an application and I want to use the latest version ( http://nightlies.videolan.org/build/ios/MobileVLCKit-UniversalBinary-20150406-0541.zip ). However, I get packet loss and some green rectangles. https://www.dropbox.com/s/dzeatl9blpj3coq/screenshot.png?dl=0 My previo...
by pvms78
05 Nov 2014 15:34
Forum: VLC for Android and Chrome OS
Topic: How to achive more than one playing videos in one screen
Replies: 8
Views: 880

Re: How to achive more than one playing videos in one screen

Hi, I've created 2 patches to allow multiple videos to play with libvlc for Android. You can check them at https://github.com/coderReview/Android-VLC-Patches. They are still under development.
I still haven't test with hardware accelaration. Any help with that is more than welcome.
Thank you.
by pvms78
09 Oct 2014 14:48
Forum: VLC for Android and Chrome OS
Topic: How to achive more than one playing videos in one screen
Replies: 8
Views: 880

Re: How to achive more than one playing videos in one screen

I think you are referring to me. I've made a few patches already to allow multiple videos. I was wondering if you could start a new branch so we could focus in the development of this functionality.
Thank you
by pvms78
08 Oct 2014 18:37
Forum: VLC for Android and Chrome OS
Topic: How to achive more than one playing videos in one screen
Replies: 8
Views: 880

Re: How to achive more than one playing videos in one screen

Hi, I have a initial working version that supports multiple videos. Is there a possibility to initiate a branch from the main trunk to add this functionality and people can work on that as well ?
Thank you
by pvms78
26 Sep 2014 02:43
Forum: VLC for iOS, iPadOS and Apple TV
Topic: vlckit doesn't compile for Simulator on OSX 10.9.4
Replies: 6
Views: 2653

Re: vlckit doesn't compile for Simulator on OSX 10.9.4

Update extras/package/ios/build.sh file: diff --git a/extras/package/ios/build.sh b/extras/package/ios/build.sh index 3247859..772e3b5 100755 --- a/extras/package/ios/build.sh +++ b/extras/package/ios/build.sh @@ -3,8 +3,8 @@ set -e PLATFORM=OS VERBOSE=no -SDK_VERSION=7.0 -SDK_MIN=5.1 +SDK_VERSION=8...
by pvms78
16 Sep 2014 16:07
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Crash on app using MobileVLCKit framework in iPad Mini
Replies: 0
Views: 546

Crash on app using MobileVLCKit framework in iPad Mini

Hi, I am experiencing the following crash when using MobileVLCKit framework. The app is running in a iPad Mini and has multiple videos playing in parallel (app name was removed): Thread 60 Crashed: 0 libsystem_kernel.dylib 0x3b05d1f0 __pthread_kill + 8 1 libsystem_pthread.dylib 0x3b0c7792 pthread_ki...
by pvms78
27 Aug 2014 12:29
Forum: General VLC media player Troubleshooting
Topic: Can I play back at 1 fps
Replies: 4
Views: 2206

Re: Can I play back at 1 fps

Hi,
Is the plaback at low frame rates still an issue in VLC player ?
Thank you
by pvms78
17 May 2014 04:54
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Issue with .mm files
Replies: 1
Views: 362

Issue with .mm files

When trying to use a .mm with MobileVLCKit I get the following error: https://drive.google.com/file/d/0B8YtA87h3B91cTlGYmFnWE9yc0lULVVLTHdjMFFaUmNRMUxv/edit?usp=sharing Had to change VLCMediaListPlayer.h to: /** * VLCRepeatMode * (don't repeat anything, repeat one, repeat all) */ typedef NS_ENUM(NSI...
by pvms78
27 Mar 2014 21:17
Forum: VLC for iOS, iPadOS and Apple TV
Topic: MobileVLCKit iOS compilation
Replies: 4
Views: 838

Re: MobileVLCKit iOS compilation

Hi, I've asked that because right now VLC is using libav. I want to use FFMPEG.

Go to advanced search