Recherche avancée

Médias (0)

Mot : - Tags -/objet éditorial

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (109)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (14834)

  • Couldn't find platform family in Info.plist for dylib CFBundleSupported platforms or Mach-O LC_VERSION_MIN

    1er décembre 2016, par user2331687

    enter image description here

    I have developed a App (Mac OS) and I want release it to Mac App Store, and my App use the FFMPEG library, so there are many .dylib (as you can see, for example, libSDL-1.2.0.dylib), when I upload my App, and I got this error, I have googled several days, but I don’t know how to add the "platform family" to a .dylib, since the dylib is build from command line. Can anyone help me to solve this problem, thanks very much !

  • use a wrapper script to call MS link.exe to avoid mixing with /usr/bin/link.exe

    24 juillet 2015, par Steve Lhomme
    use a wrapper script to call MS link.exe to avoid mixing with /usr/bin/link.exe
    

    favor link over link.exe in case some wrapper script already exists
    fallback to "link" in the path if the one next to cl is not found

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] compat/windows/mslink
    • [DH] configure
  • FFMPEG wont play the rtsp link, but the same link works in VLC

    15 mars 2021, par JCH

    I have a rtsp link from an ip cam.&#xA;rtsp ://admin:admin1234@192.168.2.254:82/cam/realmonitor ?channel=1&subtype=1

    &#xA;

    The link works fine in VLC media player but it does not play using the ffplay command. It shows a 404 error.

    &#xA;

    But rtsp ://admin:admin1234@192.168.2.254:82/live , will work inside ffmpeg and vlc without any issues.

    &#xA;

    Does ffmpeg only support /live or something ? why doesnt my first link work ? Thank you for your time.

    &#xA;

    ffplay code

    &#xA;

    ffplay -i rtsp://admin:admin1234@192.168.2.254:82/cam/realmonitor?channel=1&amp;subtype=1&#xA;

    &#xA;

    error that i get

    &#xA;

      libavutil      56. 51.100 / 56. 51.100&#xA;  libavcodec     58. 91.100 / 58. 91.100&#xA;  libavformat    58. 45.100 / 58. 45.100&#xA;  libavdevice    58. 10.100 / 58. 10.100&#xA;  libavfilter     7. 85.100 /  7. 85.100&#xA;  libswscale      5.  7.100 /  5.  7.100&#xA;  libswresample   3.  7.100 /  3.  7.100&#xA;  libpostproc    55.  7.100 / 55.  7.100&#xA;[rtsp @ 000002663268f600] method DESCRIBE failed: 404 Not Found/0&#xA;rtsp://admin:admin1234@192.168.2.254:82/cam/realmonitor?channel=1: Server returned 404 Not Found&#xA;&#xA;&#x27;subtype&#x27; is not recognized as an internal or external command,&#xA;operable program or batch file.&#xA;

    &#xA;