
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 (93)
-
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
Menus personnalisés
14 novembre 2010, parMediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
Menus créés à l’initialisation du site
Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (5810)
-
How to Check RTMP Live stream is on or off
19 juillet 2021, par ITit superpowerI want to check RTMP live stream is on or off for mic.


I have used RTMP DUMP


exec("/usr/bin/rtmpdump -V -v -r rtmp://www.exapmle.com/etc./13/mic1 -o /tmp/rtmp-checker.log 2>&1", $pp);



I have found this trick from
http://blog.svnlabs.com/how-to-check-rtmp-source-stream-is-live-or-not/


But I am not satisfied with the result because it doesn't always work, and generates a random string as a result.


![So some time i am facing this type of error. any perfect solution for this.?][1]
[1] : http://i.stack.imgur.com/ZrTco.png


I'm looking for solutions with ffmpeg, or something else.


-
what protocol must use for broadcast live video ?
19 août 2021, par user3807476A server is in the middle
And we want you to send live video to it


And on the other hand, watch it through the HTTPS like https://server/live.pm4




What protocols can be used for this purpose ?


I used to do this experimentally with nodejs dgram and ffmpeg on the raw UDP and it worked fine !
but stability and security is an issue that must be observed !


-
Live Video Broadcasting android
16 juillet 2015, par AndroidFanI am developing an android application that will do live video broadcasting from mobile camera to Nimble streaming server. I have done google and find this link
Actually i have downloaded project and successfully imported it on my eclipse , but when i am changing url from
rtmp://live:live@128.122.151.108:1935/live/test.flv
to
rtmp://192.168.1.51:1935/magnify/sudeep
The camera started but it does not do live streaming. On seeing it on my log cat output i got this following error :
07-16 13:56:13.314: W/System.err(22490): com.googlecode.javacv.FrameRecorder$Exception: av_interleaved_write_frame() error -32 while writing interleaved audio frame.
07-16 13:56:13.314: W/System.err(22490): at com.googlecode.javacv.FFmpegFrameRecorder.record(FFmpegFrameRecorder.java:747)Actually i am using Nimble streaming server as My server. Actually i got stuck it into from last 3 days.