Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (43)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Sélection de projets utilisant MediaSPIP

    29 avril 2011, par

    Les exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
    Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
    Ferme MediaSPIP @ Infini
    L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)

Sur d’autres sites (6859)

  • Temporarily turn off uv4l stream to access video device from other application

    25 décembre 2020, par vicmortelmans

    I've set up uv4l on my raspberry pi 4 with HQ camera. The http streaming works fine. I'd like to run it 24/7, but I also need occasional livestreaming to Youtube using ffmpeg.

    


    I start uv4l with the option -n videouv4l, so it creates a device /dev/videouv4l that I can use as input for ffmpeg.

    


    But it only works while no one is viewing the stream. If the stream is active, ffmpeg returns with an error that it cannot access the device.

    


    I need a way to disable the stream temporarily, so I can be sure that the device is accessible for ffmpeg. I couldn't find any obvious methods in the documentation, either using a (A) stream disable command over the REST API or by killing the process and (B) launching uv4l again with the stream disabled.

    


    How can I do this ?

    


    As for option (B), I tried launching uv4l with the option --server-option '--enable-webrtc=no', but it still enables the http stream.

    


    Regards,
Vic

    


  • Access Android phone camera stream using ffmpeg

    14 mars 2016, par Parth Doshi

    I am developing an application that performs live streaming. Currently, I am able to stream a local video from my SD card to my Wowza streaming server successfully.

    This is the command that I fire from my FFMPEG based Android project

    ffmpeg -re -i /sdcard/sample.mp4 -c copy -f flv rtmp://192.168.1.34:1936/live/myStream

    Now, I want to send my camera stream to my streaming server.
    I tried using the below command but it does not work since the /dev/video0 device is denied permission.

      ffmpeg -re -i /dev/video0 -c copy -f flv rtmp://192.168.1.34:1936/live/myStream

    Can anyone tell me the right way to stream the camera feed using ffmpeg on Android

  • Révision 117634 : Compat PHP 7.4, Deprecated : Array and string offset access syntax with curly br...

    25 août 2019, par marcimat@rezo.net

    (Francky)