Recherche avancée

Médias (0)

Mot : - Tags -/navigation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (47)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • 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

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (8994)

  • FFprobe Check Stream Link

    16 juillet 2015, par Krasic

    I am trying to use FFprobe to test if a streaming link is active or not.

    For example this is a working streaming link :

    ffprobe -loglevel quiet -show_streams rtmp://Lrmh0w.cloud.influxis.com/yoy/_definst_/185

    I do get output which mean link is active.

    However, once I change link to something not work :

    ffprobe -loglevel quiet -show_streams rtmp://Lrmh0w.cloud.influxis.com/yoy/_definst_/18555555555

    The command keeps running in background with no result.

    Is there a way to bypass this, or is there any ffprobe timeout parameter ?
    I couldn’t find it from the official website documentation.

  • FFprobe Check Stream Link

    13 novembre 2020, par Krasic

    I am trying to use FFprobe to test if a streaming link is active or not.

    



    For example this is a working streaming link :

    



    ffprobe -loglevel quiet -show_streams rtmp://Lrmh0w.cloud.influxis.com/yoy/_definst_/185


    



    I do get output which mean link is active.

    



    However, once I change link to something not work :

    



    ffprobe -loglevel quiet -show_streams rtmp://Lrmh0w.cloud.influxis.com/yoy/_definst_/18555555555


    



    The command keeps running in background with no result.

    



    Is there a way to bypass this, or is there any ffprobe timeout parameter ?
I couldn't find it from the official website documentation.

    


  • avformat/movenc : allow Apple Lossless inside mp4

    20 novembre 2020, par Leo Izen
    avformat/movenc : allow Apple Lossless inside mp4
    

    The 'alac' identifier has been registered to ISO and thus towards
    ISOBMFF at the MP4 registration authority. The existing non-MOV
    mux mode matches the official ALAC-in-MP4 specification.

    • [DH] libavformat/movenc.c