
Recherche avancée
Médias (1)
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
Autres articles (54)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)
Sur d’autres sites (6891)
-
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.