Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (40)

  • 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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

Sur d’autres sites (7429)

  • Improve hls VOD mode hls performance problem.

    19 août 2018, par Ronak Patel
    Improve hls VOD mode hls performance problem.
    

    This fixes the creation of the hls manifest in hlsenc.c by writing the
    entire manifest at the end for VOD playlists. Live & Event Playlists are unaffected.
    This also fixes the behavior with HLS_TEMP_FILE to work correctly when
    - hlsflags temp_file is specified, instead of always relying on use_rename, which caused these problems.

    Files that would previously take over a week to fragment now take
    1 minute on the same hardware. This was a 153 hour audio file (2.2GB of audio).

    Signed-off-by : Ronak Patel <ronak2121@yahoo.com>

    • [DH] libavformat/hlsenc.c
  • how to download sample-aes m3u8 with ffmpeg ? [hls prompts : Unable to open key file skd:xxxxxxx]

    18 octobre 2024, par Mam Ghagh

    I am newbie in programming and need help.
    &#xA;Story and Question -> I have a m3u8 manifest like :

    &#xA;

    #EXTM3U&#xA;#EXT-X-VERSION:5&#xA;#EXT-X-TARGETDURATION:7&#xA;#EXT-X-PLAYLIST-TYPE:VOD&#xA;#EXT-X-KEY:METHOD=SAMPLE-AES,URI="skd://xxxxxx",IV=yyyyyyy,KEYFORMAT="com.apple.streamingkeydelivery",KEYFORMATVERSIONS="1"&#xA;#EXTINF:6,&#xA;https://someurl.com/index_1_0.ts&#xA;#EXTINF:6,&#xA;https://someurl.com/index_2_0.ts&#xA;...&#xA;

    &#xA;

    which is available on https://someurl.com/my.m3u8
    &#xA;So, When I executed ffmpeg command
    &#xA;ffmpeg -i "https://someurl.com/my.m3u8" -c copy out.mp4
    &#xA;the following message appeared
    &#xA;[hls @ 000002de75f89bc0] Unable to open key file skd://xxxxxx
    &#xA;Now the question is, How should I address the key ? Should I save the key into a file and address it in the m3u8 manifest ? or any other answer ?

    &#xA;

  • webmdashenc : Support for live stream manifests

    1er avril 2015, par Vignesh Venkatasubramanian
    webmdashenc : Support for live stream manifests
    

    This patch adds support for creating DASH manifests for WebM Live
    Streams. It also updates the documentation and adds a fate test to
    verify the behavior of the new muxer flag.

    Signed-off-by : Vignesh Venkatasubramanian <vigneshv@google.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] doc/muxers.texi
    • [DH] libavformat/webmdashenc.c
    • [DH] tests/fate/vpx.mak
    • [DH] tests/ref/fate/webm-dash-manifest-live