
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (111)
-
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...) -
Que fait exactement ce script ?
18 janvier 2011, parCe script est écrit en bash. Il est donc facilement utilisable sur n’importe quel serveur.
Il n’est compatible qu’avec une liste de distributions précises (voir Liste des distributions compatibles).
Installation de dépendances de MediaSPIP
Son rôle principal est d’installer l’ensemble des dépendances logicielles nécessaires coté serveur à savoir :
Les outils de base pour pouvoir installer le reste des dépendances Les outils de développements : build-essential (via APT depuis les dépôts officiels) ; (...)
Sur d’autres sites (10483)
-
HLS : reading PRIV ID3 tag with com.apple.streaming.transportStreamTimestamp PTS time mark
30 novembre 2018, par michaI have a hls live stream where i can go back 30 minutes (timeshift) :
I want to save a part of the 30 minutes window as mp4 file locally.
I parsed the playlist, downloaded the single ts and aac segments and have put them together (concatinate). The result is always asynchronous.
There is a timestamp in the ts segments but not in the aac segments.
The timestamps of the aac segment are probably in a private id3 tag, but i don’t know how i can read them.Here is a good analysis :
https://github.com/flavioribeiro/nginx-audio-track-for-hls-module/issues/22Does anyone have an idea how i can read that timestamp (OS : Linux) ?
-
doc/formats : add reference to ffmpeg(1) stream specifiers as that docs is more complete
16 février 2019, par Marton Balint -
doc/general : update avisynth docs with a way to install just the headers using CMake
5 avril 2020, par Stephen Hutchinson