
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (89)
-
Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur
8 février 2011, parLa visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
Configuration de la boite multimédia
Dès (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (8901)
-
How can I embed a .ts stream on my website, using m3u8 that works with HLS.js ?
20 décembre 2022, par AnonymousI have the URL of the stream that I wanted to embed on my website, using HLS.js but I can't because it has got the format of .ts (Transport Stream).


I have already tried VLC http streaming transconversion but it hasn't worked. If you consider using ffmpeg please let me know how you done it !


Here it is the stream : http://iptvfree1.com:7899/live :.cid.9b5190e69349237e/hGYOfCADiS/160


Sorry about my poor english,and my "noob" thinking about the topic. Thanks


-
how to convert and capture with ffmpeg
16 février 2012, par Wai YanI want to upload a video.Uploaded video will be capture two images at 10% and 50% time length.
And if uploaded video is not flv, want to convert to flv.
How to know uploaded video is flv or not flv.
How to convert ?
Now I am using php and ffmpeg.
Please someone answer me.I am beginner for php, ffmpeg and english language.
I founded many questions in this website about ffmpeg.But I can't found need answer.
If this question is duplicate question,forgive me. -
Streaming WebRTC via ffmpeg to Facebook Live (RTMP) [on hold]
5 février 2017, par Frederik Grevesorry for my bad english ;)
I’ve got the following problem :
I want to stream a Webcam (+audio) to Facebook Live. To capture the media I use getUserMedia. Now I will send the data to Facebook Live via RTMP.I tink there are two ways to do it, but I don’t know how.
- Create an Stream with WebRTC and encode it with ffmpeg to RTMP.
- Save every single frame with HTML5 Canvas and then stream it with ffmpeg. (In this case I don’t know to add sound from microphone.)
I’m just using html5, Javacript and PHP.