
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (97)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 (...)
Sur d’autres sites (11256)
-
ffmpeg livestream only shows one frame at a time
28 octobre 2016, par user3308335So, I’ve tried to turn one of my pis into a silly "baby cam" for my pet and I followed the tutorial made by Ustream.tv on how to do this.
This is the script I run to start the stream :
#!/bin/bash
RTMP_URL=<rtmpurl>
STREAM_KEY=<streamkey>
while :
do
raspivid -n -hf -t 0 -w 640 -h 480 -fps 15 -b 400000 -o - | ffmpeg -i - -vcodec copy -an -f flv $RTMP_URL/$STREAM_KEY
sleep 2
done
</streamkey></rtmpurl>However, whenever I go to view the stream, the stream shows only one frame. The same frame until I refresh the browser, watch the ad again, and then it’s a new same frame that it’ll show.
Does anyone have an idea why this might be happening or any troubleshooting tricks for me to try ?
-
Summer of Code (in space)
25 juillet 2011, par Dark Shikari — development, SOCISThere’s apparently another Summer of Code in town. x264 has been accepted into the ESA Summer of Code in Space. Just like Google Summer of Code, work on x264 over the summer and get paid ! Watch out though ; only some countries are allowed, so check first if you’re allowed to participate. The application deadline is July 27, 11AM (UTC) ; sorry for the short notice this time around !
-
FFmpeg on Android ; Convert .olleh file [closed]
3 février 2020, par athenaI have downloaded a video for offline viewing from a Korean app named Seezn. I was planning to transfer the video to watch on desktop but the file format is one I’ve never seen before.
Here are the files on the same folder :
- 020598814.olleh (2.04 GB) - most likely the video itself
- 020598814.mpd (42 KB)
- 20598814.license (4 KB)
- 1 (File, 0 KB)
- 2 (File, 0 KB)
I tried to convert it (using FFmpeg android & desktop) to mp4 but this error showed up instead :
Invalid data found when processing input
I want to convert the existing file as much as possible, but if it’s not, is there a way I can just download the video stream on Android ?
Thank you so much !