Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (58)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (8232)

  • webmdashenc : Fix UTCTiming Element

    28 avril 2015, par Vignesh Venkatasubramanian
    webmdashenc : Fix UTCTiming Element
    

    Remove the direct profile from UTCTiming element. Per DASH spec,
    direct profile value should be the time at which the request was
    made to the server and not the time at which the manifest was
    written. So ffmpeg cannot write this value. This patch removes
    the direct profile and write the UTCTiming element with the http
    profile only if a URL is passed as a parameter. Update the fate
    test to reflect this change.

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

    • [DH] libavformat/webmdashenc.c
    • [DH] tests/ref/fate/webm-dash-manifest-live
  • .mpd deleted after played

    18 novembre 2020, par thxbox

    I would like to stream mp4 file with .mpd file. I installed MP4Box to convert mp4 to .mpd file, with this command

    &#xA;

    P4Box -dash 4000 -frag 4000 -dash-profile onDemand -segment-name out-seg -time-shift -1 -out prev_video.mpd prev_video.mp4&#xA;

    &#xA;

    on my Ubuntu server

    &#xA;

    I also use nginx-rtmp-module to do video streaming.

    &#xA;

    My problem is after I play .mpd file with VLC Player then .mpd file was auto deleted.&#xA;so question is, is it possible to keep .mpd in my server ? or I miss some configuration while convert .mp4 to .mpd with MP4Box

    &#xA;

    Thank

    &#xA;

  • HLS for on demand streaming

    15 septembre 2017, par Awais fiaz

    I have been working on DASH (Dynamic adaptive streaming over http) in the past but as DASH is not supported on IOS based devices so i am moving to HLS (http live streaming) as it works on all devices.

    I am in need of a guide of HLS for on demand streaming to understand encoding flow and techniques being used in this process.

    i am using FFMPEG as encoding library PHP for server side scripting and apache2 as server.

    any help regarding this would be really appreciated thanks.