Recherche avancée

Médias (91)

Autres articles (49)

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (7187)

  • 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
  • ffmpeg extract video unable to play

    30 juin 2021, par Khánh Phạm Đình

    I use ffmpeg to stream video and show up the camera's frame to window in the same time according to current code :

    &#xA;

    file record_video_and_showup.sh

    &#xA;

    ffmpeg -f v4l2 -framerate 30 -i $1  -c:v libx264 -preset superfast -crf 18 -pix_fmt yuv420p  -c:a libmp3lame -ac 2 -ar 44100 -b:a 128k -f tee  -map 0:v "$2|[f=nut]pipe:" | ffplay -an pipe:&#xA;

    &#xA;

    to record video and show up :

    &#xA;

    ./record_video_and_showup.sh /dev/video0 test.mp4&#xA;

    &#xA;

    finally, we get file test.mp4 but can't play it on app such as vlc. When we open it on google chrome, it can run but the start and end time were incorrect.

    &#xA;

    Can anyone help me ?

    &#xA;