Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (98)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Les sons

    15 mai 2013, par
  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

Sur d’autres sites (6408)

  • lavf/hls : replace the same code logic with ensure_playlist()

    21 juillet 2019, par vacingfang
    lavf/hls : replace the same code logic with ensure_playlist()
    

    Replace the same code logic with ensure_playlist(), it's will
    help reusable blocks of code.

    Reviewed-by : Jun Zhao <barryjzhao@tencent.com>
    Signed-off-by : vacingfang <vacingfang@tencent.com>

    • [DH] libavformat/hls.c
  • avformat/mov : rewrite aspect from matrix code

    15 janvier 2015, par Michael Niedermayer
    avformat/mov : rewrite aspect from  matrix code
    

    The original code was intended purely for rotation == 0
    In cf70ba37ba74089a18295b29e77dead0a3222c9e the condition was
    changed to use it only for rotation != 0
    which broke the cases for which it was intended to be used
    as well as breaking cases for which it was not intended to be
    used.
    This changes the code so it could work for the more general
    case and fixes the regressions
    If you have sample files that are not handled correctly
    please open tickets or mail me !

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/mov.c
  • get, using ffmpeg, the RTSP response code

    1er août 2023, par João Victor

    It's possible get using the ffmpeg the RTSP response code ?

    &#xA;

    I need collect the information from RTSP header, similar to the HTTP header

    &#xA;

    using 'curl' i dont think it would be possible.

    &#xA;

    I was able to validate the operation of the link only with screen shots, but I believe this is not the best way to do this.

    &#xA;