Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (55)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • 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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (7227)

  • Live Streams DirectShow Source Filter [on hold]

    9 avril 2015, par SDR RTS

    I need get inpput from live streams formats ( such as RTMP,RTSP,... ).
    Unfortunately i coudn’t found any things about that in internet.

    I tried reading RTMP/RTSP streams with ffmpeg or Libav*. but nothings in my hand !

    • We can’t use FFMpeg as a directshow source filter
    • And Libav* is very complicated and does not exist any direct & clear path to reading live streams, parsing & decoding and then playing that.

    Some people suggest using ffdshow trayouts. I searched about that. but nothing found.

    Anyone can help me to implement a clear Directshow push source filter that support RTMP, RTSP formats ?

    Many thanks for any help.

  • IP camera - Reading live ASF video stream [on hold]

    4 juin 2014, par Emmanuel Brunet

    I’m trying to read a video stream from an IP camera and store it on disk as several sequential files in MP4 format. I’m using Debian 7.5 with ffmpeg 2.2.

    Let’s assume the camera DNS name is webcam and, the user account / password is account / password

    Input

    the camera input stream is

    ffprobe http://account:password@webcam/videostream.asf

    Input #0, asf, from 'http://account:password@webcam/videostream.asf':
     Duration: N/A, start: 0.000000, bitrate: 32 kb/s
       Stream #0:0: Video: mjpeg (MJPG / 0x47504A4D), yuvj422p(pc), 640x480, 25 tbr, 1k tbn, 1k tbc
       Stream #0:1: Audio: adpcm_ima_wav ([17][0][0][0] / 0x0011), 8000 Hz, 1 channels, s16p, 32 kb/s

    ffmpeg conversion

    This command opens the output file but doesn’t read / write anything.

    ffmpeg -y -i http://account:password@webcam/videostream.asf -t 30 -c:v libx264 -c:a libfdk_aac -f mp4 ~/output.mp4

    The process completes successfully and writes 1.1M to the output file.

    Issue

    When I open the /output.mp4 video (in totem), no image is displayed but a gray background but the progess bar moves forward until the end of the video.

    Any idea ?

    for reminder I also would like to save data to a disk file which upon a predefined amount of time should rotate to another output file.

    Thanks in advance

  • how to convert RTSP stream to HTTP stream in ios 7 ? How to do iPCam Live Streaming in iOS ? [on hold]

    5 janvier 2015, par Ashok

    i have searched solution to use RTSP for ip Cam Live Stream. But i didn’t get proper solution. if anyone know how to do it please provide me solution for it.
    Thanks in Advance !!!.