
Recherche avancée
Médias (91)
-
Les Miserables
9 décembre 2019, par
Mis à jour : Décembre 2019
Langue : français
Type : Textuel
-
VideoHandle
8 novembre 2019, par
Mis à jour : Novembre 2019
Langue : français
Type : Video
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
-
Un test - mauritanie
3 avril 2014, par
Mis à jour : Avril 2014
Langue : français
Type : Textuel
-
Pourquoi Obama lit il mes mails ?
4 février 2014, par
Mis à jour : Février 2014
Langue : français
-
IMG 0222
6 octobre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Image
Autres articles (88)
-
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. -
MediaSPIP Player : problèmes potentiels
22 février 2011, parLe lecteur ne fonctionne pas sur Internet Explorer
Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...) -
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)
Sur d’autres sites (11577)
-
how create mpeg-ts stream over http with existing hls (stream )
16 septembre 2019, par xanbi143currently i`m using ffmpeg to create hls live stream and the same was delivered by apache server.
sample HLS stream url,"http://localhost/cam/live1.m3u8"willing add mpegts stream option.. I don`t want to run one more service for mpeg-ts creation like ffserver or vlc.. Anyone guide me to achieve this goal.
expected transport stream url "http://localhost/cam/live1.ts"
-
how create mpeg-ts stream over http with existing hls (stream )
9 février 2016, par xanbi143currently i`m using ffmpeg to create hls live stream and the same was delivered by apache server.
sample HLS stream url,"http://localhost/cam/live1.m3u8"willing add mpegts stream option.. I don`t want to run one more service for mpeg-ts creation like ffserver or vlc.. Anyone guide me to achieve this goal.
expected transport stream url "http://localhost/cam/live1.ts"
-
PHP Shell Excution of ffmpeg Not Reading Bash Profile
25 juillet 2015, par Searay330I understand that is a odd question and may be very specific, but I recently installed
ffmpeg
on a shared hosting service. While I can execute all tasks from an SSH console, when making the exact same call in PHP, I get this error.error while loading shared libraries : libavdevice.so.56 : cannot open shared object file : No such file or directory
It did the same thing in PuTTY, until I updated the
~/.bash_profile
with this line :export LD_LIBRARY_PATH=/home/searay330/ffmpeg/lib
Does PHP not use
~/.bash_profile
, or is there a different file that needs to be updated ? Any information on this topic is greatly appreciated, thank you.