Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (38)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (5112)

  • Anomalie #2805 : Utiliser les champs nom et email de la table auteur si id_auteur est renseigné

    26 juillet 2012, par Maïeul Rouquette

    pour le 1er point, cela se discute. En revanche pour le second point, cela serait vrai si le formulaire de forum permettait de choisir son prénom + mail bien qu’en étant connecté.

  • Error - bind failed : Address already in use

    22 février 2021, par Pasindu Dilshan

    I use the shaka packager to create a .mpd file from the live stream. For that, I used the following command to packaging stream.

    


    packager \ 'in=udp://127.0.0.1:40000,stream=audio,init_segment=audio_init.mp4,segment_template=audio_$Number$.m4s' \ 'in=udp://127.0.0.1:40000,stream=video,init_segment=h264_480p_init.mp4,segment_template=h264_480p_$Number$.m4s' \ 
--mpd_output h264_live.mpd


    


    And I executed this command to generate an SDP file.

    


    ffmpeg -re -stream_loop 100 -i input.mp4 -vcodec copy -an -f rtp rtp://127.0.0.1:11111 -sdp_file saved_sdp_file -acodec copy -vn -f rtp rtp://127.0.0.1:11112


    


    After that, I executed the following command to get a stream using the SDP file.

    


    ffmpeg -protocol_whitelist "file,rtp,udp" -i saved_sdp_file -vcodec h264 -tune zerolatency -f mpegts udp://127.0.0.1:40000


    


    There was an error when I used the above command. The error is shown below :
please, help me to solve this issue.

    


    the error

    


  • Revision 85381e3416 : Using network byte order (big-endian) to encode tile size. This is consistent w

    11 juin 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/decoder/vp9_decodframe.c


     Modify /vp9/encoder/vp9_bitstream.c



    Using network byte order (big-endian) to encode tile size.

    This is consistent with uncompressed header encoding.

    Change-Id : Iccf40a44b493ed36ee085b81ed56f7952cde70a9