
Recherche avancée
Autres articles (28)
-
La sauvegarde automatique de canaux SPIP
1er avril 2010, parDans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...) -
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 (...) -
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)
Sur d’autres sites (4218)
-
Read files parts as blobs and stream to rtmp server in node.js backend [closed]
13 janvier 2021, par shrwI am reading a 2 GB mp4 file, want to read this file parts as blobs(or near fixed length, say around 4MB ) apply ffmpeg and stream to rtmp server.


In node.js backend.


-
ffmpeg:send rtsp to streaming server error:Display black [on hold]
1er février 2018, par shanexiaI am using FFmpeg to pull video data from a streaming server. The program works fine. But when I play the destination URL, it just displays black. I have tried using VLC and ffplay, but both players suffer the same problem.
The ffplay report says this :
SPS unavailable in decode_picture_timing
non-existing PPS 0 referenced
no frame !
The ffmpeg net function is
av_write_frame
, and the destination url isrtsp://IP:PORT/RTStream/test.sdp
. -
PHP-FFMPeg is not processing files on CentOS server
22 novembre 2019, par Diego MirandaPHP-FFMPeg Version : 0.13.0
FFmpeg Version : N-95710-gb25b643
CentOS 7.7
Actual Behavior
We are using PHP-FFMPeg on laravel to process a video file to 720p and 480p.
The PHP-FFMPeg is not processing the file or generate a file with 0 bytes.
Sometimes one of this resolutions is precessed, most of the time is the 720p.
The Exception return "Encoding failed".
This occours only on production server CentOS.
Executing the command of FFmpeg on prompt of production server works well.
Expected Behavior
PHP-FFMPeg process a video file to 720p and 480p.
Code
We have two jobs of Laravel to process the files in chain.
In the ProcessVideo720PJob.php file :
https://gist.github.com/Diego-MNG/e58228afe459dd65fcc58fb5970d627f#file-processvideo720pjob-phpIn the ProcessVideo480PJob.php file :
https://gist.github.com/Diego-MNG/e58228afe459dd65fcc58fb5970d627f#file-processvideo480pjob-php