
Recherche avancée
Médias (1)
-
SWFUpload Process
6 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
Autres articles (33)
-
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
Installation en mode ferme
4 février 2011, parLe mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
C’est la méthode que nous utilisons sur cette même plateforme.
L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...) -
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)
Sur d’autres sites (4627)
-
.mpd deleted after played
18 novembre 2020, par thxboxI would like to stream mp4 file with .mpd file. I installed MP4Box to convert mp4 to .mpd file, with this command


P4Box -dash 4000 -frag 4000 -dash-profile onDemand -segment-name out-seg -time-shift -1 -out prev_video.mpd prev_video.mp4



on my Ubuntu server


I also use nginx-rtmp-module to do video streaming.


My problem is after I play .mpd file with VLC Player then .mpd file was auto deleted.
so question is, is it possible to keep .mpd in my server ? or I miss some configuration while convert .mp4 to .mpd with MP4Box


Thank


-
HLS for on demand streaming
15 septembre 2017, par Awais fiazI have been working on DASH (Dynamic adaptive streaming over http) in the past but as DASH is not supported on IOS based devices so i am moving to HLS (http live streaming) as it works on all devices.
I am in need of a guide of
HLS
for on demand streaming to understand encoding flow and techniques being used in this process.i am using
FFMPEG
as encoding libraryPHP
for server side scripting andapache2
as server.any help regarding this would be really appreciated thanks.
-
Python to generate a video mpd file (even a node package) [on hold]
14 mars 2017, par JuniorI am in the midst of developing a video streaming app and I’m currently stuck at the Adaptive Bitrate Streaming part.
Is there a python or node module that can (run server-side and) generate a mpd file of a video after it is uploaded, this way it is easy to link the file to Dash.js.
So to clarify, I would just upload my video and have the server generate an mpd file for the video. The next time I use Dash.js, i just attach this file.
Thanks.