
Recherche avancée
Autres articles (99)
-
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 (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)
Sur d’autres sites (10473)
-
Anomalie #4345 : super_cron HS en https
23 août 2020, par jluc -Thanks for merging.
On peut release 3.3 ! -
Nginx, ffmpeg HTTPS to RTMP
18 juin 2020, par TomI have a web server that's root page is a continuous changing image from a camera. This I can view across the web in a browser without issue.



What I really want to do however is a Nginx with the RTMP extension to take the HTTP and convert to a RTMP stream. Which I think is something like this...



worker_processes auto;
rtmp_auto_push on;
events {}
rtmp {
 server {
 listen 1935;
 listen [::]:1935 ipv6only=on;

 application live {
 live on;
 record off;
 exec_pull /usr/bin/ffmpeg -f image2 - loop -i https://<domain> -f flv rtmp://localhost/show/stream;
 }
 }
}
</domain>



However that doesn't work, it doesn't do anything, no error, no result. If I point VLC at the expected stream I get not a sausage.



If anyone has any ideas on what is wrong I would be very grateful.



Tom


-
Revision 121589 : [Salvatore] [source : socialtags] Export depuis https://trad.spip.net ...
4 février 2020, par salvatore@… — Log[Salvatore] socialtags Export depuis https://trad.spip.net de la langue es
Credits : cerdic <cedric@…>