
Recherche avancée
Médias (2)
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (63)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
Sur d’autres sites (8902)
-
Live WebRTC streams (getUserMedia) to DASH using WebM
3 avril 2023, par cypI'm trying to understand the feasibility of a live streaming solution. 
I want to grab WebRTC streams (audio and video), send them to a server and transform them in chunks to send to a html5 video tag or a DASH player using WebM container (VP8 and Opus codecs).



I also looked into ffmpeg, ffserver and gstreamer but...



My question is how to feed the WebRTC streams (live) and transform them in HTTP chunks (live DASH compatible) ?



Anyone achieved something like this ?


-
Live WebRTC streams (getUserMedia) to DASH using WebM
4 septembre 2015, par cypI’m trying to understand the feasibility of a live streaming solution.
I want to grab WebRTC streams (audio and video), send them to a server and transform them in chunks to send to a html5 video tag or a DASH player using WebM container (VP8 and Opus codecs).I also looked into ffmpeg, ffserver and gstreamer but...
My question is how to feed the WebRTC streams (live) and transform them in HTTP chunks (live DASH compatible) ?
Anyone achieved something like this ?
-
How to decode an MPEG Dash Widevine
5 janvier 2016, par MartijnI have a video stream that I’d like to save to disk so I can play this back at a later time when I don’t have an internet connection at my disposal.
The stream is a MPEG Dash Stream that uses Common Encryption, PlayReady, Widevine or Marlin.
Is this possible in language like Go or NodeJS ?
Could this be done using a command line utility like ffmpeg ?