Search found 6 matches

Go to advanced search

by rraayy1111
27 Apr 2017 08:34
Forum: VLC for Android and Chrome OS
Topic: demux.c will be reload when compile
Replies: 1
Views: 219

Re: demux.c will be reload when compile

ok.... I see the problem..
when I use "release", it will reset the code..Orz
-----
if [ "$RELEASE" = 1 ]; then
git reset --hard ${TESTED_HASH}
fi
-----
by rraayy1111
27 Apr 2017 05:33
Forum: VLC for Android and Chrome OS
Topic: demux.c will be reload when compile
Replies: 1
Views: 219

demux.c will be reload when compile

Hi all, In the vlc 2.0.6 I can modify the vlc/modules/demux/avformat/demux.c and add the probe size to reduce the latency and loading time. My streaming is h264/aac using rtmp. But now the vlc 2.1.5~2.1.6 seems the files in vlc/module cannot be editable? The files will be replace to the original aft...
by rraayy1111
09 Feb 2017 09:21
Forum: VLC for Android and Chrome OS
Topic: Unable to play rtmp streaming
Replies: 2
Views: 5126

Re: Unable to play rtmp streaming

using the nightly build apk got NullPointerException... anyone can help ? `02-09 16:09:12.109 W/VLC: [0000007f7951c308/5fe] ps demux: garbage at input, trying to resync... 02-09 16:09:12.110 W/VLC: [0000007f7951c308/5fe] ps demux: found sync code 02-09 16:09:12.143 I/VLC/medialibrary: ../src/MediaLi...
by rraayy1111
07 Feb 2017 07:24
Forum: VLC for Android and Chrome OS
Topic: Unable to play rtmp streaming
Replies: 2
Views: 5126

Unable to play rtmp streaming

1. I fetch the code from github(https://wiki.videolan.org/AndroidCompile) and rebuild the code using "compile.sh release" 2. I can success the compile and get the libvlc-3.0.0-2.1.0.aar from libvlc/outputs/aar 3. I import the aar file in my Android app, but the rtmp streaming cannot play. ...
by rraayy1111
01 Nov 2016 06:28
Forum: Development around libVLC
Topic: Android compile issue
Replies: 8
Views: 2991

Re: Android compile issue

still have problem using fdb66fbfbbc2fe44596a9b0fcd1f75fd91e58c6a [armeabi-v7a] SharedLibrary : libvlc.so ../../modules/arm_neon/volume.c:49: error: undefined reference to 'vlc_CPU' ../../modules/audio_filter/channel_mixer/simple_neon.h:54: error: undefined reference to 'vlc_CPU' ../../modules/audio...
by rraayy1111
26 Oct 2016 14:01
Forum: Development around libVLC
Topic: Android compile issues (clang)
Replies: 10
Views: 3173

Re: Android compile issues (clang)

Hi Jean-Baptiste I compiling HEAD with sdk 24.1.1 ndk r13 with Ubuntu 16.04 64bit always get the below error message [armeabi-v7a] Install : libvlcjni.so => libs/armeabi-v7a/libvlcjni.so [armeabi-v7a] Install : libc++_shared.so => libs/armeabi-v7a/libc++_shared.so make: Leaving directory `/home/ray/...

Go to advanced search