
Recherche avancée
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 ;
-
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" (...)
Sur d’autres sites (15305)
-
Play MPEG-TS video in browser and broacast similar to UDP
23 novembre 2022, par emilHow can I play MPEG-TS video and broadcast it over the network ?


I tried using JSMPEG butt it shows blurry video. I am planning to use ffmpeg if possible.


-
MKV to MP4 converted video doesn't play in flex
24 mars 2015, par ketanI am stuck on one issue from last 1 day. I am using Adobe flex video display to play video for my site.
There is some converted video from MKV to MP4 using ffmpeg.
ffmpeg -i Test.mkv -vcodec copy -acodec copy Test.mp4
Now, i am trying to play that video from local it’s working fine. But when i upload that video on server and trying to play video. Then it will not work with flex
VideoDisplay
same will work in browser and HTML videoplayer and also works with JWPlayer.Other mp4 video which are not converted works very fine. Only converted Videos are not working in only flex VideoDisplay.
Any help will be appreciate,
Thanks. -
ffmpeg issue with mp4 play and time convert for webm [on hold]
19 mai 2015, par ali rahI use this code to convert mp4 to mp4 (with watermark) and webm and ogv
and I view it via a standard html5 code.
exec("$ffmpegPath -i $inputPath -i $watermark -filter_complex overlay=10:10 $outPath");
But I found 2 important problem.
first : it generate mp4 but when open it on a browser it just play voice (no video with a black screen)
note : I can play orginall mp4 in browsers.
Second : I saw it can convert mp4 and ovg in a few second but for webm it takes about 3 min !!!...
please advice me to solve my problems...