
Recherche avancée
Autres articles (109)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette 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, parMediaSPIP 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, parLe 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 user2331687I 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 Lhommeuse 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 foundSigned-off-by : Michael Niedermayer <michael@niedermayer.cc>
-
FFMPEG wont play the rtsp link, but the same link works in VLC
15 mars 2021, par JCHI have a rtsp link from an ip cam.
rtsp ://admin:admin1234@192.168.2.254:82/cam/realmonitor ?channel=1&subtype=1


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


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


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


ffplay code


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



error that i get


libavutil 56. 51.100 / 56. 51.100
 libavcodec 58. 91.100 / 58. 91.100
 libavformat 58. 45.100 / 58. 45.100
 libavdevice 58. 10.100 / 58. 10.100
 libavfilter 7. 85.100 / 7. 85.100
 libswscale 5. 7.100 / 5. 7.100
 libswresample 3. 7.100 / 3. 7.100
 libpostproc 55. 7.100 / 55. 7.100
[rtsp @ 000002663268f600] method DESCRIBE failed: 404 Not Found/0
rtsp://admin:admin1234@192.168.2.254:82/cam/realmonitor?channel=1: Server returned 404 Not Found

'subtype' is not recognized as an internal or external command,
operable program or batch file.