Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (59)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

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

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

Sur d’autres sites (9020)

  • Is it possible to create a hls master playlist with .ts chunks ?

    30 mai 2020, par Pallav

    I am trying to create a hls master playlist with .ts chunks(of different playlists) instead of creating it with different variants playlist in nginx using ffmpeg, Can one do that ? if not is there any way I can immediately create the master playlist as soon as nginx receives the first .ts chunk ?

    



    Thanks, your help is much appreciated.

    


  • ffmpeg can not use Android LTE ?

    26 février 2018, par 심상원

    I am using ffmpeg version 3.3.6 to develop an app that displays images of IP cameras on Android.

    The code to process receiving the video is completed. The development environment to date is in the same wifi environment as the camera.

    However, if you attempt to connect to the camera with the same code in the LTE environment, the av_read_frame will terminate with an immediate exit requested error message.

    What is the reason for LTE error ?

  • FFMPEG : Can't get audio stream from RTSP Camera IP : V380 Pro

    4 janvier 2023, par Martin

    This is the case :

    



    https://www.banggood.com/10LED-5X-Zoom-HD-2MP-IP-Security-Camera-WiFi-Wireless-1080P-Outdoor-PTZ-Waterproof-Night-Vision-ONVIF-p-1527199.html?rmmds=category&ID=47184&cur_warehouse=CN

    



    It's called V380 Pro probably on shenzen build.

    



    Here you can find some SDK if that help in anything : https://github.com/brusdev/V380-SDK

    



    I'm using this command to record it via ffmpeg :

    



    ffmpeg -use_wallclock_as_timestamps 1 -rtsp_transport tcp -i rtsp://192.168.1.25:554/live/ch00_1 -c copy -acodec copy -map 0 -strict experimental -strftime 1 -flags +global_header -f segment -segment_time 60 -segment_format_options movflags=+faststart -reset_timestamps 1 output_%Y-%m-%d_%H-%M-%S.mp4


    



    Everything works fine except that the audio doesnt recording but of course this camera has an audio output (as the input with microphone)

    



    Tried ffprobe to recognize audio stream but there is none. Looks like ffmpeg doesnt see it or it's somehow combined with video output ?

    



    And here is ffprobe from this same camera but recorded via their windows app :

    



    https://i.stack.imgur.com/xaPUN.png

    



    As you can see now there is some audio output stream.