
Recherche avancée
Médias (17)
-
Matmos - Action at a Distance
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
DJ Dolores - Oslodum 2004 (includes (cc) sample of “Oslodum” by Gilberto Gil)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Danger Mouse & Jemini - What U Sittin’ On ? (starring Cee Lo and Tha Alkaholiks)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Cornelius - Wataridori 2
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Rapture - Sister Saviour (Blackstrobe Remix)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Chuck D with Fine Arts Militia - No Meaning No
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (56)
-
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 -
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 (...) -
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 (5100)
-
fixed IE11 detection - flash fallback is still not working otherwise
20 septembre 2016, par DEvil0000fixed IE11 detection - flash fallback is still not working otherwise
-
How generate a flash player seekable h264 video ?
16 juin 2012, par cacheI have a mp4 video file, it can play in the flash player but can not seek(jump to other time point). Thus the question is how to generate a seekable h264 video ? (The h264 seeking works in html5 players where it is support)
As I did my homework, it is probably due to the missing keyframes. I have try to encode every frames as keyframe by setting -g 1 in ffmpeg but no luck. The fps of the mp4 is 25.Anyone knows the answer ?
-
Streaming opencv mat to flash player
8 mai 2016, par Puneet JainI am looking for a way to programmatically stream opencv frames to a flash player (using RTMP). I am running nginx at the backend.
So far, I am able to find a way to stream flv file sitting on disk to flash player (note again programmatically) : https://github.com/Akagi201/rtmp-push
I am also able to encode cv::Mat to AVFrame using libavcodec but I am not sure how can I encode push into RTMPPacket. Basically, I am not sure what should be the content of Data field of FLV tags.
Refer :https://www.adobe.com/content/dam/Adobe/en/devnet/flv/pdfs/video_file_format_spec_v10.pdfDoes anyone know how bgr content of cv::Mat be converted to AVCVIDEOPACKET, explained on the above link ?