
Recherche avancée
Médias (2)
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
Autres articles (88)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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 (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;
Sur d’autres sites (17126)
-
How do I use ffmpeg with live streaming from an IP camera [closed]
28 février 2013, par Murali HariharanMy question is very basic because I am a newbie to all these
technologies.I have an IP camera connected to my internal network.
http://192.168.1.20/videostream.cgi?user=admin&pwd=
...gives a live streaming view in Firefox or Internet Explorer.
Now I want to record the live stream into a video.
The parameters to be supplied are
begin_time
,end_time
,format
of video etc.How do I accomplish this ?
I appreciate any guidance.
-
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.


-
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.