
Recherche avancée
Médias (33)
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (63)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP 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, 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 (...)
Sur d’autres sites (8881)
-
Evolution #3692 : Suivre les évolution de MediaJS
28 juin 2017, par Franck DHello, juste pour dire que la version 4.2.2 vient de sortir https://github.com/mediaelement/mediaelement/blob/master/changelog.md
J’ai pas fait de test, Il y a pas mal de corrections de bugs, mais aussi la mise à jour de l’API Facebook. Elle était en 2.6 et passe en 2.9 !
https://github.com/mediaelement/mediaelement/commit/8a5760dc6ca3fe5c32eb26f44142e579d718128a
L’intérêt de mettre à jour la lib, c’est que cela fonctionne, après le 13 juillet 2018 https://developers.facebook.com/docs/apps/changelogNous ne mettons pas souvent à jour les libs, (sauf sécu ou gros bug) dans les versions mineures de spip, et nous ne sortons pas souvent de mise à jour "majeure" (avec un peu de chances, la 3.3 sortira d’ici juillet 2019), c’est pour cela que je pense que cela serait une bonne idée de mettre la nouvelle lib, car sinon, une fonction ne fonctionnera plus dès l’année prochaine :-(
Franck
-
Facing libavfilter error while doing cmake for NVIDIA-DALI library on ubuntu version
27 avril 2019, par vamsi— Installed OpenCV 3.4.4 which NVIDIA DALI recommended.
— below link for NVIDIA DALI reference.
https://docs.nvidia.com/deeplearning/sdk/dali-developer guide/docs/quickstart.html
— below link for OpenCV installation :
https://www.pyimagesearch.com/2018/05/28/ubuntu-18-04-how-to-install-opencv/—NVIDIA DALI using below versions :
-DALI version : 0.10.0dev
-Found PythonInterp : /usr/bin/python (found version "2.7.15")
-Found CUDA : /usr (found suitable version "9.1", minimum required is "8.0")
-Found OpenCV : /usr/local/include ;/usr/local/include/opencv (found suitable version "3.4.4", minimum required is "2.0")---This is the error(No package ’libavfilter’ found) i am getting.
- Found CUDA : /usr (found suitable version "9.1", minimum required is "8.0")
Building WITHOUT nvJPEG
Building WITHOUT JpegTurbo
Found OpenCV : /usr/local/include ;/usr/local/include/opencv (found suitable version "3.4.4", minimum required is "2.0")
OpenCV libraries :
opencv_core ;opencv_imgproc ;opencv_imgcodecs -
Found PythonLibs : /usr/lib/x86_64-linux-gnu/libpython2.7.so
pybind11 v2.2.4
Found Protobuf : /usr/lib/x86_64-linux-gnu/libprotobuf.a ;-lpthread (found suitable version "3.0.0", minimum required is "2.0")
-
Enabling TensorFlow TFRecord file format support
- Found PkgConfig : /usr/bin/pkg-config (found version "0.29.1")
- Checking for module ’libavformat’
- Found libavformat, version 58.20.100
Checking for module ’libavcodec’
- Found libavcodec, version 58.35.100
Checking for module ’libavfilter’
No package ’libavfilter’ found
CMake Error at /usr/share/cmake-3.10/Modules/FindPkgConfig.cmake:415 (message) :
A required package was not found
Call Stack (most recent call first) :
/usr/share/cmake-3.10/Modules/FindPkgConfig.cmake:593 (_pkg_check_modules_internal)
cmake/Dependencies.cmake:176 (pkg_check_modules)
CMakeLists.txt:45 (include)Configuring incomplete, errors occurred !
See also - Found CUDA : /usr (found suitable version "9.1", minimum required is "8.0")
-
How to configure ffmpeg for streaming videos from Red5 into Youtube using youtube-v3-api ?
28 mai 2018, par Alfonso ValdesYou’ll see my problem is next :
Currently I’m working to configure youtube-v3-api for live streaming of .flv videos on my Youtube channel using Red 5 service as stated on next link https://www.red5pro.com/docs/server/ffmpegstreaming.html, this is using next commands for streaming on Linux :
ffmpeg -i rtmp://127.0.0.1:1935/live/streamname live=1 timeout=2 -vcodec libx264 -s 640x480 -vb 500k -acodec libfdk_aac -ab 128k -f flv rtmp://a.rtmp.youtube.com/live2/{Stream name/key}
ffmpeg -rtsp_transport tcp -i rtsp://127.0.0.1:8554/live/streamname -acodec copy -vcodec copy -f flv rtmp://a.rtmp.youtube.com/live2/{Stream name/key}On this, neither RMTP nor RTSP protocols are working for streaming. Also, I have tried several codecs for audio and video configuring different sizes for each one of them, but none of those have worked.
The root streaming videos are generated by an IOS/Android app still on development phase.
The problem comes when no video is displayed on Youtube screen, regardless the video is being sent by Red5 (I confirmed this on my Red5 dedicated server on AWS) and received correctly by Youtube (confirmed by validating on Console), so I have come into a dead end on which I hope you could help me get through.
Any idea of what could be a possible solution ?
Thank you.