Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (39)

  • 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 ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (8040)

  • 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 ?

  • People who are using FFmpeg to stream out a live video/audio over RTSP - what is the RTSP-server you are using ?

    26 décembre 2019, par Joseph Matan

    I’m working with this RTSP-server in-order to stream RTSP from FFmpeg (however, this server doesn’t support the codec I need).

    This is the FFmpeg command I’m using, that works with the RTSP-server I’m using (just for example) :

    ffmpeg -f v4l2 -i /dev/video0 -c:v libx264 -intra -an -f rtsp -rtsp_transport tcp rtsp://192.168.1.10:8554/test

    Any suggestions for RTSP-servers that can work with the command above ?

    I’ve tried so many servers, but none of them supports what I need.
    Most of the servers works only on dead-sources (VOD), or directly from devices (like ip-cameras). The server I’m using, is great but don’t support many codecs...

  • 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