
Recherche avancée
Médias (1)
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
Autres articles (53)
-
Qu’est ce qu’un masque de formulaire
13 juin 2013, parUn masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
Chaque formulaire de publication d’objet peut donc être personnalisé.
Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...) -
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 -
Les images
15 mai 2013
Sur d’autres sites (9328)
-
stream divx/mkv to html5 video with ffmeg
15 juillet 2014, par RoelandI’m looking into making something that can play divx/mkv videos with html 5 video.
I don’t know much about ffmpeg or streaming so this may be a simple question.
With ffmpeg I could transcode the video to a mp4 file and then stream it with the html 5 video tag.
But is there a way to do the streaming without writing it to disk first ?
If it is possible, can someone point me in the right direction ?
I’m planning on writing this in Go, but the language is not important. -
Live audio streaming from IP camera/rtsp to website
16 décembre 2018, par Peter Pihlmann PedersenI have a Dahua IP camera with a microphone. I would like to get the audio stream playing on a website like a live radio.
I have a raspberry pi which I was planning to use with ffmpeg, but I haven’t had much success in bridging the gap between that and my website to form an audio stream.
-
Can this be done via sftp/ftp with mp3 files and some fancy php/javascript to play like a live radio ?
-
Do I need to use another service ? (would like to minimise costs as much as possible !)
Thanks !
Peter
-
-
Adding more then 3 B-frames while transcoding video through ffmpeg for web streaming VOD
28 octobre 2016, par Sunil KumarI am transcoding a video for Video-on-demand(VOD) streaming. I am planning to use ffmpeg setting of more then 3 B-frames via
-bf
flag. All users will be using recent Web browsers to stream it.I am getting smaller file sizes without noticeable difference in quality by using more then 3 B-frames.
Is there a reason why at most 3 B-frames is recommended besides that some old devices don’t support playback if there are more then 3 B-frames ?