
Recherche avancée
Autres articles (36)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
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" (...)
Sur d’autres sites (9037)
-
vp8dsp : Remove the comment saying that the height is equal to the width
10 juillet 2016, par Martin Storsjö -
Video recording solution for angular and spring boot app [closed]
24 juin 2022, par Shinu MathewI am trying to build an app with angular on the front end which should be able to record video using users webcam and send data to a spring boot backend microservice in parts. I have tried using client libraries like video-recordjs but I face a lot of issues when it comes to cross platform and devices. I am looking for a reliable solution which would help me to accomplish this and work well on all browsers and devices. Any suggestion or help would really be appreciated.


-
Restreaming mpd to m3u8 loads CPU, any solution ?
5 avril 2020, par Marhul88i restream channels from mpd to m3u8 but it loads cpu very much. Is any soliton to restream mpd streams easily ?



This is code :



[program:channel]
autorestart=true
command=/usr/local/ffmpeg/bin/ffmpeg -re -hide_banner -headers 'Referer: https://example.com/' -i https://stream.webm.mpd -c:v libx264 -preset ultrafast -tune zerolatency -c:a aac -b:a 128k -f hls -hls_time 4 -hls_flags append_list+delete_segments -hls_list_size 6 -hls_segment_filename '/etc/nginx/hls/channel/file%%03d.ts' /etc/nginx/hls/channel/playlist.m3u8