
Recherche avancée
Autres articles (87)
-
Configuration spécifique pour PHP5
4 février 2011, parPHP5 est obligatoire, vous pouvez l’installer en suivant ce tutoriel spécifique.
Il est recommandé dans un premier temps de désactiver le safe_mode, cependant, s’il est correctement configuré et que les binaires nécessaires sont accessibles, MediaSPIP devrait fonctionner correctement avec le safe_mode activé.
Modules spécifiques
Il est nécessaire d’installer certains modules PHP spécifiques, via le gestionnaire de paquet de votre distribution ou manuellement : php5-mysql pour la connectivité avec la (...) -
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 (...)
-
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.
Sur d’autres sites (4277)
-
Anomalie #3444 (Nouveau) : Nombreuses erreurs dans les log avec une instal en SQLite 2
10 mai 2015, par Franck DalotBonjour
SPIP 3.1.0-beta [22129]
PHP 5.3.29 chez ovh
Aucun préfix de table "particulier"
Installation en SQLite 2
J’ai un fichier mes_options qui ne contient que :<?php
define('SPIP_ERREUR_REPORT',E_ALL);
Je viens de faire un test d’installation tout neuf en SQLite 2.
Une fois l’installation fini, je regarde de suite les logs dans tmp/log
Je constate de nombreuses erreurs y compris "critique" dans les fichiers "maj.log", "spip.log", "spip.log.1", "sqlite.log" et "sqlite.log.1"
Le site semble fonctionnel, mais pourtant, si j’essaie d’ouvrir le fichier avec https://github.com/lazierthanthou/sqlite-manager cela me sort comme quoi la bdd aurait un problème, donc impossible de la voir avec.Donc, dans le doute, ou il y a un vrai problème, je préfère faire un ticket en attendant que d’autres confirme ou regarde s’ils ont des choses qui sembleraient anormal.
Franck
-
What's the easiest way to convert ogg to webm on Node without ffmpeg ?
12 mars 2023, par EvertI'm working on a Telegram bot that can receive voice messages and then let OpenAI's Whisper transcribe them and then respond using OpenAI's chat completions API.


Anyway, Whisper does accept a
webm
file as an input, but not anogg
file. Even though ironically, from what I've read, awebm
container can contain a pureogg
file as its soundtrack.

I can't use
ffmpeg
, because I'm deploying this as a serverless function (on Vercel for now) and I have no guarantee thatffmpeg
will be installed there. But I was thinking, sincewebm
is simply a container file which can contain the rawogg
opus
codec as the soundtrack, wouldn't it be possible to just take the binary audio data that I can get from Telegram, usingconst audioData = await response.arrayBuffer()
, and just add some bytes to the beginning and end of it that represent thewebm
container ?

If yes, then can someone please tell me which bytes I'd need to add exactly ?


-
Best and latest live video streaming soloution [on hold]
3 avril 2015, par FordI have read a few old posts on StackOverflow about live video streamins, but as they are from around 2008, i assume things have moved on from then... and wonder if a current thread will be useful to me and others.
Also looking on google gives lots of stuff, but again i dont know who is best to listen to and who is trying to sell their stuff (not that i am against paying).Basically what are the main points i need to know in order to add/develope a feature to a website in order to offer "1 on 1" and "1 to many" MULTIPLE live streaming webcam, with voice and text chat.
I am quiet competent with PHP, OK with basic JavaScript (of course fine with HTMLL/css), but do not know what code i would need for client side software, or if any "off the shelf" software is suitable.
I have played with ffmpeg and noticed this offers streaming, but i dont know if it would be suitable or the best available option.?
I have a dedicated server with virtualization so can add a dedicated box for streaming if needed/better.Any info that can point me off in the right direction of how to add a live streaming service to a website would be much appreciated !