Recherche avancée

Médias (0)

Mot : - Tags -/protocoles

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (67)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

Sur d’autres sites (8848)

  • Video won't play with Android's native MediaPlayer, however it plays with Dropbox's video player

    12 novembre 2014, par Nachi

    I’m having trouble playing a certain .3gp file (from a Dropbox link) with Android’s MediaPlayer. However the file magically plays without problems from the Dropbox Android app.

    I’m trying to play it using this :

    Intent intent = new Intent(android.content.Intent.ACTION_VIEW);
    intent.setData(Uri.parse("https://www.dropbox.com/s/zpiqwmxka6llavt/SketchyFile.3gp"));
    startActivity(intent);

    and my manifest contains

    which gives a "Can’t play this video" error.

    error-screenshot

    Logcat shows :

    I/NuCachedSource2(89): new range: offset= 2245017
    I/ChromiumHTTPDataSource(89): connect to https://dl.dropbox.com/0/view/a1crokuhpprsaeo/SketchyFile.3gp @2245017
    I/NuCachedSource2(89): ERROR_END_OF_STREAM
    E/MediaPlayer(3629): error (1, -2147483648)
    E/MediaPlayer(3629): Error (1,-2147483648)
    D/VideoView(3629): Error: 1,-2147483648

    If I try to play it from the Dropbox Android app, Dropbox’s video player has no problem playing it.

    dropbox-success-screenshot

    According to ffmpeg’s ffprobe tool I could verify that the media type is not something exotic to Android.

    Is Dropbox performing some weird transcoding voodoo and is there a way I can make this work in a similar way ?

    EDIT : Here’s some more insight into DropBox’s encoding voodoo.

  • FFmpeg and Android encoding issue

    4 décembre 2012, par brux

    I compiled ffmpeg for Android. The executable works from the device terminal and I can do normal video operations. I am trying to join 2 mpeg files captured using the camera at the command line on the device.

    First I Capture 2 videos using the camera and save to sdcard, one.mpeg and two.mpeg. Then I do :

    ffmpeg -i one.mpeg onenew.mpeg
    ffmpeg -i twompg.mpeg twonew.mpeg

    (if i dont do the above 2 commands then it doesnt work at all)

    cat onenew.mpeg twonew.mpeg > joined.mpeg
    ffmpeg -i joined.mpeg -acodec copy -vcodec copy final.mpeg

    The output (final.mpeg) doesnt play on the device but if i copy to my linux desktop it opens up and plays fine. I tested final.mpeg on a 2.3.3 device and a 2.3.6 device.

    Anyone know why the device would fail to play the video file ?

    UPDATE
    My friend tested the video on a device running 3.0, the default player never played the video however 'moboplayer' did, I need it to play on the default player though.

  • What are open source ffmpeg players for iOS/Android ?

    24 avril 2013, par jAckOdE

    I have been searching for open source ffmpeg player, and I found somes. But I think there is a lot more out there. If you know one, please drop a line in the comment or answer. I'm working on iOS but really want to look further to see what has been made for Android

    Here are what i found :

    1. Mooncatventures group
      https://github.com/mooncatventures-group

    2. KxMoviePlayer (use OpenGLES, Core Audio)
      https://github.com/kolyvan/kxmovie

    3. FFmpeg for ios (with OpenGLES, AudioQueue)
      https://github.com/flyhawk007/FFmpeg-for-iOS.git

    4. iFrameExtractor
      https://github.com/lajos/iFrameExtractor.git