
Recherche avancée
Autres articles (74)
-
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (10971)
-
How to use FFMPEG on wowza to encode Live rtmp streams ?
17 janvier 2012, par arashagaI am looking for a source to explain how to use FFmpeg with wowza to transcode live rtmp to http. Does anyone know anything about it or know where to point me to get some info ?
Thank you all,
-
Handling camera to stream videos live in browser ?
27 décembre 2016, par A SahraI am working to stream videos live in my browser using PHP codeigniter what are the best suggestion to handle and pass the video to ffmpeg and ffserver as input ,is there a good javascript plugin beside using HTML5 as streamer.
-
Android Live Streaming based on javaCV + FFMpeg crashes by adding red5 link
1er octobre 2015, par user1914692The Android application code is from :
Android Live Streaming courtesy of JavaCV and FFMPEGIt streams the live camera video from the device.
I follow one comment’s instruction (Yoshio Numai), to use Red5 as the stream server.
By Red5 itself, I can successfully use simpleBroadcaster and simpleSubscriber to stream and display the live camera (from the computer) steam.In the MainActivity.java, I change the code as below :
private String ffmpeg_link = "rtmp://192.168.1.105/oflaDemo/red5StreamDemo";
And I can start the app in my Android device (Nexus 4).
after click "start", the app crash, pops out a small window, saying :
"Unfortunately, JavaCV 0.3 Stream Test has stopped. OK."Once I click the OK button, I find the app is still live in the task list.
But the same thing will happen.
What’s wrong here ?