Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (65)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • 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 (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (9473)

  • Revision 15a36a0a0d : Renaming vp9_short_idct10_16x16 to vp9_short_idct16x16_10. Making function name

    26 septembre 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/common/arm/neon/vp9_idct16x16_neon.c


     Modify /vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm


     Modify /vp9/common/vp9_idct.c


     Modify /vp9/common/vp9_rtcd_defs.sh


     Modify /vp9/common/x86/vp9_idct_intrin_sse2.c


     Modify /vp9/decoder/vp9_idct_blk.c


     Modify /vp9/encoder/vp9_encodemb.c



    Renaming vp9_short_idct10_16x16 to vp9_short_idct16x16_10.

    Making function name consistent with vp9_short_idct16x16 and
    vp9_short_idct16x16_1.

    Change-Id : I70e54be9e6b9a1dddab0de470686591e96d05517

  • Revision 403719963e : Converting disable_inter_mode_mask to inter_mode_mask. Making this consistent w

    29 mai 2014, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/encoder/vp9_pickmode.c


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_speed_features.c


     Modify /vp9/encoder/vp9_speed_features.h



    Converting disable_inter_mode_mask to inter_mode_mask.

    Making this consistent with intra mode masks : you need to specify
    allowed inter/intra modes to use.

    Change-Id : Iaecd28bf79047259707d8e7a59a57bb7b856383e

  • iOS local host RTMP server

    16 septembre 2020, par estoril

    I have been tasked with creating an iPad application, iOS 12.3 latest support, to run as a local RTMP server. Purpose being, external devices connect to this local RTMP server on iOS iPad, either via the iPad's wifi connection or enabled hotspot, and playback the display of external devices (mirror) onto the iPad.

    


    I have been successful with creating a local host HTTP server, but upon connecting with external devices the local server on the iPad quits.

    


    I will be using open source software for decoding and playback of video feed such as vlc or ffmpeg, but need guidance on an iPhone local host implementation, such as https://github.com/sallar/mac-local-rtmp-server for a mac.

    


    Any help would be greatly appreciated !