Recherche avancée

Médias (1)

Mot : - Tags -/ogv

Autres articles (66)

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

  • By using Gstreamer - how to receive a live-source stream by rtsp-server and send it to other client ?

    31 décembre 2019, par Joseph Matan

    I’m trying to build a quite simple RTSP-server (apparently, it’s less simple then I thought) with gst-rtsp-server.

    I used the 'test-record' example to RECORD by the rtsp-server a stream from a rtsp-client (FFmpeg in my case). It seems to work, I can see a valid sequence in wireshark.

    Later I used the 'test-launch' example to PLAY a test stream, so I can read it with rtsp-client (FFplay) and it also works well.

    However, I don’t understand how to combine the two examples into one rtsp-server that can RECORD a stream (a live-source) from one rtsp-client, and then send (PLAY) this stream to a second (third or even fourth) rtsp-client.

    Any idea if the Gstreamer infrastructure supports this functionality ? And if so, any tips how to do it ?

  • looking for Wowza RTMP client on iOS [closed]

    9 mai 2013, par user2365591

    i will need to developed a chat application based on wowza server and im looking for RTMP client open source for iOS
    or maybe some other open source that use FFMPEG open source
    thanks in advanced
    Asaf

  • Extract audio from youtube in a client-side script

    5 mai 2018, par Kevin

    There are a lot of node libraries for turning a youtube video into an audio stream, but all of them rely on a C-library called ffmpeg.

    Ffmpeg has been ported to javascript as well, but it has a 30MB size, which seems rather cumbersome (ffmpeg does a lot more than just rip audio from youtube, it has many advanced audio filtering techniques that won’t be needed for this application).

    Lastly, I came across this link,https://hackernoon.com/how-to-build-an-audio-processor-in-your-browser-302cb7aa502a, which claims to be a client-side audio processor but really does all the stuff on the server-side, and then says that stuff can’t be done in the client because of CORS (not sure I understand this, can’t CORS be avoided with a simple flag in the request ?).

    Does anyone know of any way to stream audio within the client-side browser, specifically from youtube, in a manner that’s general and unopposed ?