
Recherche avancée
Médias (1)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (52)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (10304)
-
ffserver and ffmpeg configure for transcode and streaming video from IP Camera to flv http stream
24 juillet 2013, par user2614266Good dayTime, guys. I have vlc streaming server with some channels which configured like this part of vlm.conf :
new channelN broadcast enabled<br />
setup channelN input "rtsp://192.168.203.4/av0_0" # h264 video & no audio<br />
setup channelN output "#transcode{vcodec=FLV1,acodec=vorb,vb=800,ab=128,channels=1,samplerate=44100}:std{access=http{mime=video/flv},mux=ffmpeg{mux=flv},dst=:8080/channelN.flv}"<br />
control channelN play<br />
Could you advised me a config form of the same channel (feed.ffm , stream.flv, option "Launch") for streaming by avserver (ffserver) with avconv (ffmpeg) ? -
Can FFMPEG library send the live H264 iOS Camera stream to Wowza using RTSP
7 janvier 2015, par Vishal LohiaMy requirement is to get iphone camera feed, encode it into H264 format and send it to server.
In search, I found encoding part is possible with ffmpeg lib with x264 (libx264). But now the next task is to send the encoded data to Wowza server using rtsp.Please share some code or useful document if anyone is aware about this.
There is one another library for encoding purpose live555. But I am not sure it can send the data to server using rtsp.
-
Raspberry Pi ffmpeg live camera stream over 4g
31 juillet 2014, par ricksterI’m planning on connecting a camera to a Raspberry Pi and streaming video over 4G internet to control a quad copter. I will be using ffmpeg to stream the video, so far it looks like you need to use ffserver to do this. The problem is most 4G providers (I use AT&T) block all ports from hosting. Would something like FreedomPop (http://www.freedompop.com) work ? Can I stream with ffmpeg as the client ? What kind of latency can I expect ?