
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (62)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
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 -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;
Sur d’autres sites (8391)
-
reason why encoder and media server is distributed [closed]
11 mars 2023, par nkee YaI planned to implement Streaming site using Java and have a few questions. If my knowledge is wrong, please correct them.


- 

- flow chart is video - encoder - media server - cdn - video player - client
- I want to know what each components' (video, encoder, media server, cdn,v ideo player) roles are. (especially media server and video player..)
- I planned to implement media server and use ffmpeg which encodes video and I think it acts as an encoder in flow chart.
- why using RTMP between encoder and media server ? Isn't streaming protocol HLS used when the media server sends a video to the user because it's streaming that plays files in real time without the need for viewers to download all the files ? Why is the streaming protocol used to send videos from the encoder to the media server ?










Have any data about my title, link please.
I googled data about my title, but I'm confused what each components' roles are.


-
openssl : Allow newer TLS versions than TLSv1
30 octobre 2016, par Mark Thompson -
linux ffmpeg 7:4.1.3-1 build don't support RTMPS [on hold]
28 juin 2019, par Sora ShiroI go to https://packages.debian.org/source/stable/ffmpeg and download
ffmpeg_3.2.14.orig.tar.xz
, and I configure&make&make install and finally I successfully build ffmpeg.But when I use RTMPS protocol, such as :
ffmpeg -stream_loop -1 -re -i /root/video/xxx.mp4 -acodec copy -vcodec copy -f flv "rtmps://xxx/xxx/xxx"
Then an error occur :
... Protocol not found
But in https://ffmpeg.org/general.html , it says that ffmpeg now support RTMPS.
So is something I missing when I build ffmpeg ?