Recherche avancée

Médias (1)

Mot : - Tags -/ogv

Autres articles (55)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

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

  • Revision 8051563972 : Fixed a build issue Adding the missed include file. Change-Id : I7e48df6b0633af

    25 mars 2014, par Yaowu Xu

    Changed Paths :
     Modify /vp9/common/vp9_postproc.h



    Fixed a build issue

    Adding the missed include file.

    Change-Id : I7e48df6b0633afbebaf1ccb3062ae404e7203dc9

  • Why m3u8 file does not play well when i manual change m3u8 file

    27 mai 2022, par nancy

    I use ffmpeg to change mp4 to .ts

    


    ffmpeg -y -i [fileName].mp4 -vcodec copy  -vbsf h264_mp4toannexb [outPutFileName].ts


    


    And get the following index.m3u8 file

    


    #EXTM3U
#EXT-X-VERSION:3
#EXT-X-MEDIA-SEQUENCE:0
#EXT-X-ALLOW-CACHE:YES
#EXT-X-TARGETDURATION:22
#EXTINF:21.804344,
out-0000.ts
#EXTINF:10.847822,
out-0001.ts
#EXTINF:12.239122,
out-0002.ts
#EXT-X-ENDLIST


    


    And then i use hls.js play this file

    


    It works fine

    


    But now i want to change this index.m3u8 file to this (copy this out02.ts twice, to repeat out02.ts)

    


    #EXTM3U
#EXT-X-VERSION:3
#EXT-X-MEDIA-SEQUENCE:0
#EXT-X-ALLOW-CACHE:YES
#EXT-X-TARGETDURATION:22
#EXTINF:21.804344,
out-0000.ts
#EXTINF:10.847822,
out-0001.ts
#EXTINF:12.239122,
out-0002.ts
#EXTINF:12.239122,
out-0002.ts
#EXTINF:12.239122,
out-0002.ts
#EXT-X-ENDLIST


    


    The result is this video play time change as expected

    


    but out02 does not repeat, when it play to end of first out02.ts, screen stuck at the begin of out00

    


    Why it does not work fine when i edit this file by myself ?
or i shoule use ffmpeg update this index.m3u8 file ?

    


  • Revision bf6cca44ad : Remove unused file Removed vp9/decoder/x86/vp9_idct_blk_mmx.c Change-Id : I07ab

    27 février 2013, par Yunqing Wang

    Changed Paths : Delete /vp9/decoder/x86/vp9_idct_blk_mmx.c Remove unused file Removed vp9/decoder/x86/vp9_idct_blk_mmx.c Change-Id : I07ab06382a394cf556fa5a8e3c98b91f6e4f9ce8