Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (44)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (7126)

  • FFMPEG rtsp multicast streaming in c++

    16 février 2016, par Pavel

    I use this example for rtsp streaming. But I don’t understand how I could change this example for multicast streaming over rtp. Can anybody help me ?

  • How to close live streaming red5 server command in shell from php

    20 décembre 2016, par vibhor Gupta

    I have live streaming ffmpeg decode streaming streamed to client using red5 server to user browser.
    Now the problem is i have to run the ffmpeg command in ubantu server shell which keeps on streaming constantly to the user .
    So my problem is how to stop this live stream when user request .

    Environment :
    PHP version 5.5.9
    ffmpeg version 3.2.2
    Ubuntu 14.04.5 LTS

    The php script I use to execute the shell command is :

    $cmd = 'ffmpeg -i rtsp://user:12345@192.168.101.101/Streaming/Channels/101 -f flv -an rtmp://192.168.1.105/live/livestream/1.mp4' ;
           shell_exec($cmd);

    The above script never ends so i get the live streaming but if i place any other http request during the live streaming the server puts the request in queue and does not process any other request until the live streaming is closed .

    So how can i handle this condition is there any other function in php .

  • HLS streaming using FFMPEG

    1er décembre 2014, par user3663917

    I am new to FFMPEG. Now i was trying to do HLS live streaming using FFMPEG.Is there some method by which we can use FFMPEG for converting data from camera to ts and then this ts to segments so that it can be used for HLS live streaming ?