
Recherche avancée
Médias (3)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (79)
-
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...) -
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
Sur d’autres sites (12388)
-
Revision 29748 : Mise à jour de l’ensembles des fonctions ... on peut passer maintenant à ...
8 juillet 2009, par kent1@… — LogMise à jour de l’ensembles des fonctions ... on peut passer maintenant à l’encodage multiple
-
How do I deploy Whisper.cpp stream.wasm on an EC2 instance ? [closed]
3 août, par tosUserHow do I deploy the whisper.cpp stream.wasm demo on a EC2 instance ?


The demo is available from the following git :
https://github.com/ggml-org/whisper.cpp/tree/master/examples/stream.wasm


I am fairly far along, but the program hangs on Preparing ...
I do not know what is causing the issue.


Here are the steps I have taken. (I am trying to make it brief, and provide more detail as necessary.)
I cloned the repository and built it locally.
It runs properly.


I created an EC2 instance running Amazon Linux 2023, and uploaded the Whisper.cpp files to it.
I ssh into the server and installed nginx, it displays the default page to the server's public ip address.
I then configured nginx as a reverse proxy server :


server {
 listen 80;
 server_name redactedPublicIpAddress;
 location / {
 proxy_pass http://127.0.0.1:8000;
 }
 }




I enabled and restarted nginx.


I then try to run whisper.cpp stream.wasm by running
python3 examples/server.py

It indicates that it is serving home/ec2-user/whisper.cpp/build-em/bin to localhost:8000
This is analogous to the message when it is served locally.
Stream.wasm has a 301 response.
Helpers.js and coi-serviceworker.js have 200 responses.

The index file displays normally at the public ip address/stream.wasm/


However, all is not well. The js seems to hang on Preparing...
Other js functions on the page still function, I can download a model and the page indicates it was downloaded, etc. However, I cannot start recording. The start button is not active. It never properly initializes.


This type of behavior is identical to trying to open the index file on my local computer without it being served.


I think I am missing something simple, but do not know what it is.


Here are some steps that I took afterwards that did not fix the issue :
I installed nodejs and npm so that I could install ffmpeg.wasm :
npm install @ffmpeg/ffmpeg @ffmpeg/util


The github page indicates that I need to put the files in the html path. So in trying to troubleshoot I put them in /user/shared/nginx/html which is where the nginx default index file is placed.


I think it may be related to serving the python. The server.py file is not in a state to deploy it with uvicorn.


Maybe there is some sort of cors issue.


I simply do not know.


-
Matomo’s privacy-friendly web analytics software named best of the year 2022
25 janvier 2023, par Erin