
Advanced search
Other articles (23)
-
Publier sur MédiaSpip
13 June 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
MediaSPIP Core : La Configuration
9 November 2010, byMediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes; une page spécifique à la configuration de la page d’accueil du site; une page spécifique à la configuration des secteurs;
Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques de (...) -
Configuration spécifique pour PHP5
4 February 2011, byPHP5 est obligatoire, vous pouvez l’installer en suivant ce tutoriel spécifique.
Il est recommandé dans un premier temps de désactiver le safe_mode, cependant, s’il est correctement configuré et que les binaires nécessaires sont accessibles, MediaSPIP devrait fonctionner correctement avec le safe_mode activé.
Modules spécifiques
Il est nécessaire d’installer certains modules PHP spécifiques, via le gestionnaire de paquet de votre distribution ou manuellement : php5-mysql pour la connectivité avec la (...)
On other websites (6424)
-
./configure —prefix=${FFMPEG_INSTALL_PATH} —enable-pic —disable-yasm —enable-shared
26 December 2018, by WonderfulI am trying to do repetition experiment about the article "Compressed Video Action Recognition, the followings are the problems I encounter"
The code link is on Github
https://github.com/chaoyuaw/pytorch-coviar/blob/master/GETTING_STARTED.md
The first step is going ok
enter image description hereBut when I was doing the second step, the problems came up
I follow the routine as described in the text, as the pic shows,
enter image description here
when I was doing the last step which is "./install.sh", the error information is as follows:
enter image description here
enter image description hereWhat should I do to fix the problems, I am a new beginner, thanks a lot
-
Installing FFmpeg 1.1.2 "Fire Flower" on a mountain Lion
14 February 2013, by AnandI am trying to install FFmpeg 1.1.2 "Fire Flower" on mountain lion machine.
I downloaded http://www.ffmpeg.org/releases/ffmpeg-1.1.2.tar.bz2 from http://www.ffmpeg.org/download.html and extracted it.
Is there a step by step tutorial to get the source code compiled, installed and get it running in my machine -
Can't playback huge video which was uploaded to google storage. I Get Error: Unable to retrieve manifest /stream.m3u8 -Error: Could not retrieve file
18 July 2022, by Dmytro PetskovychI upload file to google storage using "@ffmpeg-installer/ffmpeg" and @google-cloud/storage in my node.js App.
Step 1. file uploading to fs is in child processes - one process for each type of resolution (totaly six).
step 2. encription (converting to stream)
step 3. upload to google storage


This way is working fine only with small file. When i upload large file I Get server Error: Unable to retrieve manifest /stream.m3u8 or Unable to retrieve .


It seems that not all splits are uploaded to the cloud. but i checked they are there.


I am currently using "Upload a directory to a bucket" in order to send the video from the client to the Google Cloud Storage bucket.


when I upload video, actually I upload six videos, one for each type resolution


for example when I upload video with duration one hour it split on chunk and totally I get more three thousands files.


not all of this files are accessible when i try playback video. that's why I can't play video in all types of resolution and get error like


maybe someone had the similar problem and helps fix it
.
i have no idea why i get that behavior only with huge file