Recherche avancée

Médias (91)

Autres articles (54)

  • 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

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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (8933)

  • avutil/channel_layout : change AV_CHAN_SILENCE to AV_CHAN_UNUSED in the docs

    11 février 2024, par Marton Balint
    avutil/channel_layout : change AV_CHAN_SILENCE to AV_CHAN_UNUSED in the docs
    

    It got renamed during the API design phase.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavutil/channel_layout.h
  • stream a video file using srt protocol [closed]

    13 novembre 2022, par programmer

    I want to stream a file over the network from a server. I will need to&#xA;send the AVFormatContext, and individual AVPackets over the network.For this reason i use libav library(ffmpeg) and srt protocol to send to specific port. But i can not find a function that send avpackets in srt. I find srt_sendmsg() function but it is not usable in this case.Does it have any solution ?&#xA;thanks in advance.

    &#xA;

    As i say i want to design a srt server that streams specific file. it should read the video file and then send it on specific port that clients can connect to that and receive live stream.I want to use c++ programming , libav libraray and srt protocol

    &#xA;

  • mmaldec : fix pkt_dts determination

    8 septembre 2015, par wm4
    mmaldec : fix pkt_dts determination
    

    This also drops setting the frame->pts field. This is usually not set by
    decoders, so this would be an inconsistency that’s at worst a danger to
    the API user.

    It appears the buffer->dts field is normally not set by the MMAL
    decoder, so don’t use it. If it’s ever going to be set by MMAL, we
    don’t know whether the value will be what we want.

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavcodec/mmaldec.c