
Recherche avancée
Médias (1)
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
Autres articles (112)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...) -
(Dés)Activation de fonctionnalités (plugins)
18 février 2011, parPour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)
Sur d’autres sites (10526)
-
Converting YouTube live stream to streaming aac
12 octobre 2020, par Anonymous MouseFor educational purposes, I'm trying to convert a YouTube live stream into a more traditional streaming aac (like what is used by radio stations for online streaming).


The furthest I got is creating a aac file with
ffmpeg
andyoutube-dl


ffmpeg -i $(youtube-dl -f 96 -g https://youtu.be/livestreamurl) stream.aac



It's obviously isn't working, the aac file is not bring "streamed", as the length of the aac file is just as long as up to the point it's opened. I would like to learn about the aac stream that radio stations use and how I could create one with a YouTube live stream. I do not know what phrase I should Google about that. Any help would be appreciated.


-
How to send video to TikTok live stream from my Ubuntu laptops ? [closed]
21 août 2022, par Request LewisI have a TikTok account with over 1000 followers.
I want to send a video to a live TikTok stream from my Ubuntu laptop.
I want to use RTMP streaming.
I can use GStreamer or ffmpeg to prepare live video.
How can I send this video to my TikTok account after preparation ?


-
how to host live stream video
21 août 2015, par VhanjanUsing jwplayer with html5 users can watch videos online..
just put the source where the video file is located,, and the users can play the video that easy..i also tried to put a live stream source, as i remember it is rts ://sampledomain.com/video.mp4,
then jwplayer easily play that mp4 file..my question is
how can i host this kind of file "rts ://sampledomain.com/video.mp4" using my web camera or hypercam3 as my video recorder.. and send it to jwplayer so the users can play live stream in the browser using jwplayer..any hint are appreciated, but thank you very much for step by step tutorials..