
Recherche avancée
Médias (91)
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
-
USGS Real-time Earthquakes
8 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
SWFUpload Process
6 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
-
Creativecommons informational flyer
16 mai 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (111)
-
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
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 (...)
Sur d’autres sites (6191)
-
Trying to Set up Video Streaming Website in HLS Format on my server [closed]
13 août 2023, par unsquaredcoder1I'm trying to stream HLS videos on my server through my website.
My website is written in PHP and JS. I'm using Video-JS as a player for my videos. My server has 32GB RAM and processor is AMD Ryzen 5 3600X. My server is using Debian 12.


I want to have my videos play smoothly like on youtube but they keep buffering continually.
The videos that buffer are 1920x1080 resolution. I thought my server would've been fast enough to host these videos. But I don't know whether problem lies in the script or the server specs.
My videos are split into HLS segments using ffmpeg.


My server's Upload speed 755.82MB and download speed is 808.35MB


I tested it on a client with 190MB Download speed.


At first I was using a server with lower specs. A VPS With 4GB Memory and a much lower grade processor.
So I upgraded to a Dedicated Server with 32GB RAM and AMD Ryzen 5 3600X. But the videos did not speed up so I'm trying to figure out the cause of them buffering continuously and not playing faster.


-
gcc is unable to create an executable file when installing FFmpeg
29 janvier 2013, par user2019961I'm trying to install FFmpeg directly from the source and I keep getting this error :
gcc is unable to create an executable file.
If gcc is a cross-compiler, use the --enable-cross-compile option.
Only do this if you know what cross compiling means.
C compiler test failed.
If you think configure made a mistake, make sure you are using the latest
version from Git. If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.log" produced by configure as this will help
solving the problem.Can anyone help ? Also, yum install ffmpeg doesn't work.
-
How change video's audio codec from one to another as specified by ffmpeg
5 mai 2022, par itil memek cantikHow is definitively changing a video's audio codec from one to another as specified by ffmpeg


in short, ffmpeg gives specs on a video's audio stream


Stream #0:1[0x2](und): Audio: aac (HE-AAC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 47 kb/s (default)



must be another that ffmpeg has given a specs on a video's audio stream


Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, mono, fltp, 64 kb/s (default)



How the correct way of solution ?