Recherche avancée

Médias (91)

Autres articles (111)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (5686)

  • Merge "vp8e - static threshold play"

    8 décembre 2010, par Yaowu Xu

    Merge "vp8e - static threshold play"

  • Create Android application which to convert RTSP url into Srt url and play streaming using exoplayer or ffplay [closed]

    25 février, par Anuj Vaish

    Create Android application which to convert RTSP url into Srt url and play streaming using exoplayer or ffplay :

    


    Step 1 : (it's done) Docker convert mp4 file to RTSP URL (rtsp ://10.10.15.25:8554/mystream)and verify in ffplay "ffplay -rtsp_transport tcp rtsp ://10.10.15.24:8554/mystream"

    


    Step 2 : RTSP URL run on Exoplayer (it's done)

    


    Pending :
Step 3 : RTSP Url conversion SRT URL (srt ://live.cloudflare.com:778 ?passphrase=&streamid=)
it's playback :
srt ://live.cloudflare.com:778 ?passphrase=&streamid=play

    


    Step 4 : Play SRT URL in Exoplayer or ffplay in android application.

    


    I want to use ffmpeg-kit or ffmpeg-full or same dependency default not support srt protocol in documentation provide is support in android.

    


  • How to stream video with Play 2 framework

    28 avril 2015, par davidshen84

    I want to use Play 2 framework to develop a simple video stream function on my website. The videos are in mp4 format.

    I used the Enumerator, and the method discussed at this post. In the client side, I use the <video></video> tag to play my video. I tested my application on 3 latest browsers, but none of them can play my video :

    • Chrome : display a empty player
    • IE : it tries to download the video like a file...i guess it is IE
    • Firefox : display a message saying the video is corrupted

    However, if I download the video file, it can be played in the player. I am not sure whether it is because my video codec does not support streaming, or it’s my code has problem.

    ffmpeg -i input.mp4 :

     built with gcc 4.9.2 (GCC)
     configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libdcadec
    --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger
    --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265
    --enable-libxavs --enable-libxvid --enable-lzma --enable-decklink --enable-zlib
     libavutil      54. 23.101 / 54. 23.101
     libavcodec     56. 35.101 / 56. 35.101
     libavformat    56. 31.100 / 56. 31.100
     libavdevice    56.  4.100 / 56.  4.100
     libavfilter     5. 14.100 /  5. 14.100
     libswscale      3.  1.101 /  3.  1.101
     libswresample   1.  1.100 /  1.  1.100
     libpostproc    53.  3.100 / 53.  3.100
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '.\input.mp4':
     Metadata:
       major_brand     : isom
       minor_version   :
    512
       compatible_brands:
    isomiso2mp41
       encoder         : Lavf56.31.10
    0
     Duration:
    00:00:14.4
    0
    , start:
    0.000000
    , bitrate:
    890 kb/s
       Stream #0:
    0(und): Video: mpeg4 (mp4v / 0x7634706D), yuv420p, 160x120 [SAR 1:1 DAR 4:3], 889 kb/s,
    25 fps,
    25 tbr,
    12800 tbn,
    30k tbc
    (default)
       Metadata:
         handler_name    :
    VideoHandler
    At least one output file must be specified