
Recherche avancée
Autres articles (92)
-
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
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 (...) -
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
Sur d’autres sites (9573)
-
Android : ExoPlayer - Get current frame number from video
28 avril 2016, par GilI’m developing an Android video app where I need to get the current frame number of the video being displayed while in pause mode.
I need to send my Server the frame number currently paused in video and get back a list of items regarding that frame/time, right now I’m sending the current paused time in milliseconds, but it doesn’t work quite well, because the Server compare the time sent to a specific frame it calculated, based on the time, but sometimes the comparison is not exact.
I know you can get a bitmap from that frame if you use MediaMetaDataRetriever, and I did it but it returns bitmap image and what I need is an index.
I’m using ExoPlayer (I need that feature for MP4 and for HLS, too, if that matters).Is there a way to get that info from the video ?
-
use ffmpeg in vb.net service application
29 septembre 2015, par TOMhi i want to write a vb.net application using ffmpeg . is there any possible way to run ffmpeg without putting ffmpeg.exe inside the application path or without any hardcoded path ?
Can Any hardcoded path of ffmpeg be used in windows service application ?
Process.Start("cmd.exe", "/k c:/ffmpeg/bin/ffmpeg.exe -i rtsp://198.168.1.40/cam -map 0:0 -map 0:1 -s -vcodec libx264 -g 60 -vb 500000 -strict experimental %03d.ts")
-
Is RTMP the better approach for video chat application ?
23 octobre 2016, par Mohammed SafiqI have a flash media server. I want to create a live video chat application in Android devices.
I am currently using RTMP method to secure my application, but I am not sure whether RTMP is the right security mechanism to secure my application ? Can you please tell me the right approach to secure my video chat application ?
Also I am using ffmpeg for streaming the video and audio. Any better streamer which is better than ffmpeg ?