
Recherche avancée
Autres articles (57)
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
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 (...) -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...)
Sur d’autres sites (3405)
-
RTP server on embedded device and client on Android
15 juin 2015, par Shashi RanjanI have an embedded device which has Wifi and Audio capabilities. I want to make my Android phone communicate to it using RTP. I have already tried Mobile to Mobile RTP audio communications. That works like charm. But now I want to try, one side Android and other side this embedded device. Could anyone point me to the source code (simple one as less RAM in embedded device) of basic RTP.
I am using ffmpeg on Windows PC to simulate the embedded device. When I "join()" the RTP from my Android, I get the error as 0x64 wrong protocol type.
If I get a basic handshake between the devices for audio, it will be great.
-
Removed jsAMP paths, moved to _mp3
31 décembre 2010, par Scott Schillerm demo/mp3-player-button/basic.html m demo/mp3-player-button/index.html m demo/page-player/basic.html m demo/play-mp3-links/basic.html m demo/play-mp3-links/index.html Removed jsAMP paths, moved to _mp3
-
Adding simple xor encryption in ffplay
9 mai 2015, par davidkomerLooking at ffplay.c (https://github.com/FFmpeg/FFmpeg/blob/master/ffplay.c) and wanting to support some basic encryption, which lines of code are the most relevant ?
To keep it simple- assume we are using a basic XOR cipher key that matches, in length, the video data.
In other words- where is the data actually read and return the bytes (so that we can modify it before bytes are returned) ? :)