Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (59)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • 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

  • Encodage et transformation en formats lisibles sur Internet

    10 avril 2011

    MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
    Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
    Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)

Sur d’autres sites (5948)

  • How to play transport stream ? [on hold]

    3 juin 2014, par berke

    I tried to play ts file in android vlc and couldn’t play a video which has unknown pids in vlc.

    What i try to do is to play a .ts video(via vlc android) that has unknown pids in it (at least vlc android logs says that).

    In windows vlc, when i start vlc via cmd window(like this : pathtovlc\vlc.exe —demux ffmpeg). I can play the .ts file that i have.

    1. What is the difference btw starting plainly and starting this cmd parameter.
    2. Can I accomplish to play this video with android vlc source.
  • Identify local vs live URL FFmpeg

    9 juin 2014, par Tarun Seera

    Hi I am using FFmpeg in my iOS app for stream local and live URL.
    Is there any way to identify the URL which I am opening is local or live.
    Actually I want to specify the rtsp_transport in avformat_open_input accordingly.
    If I do not specify the transport its by default taking UDP.
    In UPD I am losing packets in live stream.So i want to specify the transport TCP for live and default for local url.

  • Identify local (LAN) vs live URL FFmpeg

    11 juin 2014, par Tarun Seera

    Hi I am using FFmpeg in my iOS app for stream local and live URL.
    Is there any way to identify the URL which I am opening is local or live.
    Actually I want to specify the rtsp_transport in avformat_open_input accordingly.
    If I do not specify the transport its by default taking UDP.
    In UPD I am losing packets in live stream.So i want to specify the transport TCP for live and default for local url.