
Recherche avancée
Médias (1)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
Autres articles (46)
-
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. -
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (9055)
-
mp4 streaming error on ffmpeg [closed]
1er octobre 2012, par ameethI want to stream an raw video from dev/video0 device on to an rtmp server using ffmpeg here are the details and all the information and the command.
Pandaboard ES REV B2
Linux linaro-developer 3.4.0-1-linaro-lt-omap #1 120625232503-Ubuntu armv7l armv7l armv7l GNU/Linux
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3I am using ffmpeg 0.11.1 version , —pkgversion=5 and i have compiled libx264 —pkgversion=3
with neon optimization and configured with ./configure —enable-shared , i am using the following command to stream on to the rtmp server,./ffmpeg \
-f alsa -async 1 -ac 2 -i hw:2,0 \
-f video4linux2 -s:v vga -i /dev/video0 \
-acodec aac -b:a 40k \
-r 25 -s vga -vcodec libx264 -strict -2 -crf 25 -preset fast -b:v 320K -pass 1 \
-f mp4 rtmp ://192.168.2.105/live/testingwith the above command i am getting the following error,
[mp4 @ 0x1266220] muxer does not support non seekable output
Output #0, mp4, to 'rtmp ://192.168.2.105/live/testing' :
Metadata :
encoder : Lavf54.6.100
Stream #0:0 : Video : h264 (![0][0][0] / 0x0021), yuv422p, 640x480, q=-1—1, pass 1, 320 kb/s, 90k tbn, 25 tbc
Stream #0:1 : Audio : aac (@[0][0][0] / 0x0040), 32000 Hz, stereo, flt, 40 kb/s
Stream mapping :
Stream #1:0 -> #0:0 (rawvideo -> libx264)
Stream #0:0 -> #0:1 (pcm_s16le -> aac)
Could not write header for output file #0 (incorrect codec parameters ?)Help me to solve this problem
Thanks in advance
ameeth
-
Open-source segmenter for HTTP streaming
28 septembre 2012, par PubliccertSo, I'm trying to build a segmenter for Linux.
There are a few linked in this thread : HTTP Live Streaming, FFMPEG & FFSERVER, and iPhone OS 3
However, the only functional one seems to be for Windows. I've tried following this guide and the svn link : http://www.ioncannon.net/programming/452/iphone-http-streaming-with-ffmpeg-and-an-open-source-segmenter/ with no success either. I can't get that segmenter to work either.
Does any know of a good, stable, opensource segmenter. We're hoping to feed our rtmp(via Red5) stream into ffmpeg and crank it out over http, if that matters to anyone. Thanks !
-
Android streaming screen [closed]
21 mai 2013, par blganeshIm able to share screen via ffmpeg
./ffmpeg -f fbdev -r 24 -i /dev/graphics/fb0 http://localhost:8090/feed1.ffm
But the output live stream is very slow.
Following is the conf file which I'm using.`Port 8090
RTSPPort 7654
BindAddress 0.0.0.0
RTSPBindAddress 0.0.0.0
MaxHTTPConnections 2000
MaxClients 1000
MaxBandwidth 1000
CustomLog -
NoDaemon
<feed>
File /data/live1.ffm
FileMaxSize 40M
NoAudio
ACL allow 127.0.0.1
</feed>
<stream>
Feed live1.ffm
Format mpeg2video
NoAudio
VideoBitRate 1024
VideoFrameRate 1
VideoBufferSize 10000
VideoSize 480x800
VideoQMin 1
VideoQMax 15
</stream>`Kindly let me know how should I change my conf file to get a fast video output.