
Recherche avancée
Médias (3)
-
Valkaama DVD Cover Outside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Valkaama DVD Cover Inside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
Autres articles (72)
-
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
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 (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (5578)
-
Convert a RTMP stream to RTSP
22 août 2016, par tankyxI am capturing a game using OBS-studio and streaming it in RTMP through my nginx server. My goal is to convert that RTMP flux to RTSP. How can I achieve that ? I have read about crtmpserver but It seems I can’t configure it.
-
how to live stream to facebook via rtmps without stream key
30 août 2022, par Dean Van Greunenusing this fb js sdk api.


window.FB.api("/me/live_videos", "POST", {status: 'LIVE_NOW'}, (data)=>{
 let secure_stream_url = data.secure_stream_url;
 let stream_url = data.stream_url;
});



I get 2 stream urls. for example


rtmps://live-api-s.facebook.com:443/rtmp/1741542572871617?s_bl=1&s_oil=2&s_psm=1&s_sw=0&s_tids=1&s_vt=api-s&a=AbxpZwdxaOlqq8qV



Question


How do i stream video data to this url with using a steam key, like in obs ?


-
FFMPEG : same audio stream required in 2 output files [on hold]
5 novembre 2016, par dosdanI want to take an input AVI file with one video stream and one PCM audio stream and produce two AVC output files, with different scalings (1024:768 and 640:480), but with the same AAC audio stream in each of them. How do I map this so both output files will contain an AAC stream as well as their respective video resized steam ? As I’ve got it doing now, the 2nd file has no audio.
Dan.