Search found 15 matches

Go to advanced search

by Ltty
25 Jun 2015 16:01
Forum: Development around libVLC
Topic: Unable to build LibVLC tag 1.4.1
Replies: 3
Views: 656

Re: Unable to build LibVLC tag 1.4.1

Doesn't VLC configure its own toolchain with custom environment scripts in the NDK? I am building on a MAC, so I have clang installed on it. Everything worked so far until I changed from tag 1.3.x to 1.4.1.
by Ltty
24 Jun 2015 13:24
Forum: Development around libVLC
Topic: Unable to build LibVLC tag 1.4.1
Replies: 3
Views: 656

Unable to build LibVLC tag 1.4.1

Hi guys, I am unable to build the VLC tag 1.4.1. I am doing a clean checkout for all libraries, all tools are up-to-date. This the error I get. Any ideas on how to resolve this issue? libvlc configuration -------------------- version : 3.0.0-git system : linux architecture : arm optimizations : yes ...
by Ltty
16 Jun 2015 09:50
Forum: Development around libVLC
Topic: Unable to build VLC-Android
Replies: 9
Views: 792

Re: Unable to build VLC-Android

Same issue here. All tools are up to date. Any help will be appreciated.
by Ltty
31 Mar 2015 10:51
Forum: Development around libVLC
Topic: Compile error with LibVLC 1.2.*
Replies: 4
Views: 713

Compile error with LibVLC 1.2.*

Hi, currently we are unable to build the Android LibVLC tags for versions 1.2.*. We get the following error, any idea what's wrong here? We do a clean checkout of the tag. make[4]: *** [access/imem-access.lo] Error 1 make[4]: *** Waiting for unfinished jobs.... In file included from ../../include/vl...
by Ltty
04 Mar 2015 15:45
Forum: VLC for Android and Chrome OS
Topic: ARMv8_x64 crashes in 1.1.2
Replies: 3
Views: 553

Re: ARMv8_x64 crashes in 1.1.2

Yes, but why does it only occur on x64? Is it a bug in libVLC?
by Ltty
03 Mar 2015 16:03
Forum: VLC for Android and Chrome OS
Topic: ARMv8_x64 crashes in 1.1.2
Replies: 3
Views: 553

ARMv8_x64 crashes in 1.1.2

Hi, we are trying to stream an HLS stream on a Nexus 9 with libVLC and the armv8_x64 configuration. Whenever the stream starts, the app seams to die. Other processors on other devices work well. Any idea what the issue is? 03-03 09:40:39.829 I/VLC ( 7901): [000000559d68f630] httplive stream: HTTP Li...
by Ltty
22 Oct 2014 09:48
Forum: VLC for Android and Chrome OS
Topic: Building VLC for arm64-v8a
Replies: 1
Views: 364

Building VLC for arm64-v8a

Hey guys, can somebody tell me what configurations you use to build VLC for arm64-v8a? Do I need a x64 version of my OS (based on the error below I would suspect it)? Which NDK should I use (tried with android-ndk-r10c-darwin-x86_64)? Everytime I build, I get the following error: checking build syst...
by Ltty
16 Oct 2014 14:26
Forum: VLC for Android and Chrome OS
Topic: [Sovled] Unable to compile current VLC master
Replies: 3
Views: 369

Re: Unable to compile current VLC master

I tried again, did a clean checkout of the repository's master and the old error is gone, but now it seems that it is stuck in a loop, I get these few lines, which repeat until I finally stop the building process: make[1]: Entering directory `/home/dev/dev/vlc_sdk/vlc/contrib/contrib-android-arm-lin...
by Ltty
15 Oct 2014 14:49
Forum: VLC for Android and Chrome OS
Topic: [Sovled] Unable to compile current VLC master
Replies: 3
Views: 369

[Sovled] Unable to compile current VLC master

Hey guys, not sure if anybody else is having this issue, but since the latest checkout (master), I am unable to compile VLC. It seems that there is an issue with the omx and/or mediacodec: SharedLibrary : libvlcjni.so ../../modules/codec/omxil/omxil.c:918: error: undefined reference to 'myVm' ../../...
by Ltty
11 Aug 2014 13:11
Forum: Development around libVLC
Topic: Https playback on Android
Replies: 2
Views: 593

Https playback on Android

I am using a self-signed certificate on a webserver, which provides access to a HLS live stream using Https. However, because of GNUTLS, the self-signed certificate will not be accepted. I know that there is the --no-check-certificate option in GNUTLS. However, I am unable to use this in VLC. Does a...
by Ltty
17 Jan 2014 13:03
Forum: VLC for Android and Chrome OS
Topic: HLS Live Streaming Performance
Replies: 8
Views: 700

Re: HLS Live Streaming Performance

Okay, I am using the ARMv7 build so that shouldn't be the problem. I'm starting to think that the provided ts files are maybe corrupted because I don't experience this issue for different m3u8. Is the decoder waiting at some point if sequence numbers are corrupted or if any specific information is m...
by Ltty
17 Jan 2014 11:03
Forum: VLC for Android and Chrome OS
Topic: HLS Live Streaming Performance
Replies: 8
Views: 700

Re: HLS Live Streaming Performance

Hi, I produced a log file for a few seconds of video playback. Device was an HTC One with Android 4.3. You can download the log from here as it is too large to post it directly in here: https://dl.dropboxusercontent.com/u/12647354/vlc_android_log.txt I figured out that it also starts to stutter and ...
by Ltty
15 Jan 2014 12:36
Forum: VLC for Android and Chrome OS
Topic: HLS Live Streaming Performance
Replies: 8
Views: 700

Re: HLS Live Streaming Performance

Yes, I can without any issues or stuttering. It also works on Android, however the performance is not good. Getting these huge delays as previously mentioned, even on high-end devices.
by Ltty
14 Jan 2014 13:04
Forum: VLC for Android and Chrome OS
Topic: HLS Live Streaming Performance
Replies: 8
Views: 700

Re: HLS Live Streaming Performance

This is the information I get from the m3u8 file: Duration: 00:00:00.02, start: 1248.215467, bitrate: 131 kb/s Stream #0:0: Video: h264 (High) (HDMV / 0x564D4448), yuvj420p, 432x240 [SAR 1:1 DAR 9:5], 25 fps, 25 tbr, 90k tbn, 50 tbc Stream #0:1: Audio: aac ([15][0][0][0] / 0x000F), 48000 Hz, stereo,...
by Ltty
13 Jan 2014 16:00
Forum: VLC for Android and Chrome OS
Topic: HLS Live Streaming Performance
Replies: 8
Views: 700

HLS Live Streaming Performance

Hi, we're actually trying to use LibVLC on Android for HLS live streaming of the GoPro preview, which is actually a H264 encoded stream. Compiling the project for Android and streaming any MP4 file works well. However, live preview from a m3u8 playlist does not play smoothly. Android reports that th...

Go to advanced search