Recherche avancée

Médias (1)

Mot : - Tags -/ipad

Autres articles (112)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Formulaire personnalisable

    21 juin 2013, par

    Cette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
    Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire. (...)

Sur d’autres sites (14321)

  • Pipe ffmpeg output as mjpeg on multicast port ?

    17 janvier 2020, par xor31four

    I am trying to open a h.264 encoded stream from an IP camera, re-encode and stream it to a multicast address on my local subnet.

    Found a post that seems to describe what I’d like to achieve but I am running into several issues.

    I am using this command :

    ffmpeg -re -i rtsp://192.168.0.11/stream1.sdp mpegts udp://239.168.0.1:11000

    and I am receiving this output :

    [h264 @ 000001531da0ad40] SPS unavailable in decode_picture_timing
    [h264 @ 000001531da0ad40] non-existing PPS 0 referenced
    [h264 @ 000001531da0ad40] SPS unavailable in decode_picture_timing
    [h264 @ 000001531da0ad40] non-existing PPS 0 referenced
    [h264 @ 000001531da0ad40] decode_slice_header error
    [h264 @ 000001531da0ad40] no frame!
    [rtsp @ 000001531d9b9700] max delay reached. need to consume packet
    -- Above is repeated dozens of times
    [rtsp @ 000001531d9b9700] RTP: missed 8 packets
    [rtsp @ 000001531d9b9700] Could not find codec parameters for stream 1 (Unknown: none (meta / 0x6174656D)): unknown codec
    Consider increasing the value for the 'analyzeduration' and 'probesize' options
    [rtsp @ 000001531d9b9700] Could not find codec parameters for stream 2 (Unknown: none (bdat / 0x74616462)): unknown codec
    Consider increasing the value for the 'analyzeduration' and 'probesize' options
    Input #0, rtsp, from 'rtsp://192.168.0.11/stream1.sdp':
     Metadata:
       title           : DTC
       comment         : Pagos
     Duration: N/A, start: 1557.106222, bitrate: N/A
     Program 1
       Metadata:
         service_name    : Service #1
         service_provider: DTC
       Stream #0:0: Video: h264 (High) (vid1 / 0x31646976), yuv420p(progressive), 960x540 [SAR 1:1 DAR 16:9], 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
       Stream #0:1: Unknown: none (meta / 0x6174656D)
       Stream #0:2: Unknown: none (bdat / 0x74616462)
     No Program
       Stream #0:3: Data: epg
    [NULL @ 000001531e5aa940] Unable to find a suitable output format for 'mpegts'
    mpegts: Invalid argument

    Where am I going wrong ? I am quite inexperienced in this field but determined to learn more.

    Thank you in advance for any pointers on how to go about this..

  • Streaming a video with serial port [on hold]

    23 août 2019, par kanki66

    I need an application which is streaming an video recorded by an webcam over the serial port in c#

    I opened an port and can send some data over the port. I have access to the webcam and have an picture/video on the screen. For the webcam part i used this tutorial :
    https://en.code-bude.net/2013/01/02/how-to-easily-record-from-a-webcam-in-c/

    void videoSource_NewFrame(object sender, AForge.Video.NewFrameEventArgs eventArgs)
    {
     //Cast the frame as Bitmap object and don't forget to use ".Clone()" otherwise
     //you'll probably get access violation exceptions
     pictureBoxVideo.BackgroundImage = (Bitmap)eventArgs.Frame.Clone();
    }

    How can i convert now this to an video as small as possible and send it over the serial port, without saving the video like directly to the serial port ?

    Thank you very much for the help

  • aarch64 : vp8 : Port vp8_luma_dc_wht and vp8_idct_dc_add4uv from arm version

    1er février 2019, par Martin Storsjö
    aarch64 : vp8 : Port vp8_luma_dc_wht and vp8_idct_dc_add4uv from arm version
    

    Cortex A53 A72 A73
    vp8_luma_dc_wht_c : 115.7 75.7 90.7
    vp8_luma_dc_wht_neon : 60.7 41.2 45.7
    vp8_idct_dc_add4uv_c : 376.1 262.9 282.5
    vp8_idct_dc_add4uv_neon : 52.0 29.0 37.0

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavcodec/aarch64/vp8dsp_init_aarch64.c
    • [DBH] libavcodec/aarch64/vp8dsp_neon.S