Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (108)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (12062)

  • udp : Fix receiving RTP data over multicast

    9 mai 2011, par Martin Storsjö

    udp : Fix receiving RTP data over multicast

  • udp : Fix receiving RTP data over multicast

    9 mai 2011, par Martin Storsjö

    udp : Fix receiving RTP data over multicast

  • Giving FFmpeg access to my app's data directory ?

    5 novembre 2015, par jgads

    I’m working with one of the many Android FFmpeg libraries on GitHub, which each involve an NDK wrapper around a C binary. I’m trying to give other apps access to the video file I have edited with FFmpeg (and saved in External Storage), but at least on Android 6.0, the new permissions system prevents them from being able to access the shared file unless they themselves have the External Storage permission granted. The solution here would be to use content providers to open up a directory for other apps to access. However...

    My FFmpeg binary is contained within the app’s data directory, but it fails when I try to access or modify a video file saved there. As mentioned above, it has no problem accessing external storage.

    Is there a way to give FFmpeg access to my app’s data directory, giving it read and write permissions ? Would naming the library with the same package name do the trick ?

    Any ideas ? Thanks for any advice !