
Recherche avancée
Médias (1)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
Autres articles (65)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Submit enhancements and plugins
13 avril 2011If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone. -
(Dés)Activation de fonctionnalités (plugins)
18 février 2011, parPour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)
Sur d’autres sites (8007)
-
mov : Trim dref absolute path
16 février 2016, par Vittorio Giovaramov : Trim dref absolute path
Samples produced by Omneon (Harmonic) store external references with
paths ending with 0s. Such movs cannot be loaded properly since every
0 is converted to ’/’, to keep the same parsing code for dref type 2
and type 18 : this makes the external reference point to a non-existing
direactory, rather than to the actual referenced file.Add a brief trimming loop that drops all ending 0s before trying to
parse the external reference path.Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>
-
error enoent when assigning path to ffmpeg
12 septembre 2022, par seriouslyI am trying to set up a relay from my rtmp server and I'm using an npm module called
node-media-server
. I have set up my rtmp protocol successfully but when I am trying to set up the relay it expects me to add a path my my ffmpeg library so i npm installed ffmpeg then supplied the node_module path to the relay but I keep on getting erroruncaughtException Error: spawn C:\blah\blah\node_modules\ffmpeg ENOENT
the ffmpeg library definitely exist at the specified location. Why is this happening ? Thanks in advance.

Link to the module im using : https://www.npmjs.com/package/node-media-server




const NodeMediaServer = require('node-media-server');
const path = require('path')
const ffmpegPath = path.join(__dirname, '..', 'node_modules', 'ffmpeg')

const config = {
 rtmp: {
 port: 1935,
 chunk_size: 60000,
 gop_cache: true,
 ping: 30,
 ping_timeout: 60
 },
 http: {
 port: 8000,
 allow_origin: '*'
 },
 relay: {
 ffmpeg: ffmpegPath,
 tasks: [{
 app: 'live',
 mode: 'push',
 edge: 'rtmp://localhost:1936',
 },
 {
 app: 'live',
 mode: 'push',
 edge: 'rtmp://localhost:1937',
 }
 ]
 }
};

var nms = new NodeMediaServer(config)
nms.run();







-
lavu/frame : fix malloc error path in av_frame_copy_props()
15 décembre 2014, par wm4