Recherche avancée

Médias (91)

Autres articles (112)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

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

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

Sur d’autres sites (11956)

  • libavformat/matroskaenc : Add WebM DASH support

    7 mai 2014, par Vignesh Venkatasubramanian
    libavformat/matroskaenc : Add WebM DASH support
    

    WebM DASH specification [1] requires the Clusters and Cues to be output in a
    specific way. Adding a flag to matroskaenc that will enable support for
    creating WebM/Mkv files conforming to the WebM DASH specification.

    [1] http://wiki.webmproject.org/adaptive-streaming/webm-dash-specification

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

    • [DH] libavformat/matroskaenc.c
  • mpeg-dash playback on ios and safari

    28 février 2017, par evan

    I have created some mpeg-dash videos using ffmpeg and mp4box. it is playing well on android and chrome browser, but not on ios and safari. as far as i know it should play on ios 10+ but its is not. can anyone help me with this ?

  • cause of mpeg-dash delay

    14 février 2017, par evan

    I have created mpeg-dash stream from a MP4 file. I trascoded my videos to MP4 using ffmpeg library and made the mpeg-dash using MP4Box. my resault mpeg-dash video seems to have some buffering problem (buffer stall I guess) and also 5 second delay when I seek in the video. the startup delay seems to be fine.
    I was wondering what is the cause of this delay ? is it coming from my ffmpeg and transcode commands ? or is it coming from MP4box and the process of dashing ?
    I need to find the source to be able to solve it.
    any ideas ? I would realy appreciate any help.

    these are my ffmpeg codes :

    ffmpeg -i main720.MTS -movflags faststart -vcodec libx264 -r 24 -tune zerolatency -tune fastdecode -bf 0 -slices 0 -x264opts intra_refresh=1 -g 96 -b:v 700k -maxrate 700k -bufsize 400k -an -s 640*360 -ss 00:00:00 -t 00:02:00 main720_700_video.mp4

    ffmpeg -i main720.MTS -movflags faststart -acodec libmp3lame -b:a 128k -vn -ss 00:00:00 -t 00:02:00 main720_700_audio.mp4

    and this my MP4Box command :

    MP4Box -dash 4000 -frag 4000 -profile onDamand -rap -segment-name %s_ -out manifest.mpd main720_300_video.mp4 main720_700_video.mp4 main720_300_audio.mp4