Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

Autres articles (43)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • How can I compile FFmpeg for Windows using only libmp3lame ? [closed]

    15 février 2024, par Neil S

    I want to compile the latest version of FFmpeg using only the latest version of libmp3lame on Windows if it's possible. How can I do this ? I've searched online and on here but their does not seem to be any solutions for Windows. The reason I'm asking about this is because I'd like to keep the file size small. I haven't tried any scripts or anything as I have no experience doing this. Thanks for any guidance...

    


  • Cannot play H.264 stream using MSE

    8 juillet 2016, par lian

    I’m trying to stream H.264 data over websockets to a video element using MSE.

    I’m able to send and play a pre-recorded file, but when i try to create the data stream with the following command :

    ffmpeg -i rtsp://192.168.1.101/stream.264 -vcodec copy -an -f mp4 -reset_timestamps 1
    -movflags empty_moov+default_base_moof+frag_keyframe -loglevel quiet -

    I get this in chromes media-internals :

    render_id: 215
    player_id: 13
    pipeline_state: kStopped
    event: WEBMEDIAPLAYER_CREATED
    url: blob:http%3A//127.0.0.1%3A8080/e468616d-5bde-47e0-8e59-1881ddb53abc
    debug: ISO BMFF boxes that run to EOS are not supported
    error: media::MediaSourceState::Append: stream parsing failed. Data size=727 append_window_start=0 append_window_end=inf
    pipeline_error: chunk demuxer: append failed

    I think the problem has something to do with the debug line about ISO BMFF boxes, but have been unable to find any references to this message.

  • Electron and ffplay / ffmpeg to watch h264

    21 novembre 2017, par Dmitry

    Is it possible to render output from ffmpeg process in Electron or Browser app ?

    I know ffmpeg was bundled to Electron package for some reason. The main goal is to get rtsp stream from LAN video source without convertion it but it will be enough for me if anyone show me basic example of getting video(and audio) from ffmpeg and render it. Thanks.