Recherche avancée

Médias (91)

Autres articles (50)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

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

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

Sur d’autres sites (10087)

  • HLS encrypted AES-128 - IOS device problem

    15 novembre 2024, par Sergio Mitrione

    I encrypted our HLS movie in AES-128. 
On all devices it works but on IOS (iphone and Ipad) no.

    



    below is my m3u8 file

    



    #EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:2
#EXT-X-MEDIA-SEQUENCE:0
#EXT-X-PLAYLIST-TYPE:VOD
#EXT-X-KEY:METHOD=AES-128,URI="https://xxxx/xxxx/xxxxx/x/xxxxx/xxxxxx/xxxxxx.key",IV=0x4d347130965af9bba4349829013bb440
#EXTINF:2.000000,
1_1080p_000.ts
#EXTINF:2.000000,
1_1080p_001.ts
#EXTINF:2.000000,
1_1080p_002.ts
#EXTINF:2.000000,

    …

.


    



    has anyone had the same problem and can tell me how to solve it ?
Thank you

    


  • how to run "3gp, FLV, avi" video format in AVPLAYER or MPMoviePlayerViewController in iOS ?

    8 mai 2015, par Jenifer

    I need to play 3gp, FLV, avi Video file format in my application.
    I had searched lot about it.

    Got some library like "FFmpeg" Library. But could not find any sample code for it.

    Any other ways for it are also appreciated.

    Does any body have done it before ?

    I am even not sure that if it is possible or not in iOS.

    Please give me solution for it.

    UPDATE :

    I tried one 3gp Video in my AVquePlaye but it is not play in my code,

    While i use same Video in WhatsApp in my iPhone, Surprisingly video is playing there.

  • how to restream rtsp h264 as "live dvr" for iOs using ffserver ?

    18 mai 2017, par mojovski

    I would like to grab an existing stream from an IP-Camera delivering h264 encoded rtsp stream and restream it for iPhone/Ipad, where the user would have the opportunity to jump back in time for aprox. 1 minute. And later jump back to the "live" feed.

    Actually I would like to do the same as in wowza (http://www.wowza.com/addons/wowza-ndvr-addon) but with ff** software.

    Thank you for all your hints !