Recherche avancée

Médias (91)

Autres articles (68)

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (3070)

  • rtmpdump not stopping live steam capture with -B option set

    16 janvier 2016, par Byron

    I have an rtmp url that, when I try to capture with the command rtmpdump -r "url" -B 5 -v -o test.flv, the program starts successfully, but does not exit after 5 seconds, even when the console output says "For duration : 5 seconds". If I break with ^C, the file is captured successfully.

    Note that the seconds output in this example must be the seconds since the stream started running not of the capture length time. console output

  • send point to point video stream using ffmpeg with rtsp (c++)

    8 décembre 2015, par seleciii44

    I need to send a h264 encoded video stream to a(only one) specific IP address with RTSP protocol on a windows PC with C++. I’m trying to use the FFMPEG library.

    I used the example in this post and i can play the stream as :

    ffplay -rtsp_flags listen -i rtsp://127.0.0.1:8554/live.sdp

    The problem is, according to the solution of post i need a server. Where -rtsp_flags listen option of ffplay behaves like a server.

    On the other hand, according to StreamingGuide of ffmpeg i can send a point to point stream like :

    ffmpeg -i INPUT -acodec libmp3lame -ar 11025 --f rtp rtp://host:port

    This is fine and works well. But i need to use rtsp. According to StreamingGuide again,

    Another option is to use RTP (which by default uses UDP) but by
    specifying it use TCP :

    ffmpeg -i input -f rtsp -rtsp_transport tcp rtsp://localhost:8888/live.sdp

    which seems to be what i’m looking for. Yet the ffmpeg tool seems to be doing nothing when i try this method (don’t know why i need tcp,but udp does not work neither). Why is that ?

    FFMPEG protocols documentation, says that i need to use a media server to send the video.

    • Why would i need a media server to just send the video stream to another PC or whatever ?
    • If i need a media server, how does the IP Camera sends the stream ?
    • If i have no option but to use a media server, could some one please recommend a server for Windows 7 ?
      • ffserver is only for linux
      • live555mediaServer seems to be used for local files or am i wrong ?
      • ..?

    Best regards,
    Gokhan.

  • g2meet : Allocate cursor buffers large enough to fit the aligned width

    11 septembre 2013, par Martin Storsjö
    g2meet : Allocate cursor buffers large enough to fit the aligned width
    

    Reported-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavcodec/g2meet.c