
Recherche avancée
Médias (1)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (57)
-
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 -
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...)
Sur d’autres sites (10077)
-
creating a jack client from inside a docker container
19 novembre 2018, par unameunameI use jack to route audio between multiple sound cards in my pc.
To record the audio i use a very convenient FFmpeg command which creates a writable jack client :
ffmpeg -f jack -i -strict -2 -y
.
so far this works very well.The problem starts here :
I also have an nginx docker which records my data and makes it available for streaming. when trying to use the same command inside the docker i get the following error :
"Unable to register as a JACK client"
.I started to look in to the FFmpeg code and found out that the FFmpeg command calls the
jack_client_open
command from the jack API, which fails.Seems like there is some kind of a problem in the connection between the FFmpeg request from inside the docker to the jackd server running on the host.
Is there a simple way to create a connection between the two [exposing ports] ?
(I saw some solutions like netjack2, but before creating a more complex server-client architecture i’d like to find a more elegant solution).
Thanks for the help !
-
Do i need a client to stream data ?
28 novembre 2017, par AdalcarI am writing a web interface for a set of cameras using ffmpeg.
The issue comes when trying to stream this data :
after shamelessly ripping this code, replacing the ip with localhost for testing purposes, I tried to read the stream with VLC, to no avail : the server side runs without problem but the packets seem to disappear in thin air.That’s when I open the server with
avio_open2(&server, "udp://localhost:554", AVIO_FLAG_WRITE, NULL, &options);
If I use
rtsp
instead, it has the decency of failing with "unknown protocol" (?)and for
http
, it pops an unknown error.Do I need a client request to start streaming ?
-
Add type="text" to input fields without type attribute to please qSA
22 novembre 2011, par Jörn Zaeffererm demo/index.html Add type="text" to input fields without type attribute to please qSA