
Recherche avancée
Autres articles (111)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Publier sur MédiaSpip
13 juin 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 -
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 (...)
Sur d’autres sites (16943)
-
Use the preview property to store and retrieve the image previews. Fixes #2592
18 septembre 2013, par blueimpUse the preview property to store and retrieve the image previews. Fixes #2592
-
is it good to store HLS .m3u8 file with its segment files .ts in cassandra database ?
14 septembre 2020, par Anuj GuptaI am working on video streaming app, where backend is nodejs , so i want to upload a heavy video file(may be 1gb) and convert to .m3u8 file with its segment .ts file by using FFMPEG and then i want to store them all on cassandra , is it good to do that , if not please anyone suggest any solution and yeah I wants to avoid cloud storage like azure and google cloud for cost saving purpose.


-
How to store out put of ffmpeg in buffers or etc instead of phone storage in android ?
28 mars 2018, par Hossein YazdanfarI have and android studio project using ffmpeg.
As I want to process the output of ffmpeg commands again ,I want to store the them in buffers , byte[] or etc instead of phone memory so the performance would be better.
my project includes ffmpeg so libraries with jni and I do things with commands...
I have heard about memory protocol but searches didn’t help me a lot...any Help please ?