Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (65)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (5217)

  • Is it possible to pull a RTMP stream from one server and broadcast it to another ?

    16 août 2012, par TK Kocheran

    I essentially have a situation where I need to pull a stream from one Wowza media server and publish it to a Red5 or Flash Media Server instance with FFMPEG. Is there a command to do this ? I'm essentially looking for something like this :

    while [ true ]; do
       ffmpeg -i rtmp://localhost:2000/vod/streamName.flv rtmp://localhost:1935/live/streamName
    done

    Is this currently possible from FFMPEG ? I remembered reading something like this, but I can't remember how exactly to do it.

  • Is it possible to pull a RTMP stream from one server and broadcast it to another ?

    12 mai 2019, par Naftuli Kay

    I essentially have a situation where I need to pull a stream from one Wowza media server and publish it to a Red5 or Flash Media Server instance with FFMPEG. Is there a command to do this ? I’m essentially looking for something like this :

    while [ true ]; do
       ffmpeg -i rtmp://localhost:2000/vod/streamName.flv rtmp://localhost:1935/live/streamName
    done

    Is this currently possible from FFMPEG ? I remembered reading something like this, but I can’t remember how exactly to do it.

  • Parsing m3u, pls and asx files on server

    18 septembre 2013, par shaish

    i'm looking for a way to get information about an audio streaming URL from the server side.

    i'm currently using ffprobe to get the information, but it only works on the actual stream URLs - i'm looking for an (easy ?) way to make it work on urls pointing to playlists.

    i've asked this question before with reference to the ffmpeg library and couldn't find an answer - so i'm thinking maybe i should use an external parser and feed the results into ffprobe.

    Thanks !