
Recherche avancée
Médias (1)
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
Autres articles (74)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (11173)
-
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.
-
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")
-
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