Recherche avancée

Médias (0)

Mot : - Tags -/configuration

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (82)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (7217)

  • which port ffmpeg is using for streaming to a rtmp(or rtmps) server running in a cloud location

    12 janvier 2023, par elsa

    I am working with ffmpeg and rtmp camera streaming in a constrained environment.
I have rtmp server running on a cloud (say eg. 11.23.123.13 in port 1935 for rtmp & 4936 for rtmps).
However is there any port on sending end , i should request team to open to avoid blocking the stream sending from device end to rtmp server end(camera streaming end). Only port 443 is open in device where camera connected and ffmpeg commands are running.

    


    It would be helpful if somebody give insights on how network is connecting from ffmpeg encoder to rtmp server

    


      

    1. Getting the details how network is connecting from ffmpeg encoder to rtmp server ?
    2. 


    3. Which ports to be open in device end(where camera connecting) to start ffmpeg streaming to rtmp server running on cloud ?
    4. 


    


  • Start RTSP server on Linux with USB Web-cam source [on hold]

    4 juin 2019, par NecroFillin

    I would like to write a script that runs the RTSP server on a PC with Linux, using ffmpeg, gstreamer, or other media framework.

    • Video source : Web camera connected via USB to PC.
    • Provide the ability to view the video stream using VLC or another RTSP client.
    • Dump traffic using tcpdump

    What have I done for now :
    streamed the USB camera to a rtsp server by using ffmpeg :

    ffmpeg -f v4l2 -input_format h264 -timestamps abs -video_size hd720 -i /dev/video0 -c:v copy -c:a none -f rtsp rtsp://10.52.9.104:45002/cameraTx1

    What to do next ? Is it possible to make some bush-script for it ?

  • Generate video thumbnail using ffmpeg ; Grab from RTMP server

    10 janvier, par floatleft

    I have research how to generate a video thumbnail user FFMPEG like so :

    



    ffmpeg -i myfile.flv -vcodec mjpeg -vframes 1 -an -f rawvideo -s 640x480 foo.jpg

    



    But how can I generate a thumbnail when the file is on another server ? Specifically a RTMP server ? for example : rtmp://foo.rtmphost.com/videos