Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (49)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (5724)

  • FFmpeg RTSP Server

    17 avril 2012, par mmmaaak

    I use ffmpeg in my programm to get media via RTSP protocol... But in the same time I must share encoded saved video for other machines. Is ffmpeg has library forn making instanse of simple ffmpeg server ? It will be great not to use other libs for this task.

    And if ffmpeg can't help me with it, can you give me advice wich lib to use for doing it's more faster and simpler.

  • ffmpeg video convert library on my VPS Linux based godaddy server not working

    6 mai 2017, par mahesh vora

    I have some query here for using your ffmpeg video convert library on my VPS Linux based godaddy server.

    I have php 5.6.30 version on my server and I want to use your ffmpeg video convert library on my server so I can use that with 5.6.30 php version ?

    As I have already many time try my self to install it but each time I am getting different errors while installing process so after that for installation of it on my server I have taken godaddy’s support team help and paid them $100 for install ffmpeg on my VPS server then in end (after 12 days) they said me ffmpeg will work with older version of php only (they saying it will work until you will have php 4.0 after that with any latest version of php it will not work) so they said me downgrade your php version then only it will work, but I can’t do that as I if I will do that then I will fetch some other issues in my project.

    So here can you please confirm "your ffmpeg video convert library will work with my php version 5.6.30 (website hosted on godaddy’s VPS Linux based server)" ?

    if not working then please suggest me to best other similar library similar to ffmpeg i want only two of the functionality 1) to cut the video 2)may be compress 3)Create thumb from the video.

    Waiting for valuable response !

  • By using Gstreamer - how to receive a live-source stream by rtsp-server and send it to other client ?

    31 décembre 2019, par Joseph Matan

    I’m trying to build a quite simple RTSP-server (apparently, it’s less simple then I thought) with gst-rtsp-server.

    I used the 'test-record' example to RECORD by the rtsp-server a stream from a rtsp-client (FFmpeg in my case). It seems to work, I can see a valid sequence in wireshark.

    Later I used the 'test-launch' example to PLAY a test stream, so I can read it with rtsp-client (FFplay) and it also works well.

    However, I don’t understand how to combine the two examples into one rtsp-server that can RECORD a stream (a live-source) from one rtsp-client, and then send (PLAY) this stream to a second (third or even fourth) rtsp-client.

    Any idea if the Gstreamer infrastructure supports this functionality ? And if so, any tips how to do it ?