
Recherche avancée
Autres articles (62)
-
Les vidéos
21 avril 2011, parComme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
Sur d’autres sites (6986)
-
How to play RTSP on Google TV ( or use ffmpeg )
20 janvier 2013, par kocurogluIn short, I have to play RTSP on a Google TV device (Sony nsz-gs7). How can I do it ?
Things I tried :
- Use NDK to compile ffmpeg, then ffmpeg converts rtsp to udp etc. - Fails because NDK is not supported in Google TV (see : https://developers.google.com/tv/faq#ndk). This method uses ffmpeg as library.
- Put ffmpeg executable (compiled with NDK) in an application, then call the app from command line. (see : http://gimite.net/en/index.php?Run%20native%20executable%20in%20Android%20App - first method). I can deploy executable and set its permissions, but cannot execute it ; i get "not found" error (its path is correct). If only I could run an executable file in Google TV, the problem would be solved, I think.
- Tried to display in VideoView, like Google TV VideoView playing YouTube rtsp videos, it didn't work either.
These approaches all work on Android phones, but I couldn't make them work on Google TV.
Any tips for displaying RTSP or running executable files ? Or do I have to wait for NDK support ?
Update : If there is an application which can play RTSP streams, we can also use it as a temporary fix.
-
FFMPEG using Google Drive API instead of Shared URL
25 novembre 2020, par MarcusWe are using FFMPEG to stream a Google Drive URL into a node application.


Is there an FFMPEG method or library we can use to stream to FFMPEG using the Google Drive API instead of using the standard public shared URL ?


At the moment using the URL works fine if the file size is <100mb but with bigger files we get an error :


https://drive.google.com/uc?export=download&id=fileId: Invalid data found when processing input



This is because we reach the pesky gDrive virus roadblock page :



-
ffmpeg add scaled logo with two outputs
24 février 2020, par yellowmnI want to add a scaled logo with 2 outputs.
For 1 output this works for me :
-filter_complex '[1:v]scale=156:94,overlay=main_w-overlay_w-10:10'
But it does not work for 2 outputs in one ffmpeg command.