Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (74)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

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

  • 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 (7202)

  • How to install FFMPEG on windows server..?

    14 août 2012, par Praful Zaru

    Thanks in advance..

    I would like to install ffmpeg on my windows server.

    My php version is 5.2.3.

    i followed and copied the avcodec.dll and
    avformat.dll files to system32 folder.and i copied ffmpeg file into php5\ext folder.Then i added tha extension php_ffmpeg in ini file extension.

    and also ffmpex.exe in c :/ffmpeg folder.

    i give the full rights of that all files.

    But ffmpeg still not working.

    Anyone guide me which thing i missed.....

    Thanks...

  • How to stream my webpage to Youtube on Debian 10 Server

    7 février 2021, par MASSKA

    Do you have an idea how to stream a webpage to Youtube on Debian 10 Server ? Maybe we can do that with ffmpeg ?

    


    Thanks for your help

    


  • Android : Live Stream RTMP/RTSP Player without using webview (WOWZA server)

    3 février 2014, par SweetWisher ツ

    I am developing an android application in which i want to publish as well as stream a video..

    What I want is :

    1. My app record a video and that video is sent to server

    2. The recorded video will be streamed live to another android device at the
      same time..

    I have completed the first task using javac and ffmpeg

    I am stuck in second task.. i have searched a lot to stream the video from server but didn't succeed..

    I don't want to use WebView and play the video in It. I want RTMP player ..

    This task has been completed in iOS.. I want dame for Android..
    Can anyone suggest me some link to fulfill my task ???

    P.S. :

    I am using wowza server and RTMP stream.. I would like to stream RTMP video(.flv).. If no solution available. I would like switch to RTSP and for that also, need a working link to follow..

    EDIT :

    Now I have switched to RTSP player [with wowza server] as i have not found RTMP player without webview. So can anyone help me with my issue ??