
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (112)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
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 (...) -
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 (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (12026)
-
Anomalie #2899 : erreur 404 renvoie sur la page accueil sur certaines configurations d’apache (rég...
6 novembre 2013, par guytarr °on retrouve ce bug sur les mutus 1&1 et OVH.
Quelques tests dans la galaxie :
sur blog, une url style Gazette-d-octobre-rengfjhfgj > 500 ?
sur spip.net et forum + url du style sfdfsdf ou fdfgdfg91.html > 200 ?
sur code, programmer, trad, plugins, party, herbier, demo, medias .net, grml.eu 404 ok -
uploading video to ftp while transcoding with Xuggler in JAVA on multiple platforms
27 novembre 2013, par HollyI'm trying to transcode a video on a client PC (Win, Linux, Mac OS - x32 or x64 - all 6) and write the output directly to a ftp server using the JAVA lib Xuggler. With pure ffmpeg it would look like this :
ffmpeg -i "local.mp4" -ftp-write-seekable 0 -c:v libx264 -crf 25 -f flv ftp://user:pass@server.net:1234/uploaded.flv
I'm assuming that it must be possible since ffmpeg can do it and Xuggler is supposed to be a wrapper for ffmpeg. I got it working using
exec("ffmeg")
but it needs to work on all 6 OS mentioned above.I tried to addapt this example : https://groups.google.com/forum/# !msg/xuggler-users/QeFTxqgc8Bg/0j1ntsl3tI0J by just using a
ftp://user:pass@server.net:1234/uploaded.flv
as the url but that does not work. Xuggler is unable to create a container based on such an url.I guess I should be able to write into an OutputStream and have ftp4j read from that stream and write to ftp. What would I need to consider for that ?
Failing all else I could write into a temp file and upload that, but I really don't like that as a solution.
-
Can someone please provide me with a code example of how to make Xuggler write to ftp directly ?
-
As a side question. I'm still looking into how to best capture data for displaying the progress in the GUI. So far I found :
IMediaListener onWritePacket(IWritePacketEvent event)
which I would register to the writer. However I'm not sure how to get the details ffmped reports (current compression, output size so far). The only useful info I found so far is the TimeStamp. Any help on that would also be most welcome.
-
-
Anomalie #3365 (Nouveau) : Problème d’affichage espace privé suite à migration
15 décembre 2014, par Francois dendBonjour,
J’ouvre ce ticket sur les conseils de Gilles sur le forum. Voici le lien vers le post d’origine mais je vais détailler ici ( [1] )
Voici le détail.
Nous avons migré notre site spip en version 3.0.17 d’un hébergement mutualisé vers un dédié sur VPS administré sous Nginx.
Le site en question est www.heli4.comSuite à la migration (tout allait bien sur l’ancien hébergeur ainsi qu’actuellement en local), l’affichage du panneau privé ne semble pas tenir compte de certains paramètres de mise en page, voir l’image : !http://i405.photobucket.com/albums/pp135/francois-d/Sites/Capturedrsquoeacutecran2014-12-13agrave070112.png
!J’ai fait pas mal de recherches et beaucoup disent de passer la variable SetEnv PHP_VER 5 dans le .htaccess mais :
- sous nginx, pas de .htaccess
- ma version php installée est la 5.4 (dernière stable)L’inspecteur web m’indique des erreurs dans un fichier cache-css mais ça revient systématiquement même après avoir supprimer le cache.
Voici le lignes "incriminées" :
819 : .barre_onglet uldisplay :-moz-inline-stack ;display:inline-block ;zoom:1 ;*display:inline ;margin:0 auto ;text-align:left ;padding:0 ;list-style:none
et
1222 : .complexoverflow:hidden ;*position:relative ;*zoom:1
Il semble qu’il ne s’agisse pas d’un souci de navigateur vu que j’ai le même souci aussi bien sous opera que firefox.
Merci d’avance pour votre aide.
François