Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (50)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

Sur d’autres sites (4302)

  • How to use ffmpeg for receiving and recording stream without double bandwidth

    22 novembre 2016, par Doctorslo

    I run ffmpeg to get the live stream from camera with this line :

    ffmpeg -rtsp_transport tcp -i cameraAddress -f mjpeg pipe:1

    The data from pipe is received in C# code, where I also display it to a user.

    The camera supports ONVIF protocol, where I receive the events about motion. When the motion is happening, I would like to start recording to a (mp4) file. I would do that simply by running following command :

    ffmpeg -rtsp_transport tcp -i cameraAddress Video.mp4

    When the recording is happening, I have a double bandwidth from the same camera.

    My question is, how can I do this better, preferably without double bandwidth ? Is it possible to connect with second ffmpeg to the "pipe:1", which is used as an output in the first ffmpeg ?

  • Removed unnecessary double check. Thanks to marcoscoelho for the hint.

    2 juillet 2013, par blueimp
    Removed unnecessary double check. Thanks to marcoscoelho for the hint.
  • JSHint : Replace single for double quotes in tests

    23 janvier 2014, par nschonni
    JSHint : Replace single for double quotes in tests