Recherche avancée

Médias (91)

Autres articles (38)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (4443)

  • avcodec/ac3dec : Fix shift signedness in mask creation

    21 septembre 2018, par Michael Niedermayer
    avcodec/ac3dec : Fix shift signedness in mask creation
    

    Fixes : 9924/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_EAC3_fuzzer-5473421772193792
    Fixes : left shift of 1 by 63 places cannot be represented in type 'long long'

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/ac3dec.c
  • Best approach to get RTSP streaming into web browser from IP Camera ?

    21 octobre 2023, par Whoami

    Is it possible to get the RTSP Streaming data into the web browser ?

    &#xA;&#xA;

    Below are some of my findings. Kindly correct me if I am wrong ?

    &#xA;&#xA;

      &#xA;
    1. Only Mac OS, and Safari supports RTSP Live Streaming.

    2. &#xA;

    3. HTML 5 video does not support RTSP.

    4. &#xA;

    5. I can use the VLC plugin, but I don't want to use that.

    6. &#xA;

    &#xA;&#xA;

    Possibility of mixing ffmpeg and websocket ?

    &#xA;&#xA;

    Assume my IP camera is connected with Ethernet.

    &#xA;&#xA;

    In the client machine :

    &#xA;&#xA;

      &#xA;
    1. I run ffmpeg to get the data from server (ie : IP)
    2. &#xA;

    3. Client machine runs websocket.
    4. &#xA;

    5. Once ffmpeg gets the data from RTSP Server, it decodes, and generates the raw image of any format (for example : yuv).
    6. &#xA;

    7. Now, i have to send this image to browser through websocket.
    8. &#xA;

    &#xA;&#xA;

    Question :

    &#xA;&#xA;

      &#xA;
    1. It is the right approach ?
    2. &#xA;

    3. How can I get the decoded image from ffmpeg into the browser ?
    4. &#xA;

    &#xA;&#xA;

    I might be wrong in different places. Kindly provide input.

    &#xA;

  • Best approach to get RTSP streaming into web browser from IP Camera ?

    12 mars 2016, par Whoami

    Is it possible to get the RTSP Streaming data into the web browser ?

    Below are some of my findings. Kindly correct me if I am wrong ?

    1. Only Mac OS, and Safari supports RTSP Live Streaming.

    2. HTML 5 video does not support RTSP.

    3. I can use the VLC plugin, but I don’t want to use that.

    Possibility of mixing ffmpeg and websocket ?

    Assume my IP camera is connected with Ethernet.

    In the client machine :

    1. I run ffmpeg to get the data from server (ie : IP)
    2. Client machine runs websocket.
    3. Once ffmpeg gets the data from RTSP Server, it decodes, and generates the raw image of any format (for example : yuv).
    4. Now, i have to send this image to browser through websocket.

    Question :

    1. It is the right approach ?
    2. How can I get the decoded image from ffmpeg into the browser ?

    I might be wrong in different places. Kindly provide input.