
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (62)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Liste des distributions compatibles
26 avril 2011, parLe tableau ci-dessous correspond à la liste des distributions Linux compatible avec le script d’installation automatique de MediaSPIP. Nom de la distributionNom de la versionNuméro de version Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
Si vous souhaitez nous aider à améliorer cette liste, vous pouvez nous fournir un accès à une machine dont la distribution n’est pas citée ci-dessus ou nous envoyer le (...)
Sur d’autres sites (6491)
-
compile FFmpeg → Android { error : crtend_android.o : No such file or directory }
22 mars 2013, par Jason TsaiI'm trying to complie FFmpeg on Android 4.0 (SAMSUNG GT-3113), and I meet an error when I try to get config.h and config.mak files.
I'm using android-ndk-r8d and cygwin.The config.sh file which I created is followed :
#!/bin/bash
PREBUILT=${ndk}/toolchains/arm-linux-androideabi-4.7/prebuilt/windows
PLATFORM=android-14
ARCH=--arch=arm
./configure \
${ARCH} \
--target-os=linux --enable-cross-compile --cross-prefix=${PREBUILT}/bin/arm-linux-androideabi- \
--extra-cflags=" -fPIC -DANDROID -std=c99 " \
--enable-version3 \
--enable-gpl \
--enable-nonfree \
--disable-stripping \
--disable-ffmpeg\
--disable-ffplay\
--disable-ffserver\
--disable-ffprobe \
--disable-encoders \
--disable-muxers \
--disable-devices \
--disable-protocols \
--enable-protocol=file \
--enable-avfilter \
--disable-network \
--disable-avdevice \
--disable-asm \
--enable-neon \
--enable-armv5te \
--sysinclude=${ndk}/platforms/${PLATFORM}/arch-arm/usr/include \
--extra-ldflags="-Wl,-rpath-link=${NDK_ROOT}/platforms/${PLATFORM}/arch-arm/usr/lib
-L${ndk}/platforms/${PLATFORM}/arch-arm/usr/lib -nostdlib
${ndk}/platforms/${PLATFORM}/arch-arm/usr/lib/crtbegin_static.o
${ndk}/platforms/${PLATFORM}/arch-arm/usr/lib/crtend_android.o -lc -lm -ldl "After I run the config.sh with cygwin,it shows
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames/home/jason_tsai/android-ndk-r8d/toolchains/arm-linux-androideabi-4.7/prebuilt/windows/bin/arm-linux-androideabi-gcc is unable to create an executable file.C compiler test failed.I looked the logfile and it said
arm-linux-androideabi-gcc.exe : error : /home/jason_tsai/android-ndk-r8d/platforms/android-14/arch-arm/usr/lib/crtend_android.o : No such file or directory
C compiler test failed.I'm really very confusing.
Any help will be appreciated. Thanks !! -
Android FFMPEG library crashes on Lollipop
27 juillet 2015, par Laurent GorseI’m using this open-source library to encode RTMP streams for my live streaming app :
https://github.com/cine-io/cineio-broadcast-android
The library is based on FFMPEG with libRTMP, and is open-source. It build the following native shared library :
https://github.com/cine-io/ffmpegbridgeWhich relies on this :
https://github.com/cine-io/android-ffmpeg-with-rtmpThe issue is Lollipop compatibility. There’s a notorious issue where libraries need to be recompiled with PIE, but usually the thrown error is specific and states that "all binaries must be compiled with PIE".
However, as soon as I start streaming on Android 5.+, this is the error I get from the backtrace :
D/CrashAnrDetector( 903): Build: samsung/klteuc/klteatt:5.0/LRX21T/G900AUCU4BOF2:user/release-keys
D/CrashAnrDetector( 903): Hardware: MSM8974
D/CrashAnrDetector( 903): Revision: 14
D/CrashAnrDetector( 903): Bootloader: G900AUCU4BOF2
D/CrashAnrDetector( 903): Radio: unknown
D/CrashAnrDetector( 903): Kernel: Linux version 3.4.0-4432708 (dpi@SWDD6014) (gcc version 4.8 (GCC) ) #1 SMP PREEMPT Thu Jun 18 17:58:46 KST 2015
D/CrashAnrDetector( 903):
D/CrashAnrDetector( 903): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
D/CrashAnrDetector( 903): Build fingerprint: 'samsung/klteuc/klteatt:5.0/LRX21T/G900AUCU4BOF2:user/release-keys'
D/CrashAnrDetector( 903): Revision: '14'
D/CrashAnrDetector( 903): ABI: 'arm'
D/CrashAnrDetector( 903): pid: 18365, tid: 18877, name: FFmpeg >>> com.streem.mobile.android <<<
D/CrashAnrDetector( 903): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x68
D/CrashAnrDetector( 903): r0 00000000 r1 9c9c1038 r2 00000003 r3 80000000
D/CrashAnrDetector( 903): r4 00017002 r5 9c9e2a64 r6 a0c46400 r7 afb6d400
D/CrashAnrDetector( 903): r8 00000002 r9 00000002 sl b3b6a680 fp 00000000
D/CrashAnrDetector( 903): ip b3b70100 sp 9f88f838 lr 9c8bafa8 pc 9c898438 cpsr 600f0010
D/CrashAnrDetector( 903): d0 0000000000000000 d1 0000000000000000
D/CrashAnrDetector( 903): d2 6572745356412074 d3 5f656d69742e6d61
D/CrashAnrDetector( 903): d4 0000000000000000 d5 0000000300000004
D/CrashAnrDetector( 903): d6 0000000000000000 d7 ffff000000000000
D/CrashAnrDetector( 903): d8 c3d80000c4ca8000 d9 3f8000003f800000
D/CrashAnrDetector( 903): d10 0000000000000000 d11 0000000000000000
D/CrashAnrDetector( 903): d12 0000000000000000 d13 0000000000000000
D/CrashAnrDetector( 903): d14 0000000000000000 d15 0000000000000000
D/CrashAnrDetector( 903): d16 564120676e697355 d17 632e6d6165727453
D/CrashAnrDetector( 903): d18 6d69742e6365646f d19 6120657361625f65
D/CrashAnrDetector( 903): d20 656d697420612073 d21 6e69682065736162
D/CrashAnrDetector( 903): d22 656874206f742074 d23 6920726578756d20
D/CrashAnrDetector( 903): d24 0000000000000000 d25 0000000000000000
D/CrashAnrDetector( 903): d26 0001000100010001 d27 0002000100010001
D/CrashAnrDetector( 903): d28 0080008000800080 d29 0080008000800080
D/CrashAnrDetector( 903): d30 0800080008000800 d31 0800080008000800
D/CrashAnrDetector( 903): scr 20000011
D/CrashAnrDetector( 903):
D/CrashAnrDetector( 903): backtrace:
D/CrashAnrDetector( 903): #00 pc 00038438 /data/app/com.streem.mobile.android-2/lib/arm/libavformat-56.so (avio_write)
D/CrashAnrDetector( 903): #01 pc 0005afa4 /data/app/com.streem.mobile.android-2/lib/arm/libavformat-56.so
D/CrashAnrDetector( 903):
D/CrashAnrDetector( 903): stack:
D/CrashAnrDetector( 903): 9f88f7f8 afb6d400
D/CrashAnrDetector( 903): 9f88f7fc 00000004
D/CrashAnrDetector( 903): 9f88f800 00000001
D/CrashAnrDetector( 903): 9f88f804 b3b6a680
D/CrashAnrDetector( 903): 9f88f808 00000000
D/CrashAnrDetector( 903): 9f88f80c b6f34a9d /system/lib/libc.so (posix_memalign+12)
D/CrashAnrDetector( 903): 9f88f810 7fffffdf /dev/ashmem/dalvik-alloc-space-gap (deleted)
D/CrashAnrDetector( 903): 9f88f814 9ee5393c /data/app/com.streem.mobile.android-2/lib/arm/libavutil-54.so (av_malloc+80)
D/CrashAnrDetector( 903): 9f88f818 9c9e2a64 /data/app/com.streem.mobile.android-2/lib/arm/libavformat-56.so
D/CrashAnrDetector( 903): 9f88f81c b3bf1cd0
D/CrashAnrDetector( 903): 9f88f820 00017002
D/CrashAnrDetector( 903): 9f88f824 b3bf1cd0
D/CrashAnrDetector( 903): 9f88f828 b3b70128
D/CrashAnrDetector( 903): 9f88f82c 00017002
D/CrashAnrDetector( 903): 9f88f830 9c9e2a64 /data/app/com.streem.mobile.android-2/lib/arm/libavformat-56.so
D/CrashAnrDetector( 903): 9f88f834 9c8baf54 /data/app/com.streem.mobile.android-2/lib/arm/libavformat-56.so
D/CrashAnrDetector( 903): #00 9f88f838 00000000
D/CrashAnrDetector( 903): ........ ........
D/CrashAnrDetector( 903): #01 9f88f838 00000000
D/CrashAnrDetector( 903): 9f88f83c 00000019
D/CrashAnrDetector( 903): 9f88f840 afb6d400
D/CrashAnrDetector( 903): 9f88f844 9c9c11f0 /data/app/com.streem.mobile.android-2/lib/arm/libavformat-56.so
D/CrashAnrDetector( 903): 9f88f848 9c9c1110 /data/app/com.streem.mobile.android-2/lib/arm/libavformat-56.so
D/CrashAnrDetector( 903): 9f88f84c 9c9c109c /data/app/com.streem.mobile.android-2/lib/arm/libavformat-56.so
D/CrashAnrDetector( 903): 9f88f850 7fffffff /dev/ashmem/dalvik-alloc-space-gap (deleted)
D/CrashAnrDetector( 903): 9f88f854 00000000
D/CrashAnrDetector( 903): 9f88f858 b3bbcba8
D/CrashAnrDetector( 903): 9f88f85c 00000000
D/CrashAnrDetector( 903): 9f88f860 a0c46874
D/CrashAnrDetector( 903): 9f88f864 9c9cf9d4 /data/app/com.streem.mobile.android-2/lib/arm/libavformat-56.so
D/CrashAnrDetector( 903): 9f88f868 a0c46400
D/CrashAnrDetector( 903): 9f88f86c 00000001
D/CrashAnrDetector( 903): 9f88f870 b3b70100
D/CrashAnrDetector( 903): 9f88f874 00000019
D/CrashAnrDetector( 903):
D/CrashAnrDetector( 903): memory near r1:
D/CrashAnrDetector( 903): 9c9c1018 00000000 6f6e6749 676e6972 74656d20
D/CrashAnrDetector( 903): 9c9c1028 74616461 6f662061 73252072 0000000a
D/CrashAnrDetector( 903): 9c9c1038 00564c46 6d207461 2074736f 20656e6f
D/CrashAnrDetector( 903): 9c9c1048 65646976 7473206f 6d616572 20736920
D/CrashAnrDetector( 903): 9c9c1058 70707573 6574726f 6e692064 766c6620
D/CrashAnrDetector( 903): 9c9c1068 0000000a 63207325 6365646f 20732520
D/CrashAnrDetector( 903): 9c9c1078 20746f6e 706d6f63 62697461 7720656c
D/CrashAnrDetector( 903): 9c9c1088 20687469 0a766c66 00000000 65646956
D/CrashAnrDetector( 903): 9c9c1098 0000006f 6978754d 5620676e 69203650
D/CrashAnrDetector( 903): 9c9c10a8 6c66206e 69772076 70206c6c 75646f72
D/CrashAnrDetector( 903): 9c9c10b8 66206563 7070696c 76206465 6f656469
D/CrashAnrDetector( 903): 9c9c10c8 206e6f20 79616c70 6b636
D/CrashAnrDetector( 903): processName:com.streem.mobile.android
D/CrashAnrDetector( 903): broadcastEvent : com.streem.mobile.android SYSTEM_TOMBSTONEI’d appreciate any help available in debugging the issue.
-
Video recorded using Kurento is corrupted
10 avril 2023, par Pranjal LambaWe are using Kurento media server v6.6.1 to record a video conference. The web app client which runs on Chrome(Windows, OSX, Android) is using a modified version of one-to-one-call-advanced Kurento sample and the second client is an Android native application which is using Nubomedia webrtcpeer v1.1.1. Nubomedia webrtcpeer uses LibJingle built by io.pristine v11139(released on December 2015). The video and audio is recorded in two separate recorder endpoints by Kurento.


Video conference recordings generated using web app client/s are working properly. But sometimes the video generated using native application contains all the frames within initial few seconds. Please find below download link for the problematic video generated by our Android native application,


https://drive.google.com/file/d/1vOVk8hPuP_iOlQfsmMoqZLhICy-Jpcee/view?usp=sharing


We are testing this feature on a range of Android devices, Nexus 5(Android 6.0.1), Nexus 6(Android 7.1.1), Sony Xperia Z Tablet(Android 6.0.1), Samsung Galaxy Tab A(Android 5.0), OnePlus 3(Android 7.1.1), Xiaomi A1(Android 7.1.1). The issue randomly starts occurring on a bunch of these devices while the others work properly and vice-versa.


We are recording the videos with the following constraints,


Web app client


Minimum video width : 32

Minimum video height : 32

Maximum video width : 320

Maximum video height : 320

Minimum framerate : 1

Maximum framerate : 15

Video container format : MP4

Video codec : H.264

Audio codec : AAC

Android native client


Minimum video width : 32

Minimum video height : 32

Maximum video width : 480

Maximum video height : 640

Minimum framerate : 1

Maximum framerate : 25

Video container format : MP4

Video codec : H.264

Audio codec : Opus