Recherche avancée

Médias (91)

Autres articles (100)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (9539)

  • Slice recording audio file, given start and end timestamps

    30 mai 2017, par Shivam Aggarwal

    I am trying to store a rtmp stream in audio file using ffmpeg tool.
    Following is the command I am using -

    ffmpeg -i rtmp://localhost:9000/app/test-stream -c:a aac -y output.aac

    I need to slice through the output.aac file while its also getting recorded. Given a start and end time, I am trying to use ffmpeg’s -ss feature.

    ffmpeg -ss 0 -t 10 -i output.aac -y sliced.aac

    But this gives error -

    ffmpeg version N-85581-ge22d495538-static http://johnvansickle.com/ffmpeg/  Copyright (c) 2000-2017 the FFmpeg developers
     built with gcc 5.4.1 (Debian 5.4.1-8) 20170304
     configuration: --enable-gpl --enable-version3 --enable-static --disable-debug --disable-ffplay --disable-indev=sndio --disable-outdev=sndio --cc=gcc-5 --enable-fontconfig --enable-frei0r --enable-gnutls --enable-gray --enable-libass --enable-libfreetype --enable-libfribidi --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libzimg
     libavutil      55. 61.100 / 55. 61.100
     libavcodec     57. 92.100 / 57. 92.100
     libavformat    57. 72.101 / 57. 72.101
     libavdevice    57.  7.100 / 57.  7.100
     libavfilter     6. 84.101 /  6. 84.101
     libswscale      4.  7.101 /  4.  7.101
     libswresample   2.  8.100 /  2.  8.100
     libpostproc    54.  6.100 / 54.  6.100
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0x3bb54e0] moov atom not found
    output.aac: Invalid data found when processing input

    Can anyone help me with this issue.

  • Can't compile dll from C++ project - Visual Studio

    11 octobre 2017, par FlowRyan

    I’m trying to play a RTSP stream in Unity 5.

    For that I found a RTSP-plugin for Unity on Github that I want to try, but unfortunatelly it comes with no Readme or installation guide whatsoever.

    So far I found out that I’m dealing with a C++ Visual Studio project that needs to be compiled into a DLL in order to add it to Unity. But when I try to build the project I get the following Error for the header file "ffmpegenv.h" :

    Error C1083 Cannot open include file : ’libavutil\opt.h’ : No such file or directory - (Screenshot)

    Here’s the code from the header file

    #pragma once

    //=============================
    // Includes
    //-----------------------------
    // FFMPEG is writen in C so we need to use extern "C"
    //-----------------------------
    extern "C" {
       //#define INT64_C(x) (x ## LL)
       //#define UINT64_C(x) (x ## ULL)

    #include
    #include <libavutil></libavutil>mathematics.h>
    #include <libavformat></libavformat>avformat.h>
    #include <libswscale></libswscale>swscale.h>
    #include <libswresample></libswresample>swresample.h>
    #include <libavutil></libavutil>imgutils.h>
    #include <libavcodec></libavcodec>avcodec.h>

    }

    I’m aware that the header includes source code from the FFmpeg libraries which doesn’t come with the plugin I’m trying to compile. So I downloaded the FFmpeg source code from their GitHub page and copied all the code files (with its original folder structure) inside the plugin’s project folder.

    However when I then try to compile the plugin, it still doesn’t find the #includes an shows the same error as mentioned above.

    How I can I get the plugin to compile ? What am I missing ?

    Thanks in advance

    P.S. : I’m using Visual Studio Community 2017 with C++ support and Win 10 SDK as well as Win 8.1 SDK.

  • Evolution #3692 : Suivre les évolution de MediaJS

    22 mai 2017, par - Equipement

    Pour information, quelques problèmes que j’ai constatés sur la version 4.1.0 de MediaElement (du 04/05/2017) :
    - En navigation au clavier, lorsque le focus est sur le gros triangle au centre de la vidéo, la touche entrée (et la barre d’espace) ne permet pas de lancer la vidéo.
    - L’agrandissement du texte à 200 % fait passer le bouton plein écran sous la vidéo, en blanc sur fond blanc, aussi il n’est plus visible.
    - MediaElement 4.1.0 permet d’afficher une transcription textuelle (au format VTT) lorsqu’on navigue avec la souris, mais pas avec le clavier.
    - La vignette d’une vidéo au format FLV (codec FLV1) ne s’affiche pas.
    - Si une page contient une vidéo MP4 et une vidéo FLV (codec FLV1), les vignettes des vidéos ne s’affichent pas.