Recherche avancée

Médias (91)

Autres articles (86)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (7766)

  • Opera retiring Unite/Media Player, moving to Webkit etc.

    11 mai 2013, par scottschiller
    Opera retiring Unite/Media Player, moving to Webkit etc.
  • How to get Continuous live streaming without buffering in azure media player using FFMPEG(Latency is not a issue) ?

    29 août 2019, par vinay

    I am streaming from the ip camera which uses RTSP protocol and ingesting the feed to RTMP(to Azure media server) using the following command

    ffmpeg command : ffmpeg -f lavfi -i anullsrc -rtsp_transport tcp -i rtsp ://CloudAppUser:admin@192.168.8.145/MediaInput/h264/stream_1 -vcodec libx264 -t 12:00:00 -pix_fmt + -c:v copy -c:a aac -strict experimental -f flv rtmp ://channel1-cloudstream-inso.channel.media.azure.net:1934/live/980b582afc12e421b85b4jifd8e8662b/df

    I am able to watch the stream but it is buffering once in every 30 seconds , and I want to know the reason behind this buffering

    Please any one change this command , so that it should not buffer

    I am executing this command from my terminal

    I would like to watch my live stream in azure media player without any buffering and latency below 1 minute is not an issue

  • ffmpeg - how to preview video frames along with progress bar of media player

    18 octobre 2019, par Zaheer Abbas

    I built a media player in pyqt5 with some editing options like (line and polygon) to edit features etc... now I want to see the edited frames along with the progress bar (as we see in the youtube) of the player How I can add the functionality of preview frames along with the progress bar in the player using ffmpeg or other option.