Advanced search

Medias (91)

Other articles (91)

  • Mise à jour de la version 0.1 vers 0.2

    24 June 2013, by

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1); Installation des dépendances pour Smush; Installation de MediaInfo et FFprobe pour la récupération des métadonnées; On n’utilise plus ffmpeg2theora; On n’installe plus flvtool2 au profit de flvtool++; On n’installe plus ffmpeg-php qui n’est plus maintenu au profit de (...)

  • Ecrire une actualité

    21 June 2013, by

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • Gestion générale des documents

    13 May 2011, by

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

On other websites (12209)

  • Creating a VOD ABR system with HLS

    19 July 2016, by Matteo

    I know this is a specific question but I’m new to this and have spent weeks trying to solve this problem.

    I’m creating a mobile app and need to have Video on Demand (VOD) live streaming. Right now I’m converting MP4 video files into HLS using FFMPEG and broadcasting from a server but the load time is pretty long for 3G connections (low bandwith).

    Has anyone else set up this type of system that can help?

    It looks like I need Adaptive Bitrate Streaming (ABR) and a media server with a CDN.

    My question is - #1 - Can I get away with not using a CDN? Or perhaps not using a "media server" but just a regular server

    2 - Is it practical to use FFPMEG to set up an ABR stream with HLS

    I know I probably wont get a response to this question but I thought it was worth a shot.

    Thanks

  • ffmpeg php makes system unresponsive

    6 March 2016, by Akshay Khetrapal

    I am trying to create a video on my web application using images as input by the user.
    I am using ffmpeg currently to encode the output. However, my system becomes unresponsive each time I execute the command.

    I am using exec command of php and following is my ffmpeg command.

    ffmpeg -i bg2.png -i overlay1.png -filter_complex "[1:v]scale=0:0[fg]; [0:v][fg]overlay=y=-'t*w*0.1':shortest=1[v]"  -map "[v]" -t 10 out.mkv

    I’d appreciate if you could also share some good resources to learn more about ffmpeg on web and other alternatives.

  • rtmpproto: Print the error code string if there’s no description

    3 October 2013, by Martin Storsjö
    rtmpproto: Print the error code string if there’s no description
    

    On (certain streams/setups at least on) Red5, the description string
    actually is present, but empty. Therefore, first try loading the
    description, but if not found or empty, load the code string instead.
    The code string is quite understandable in most cases anyway (like
    "NetStream.Play.StreamNotFound").

    Signed-off-by: Martin Storsjö <martin@martin.st>

    • [DH] libavformat/rtmpproto.c