
Recherche avancée
Autres articles (102)
-
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 (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
Sur d’autres sites (10802)
-
Android Screen mirroring via rtsp server
7 juillet 2017, par Anıl Mert ArI was trying to mirror my android phone’s screen to my PC. I actually did that thanks to
ffplay
andadb
. But my question is how I can send it to anrtsp
server. Do I need any additional stuff besides them ?What I can do :
adb exec-out screenrecord --output-format=h264 - | ffplay -
I completely didn’t understand how to send this output to an rtsp server and I don’t know if there is additional thing rather than rtsp I will be so appreciated if you help me. Thanks.
-
How to show the camera preview always in the Spydroid-ffmpeg project
11 avril 2013, par user2182013I'm tring to readapt the https://github.com/vanevery/spyd-ffmpeg project to my own. This project streams the video and/or audio captured by the phone camera via rtsp and it can be received in a computer or so running vlc or similar. My problem is that the app just shows the preview of the camera when receives a connection, but I'd like to show it always. I've tried hundred of things but it always crashes. I cannot find any startPreview() or similar method and I don't know where exactly in the code it is started in order to modify it. Any clue ?
Thanks.
-
Getting error during ogg to mp3 conversion
8 novembre 2015, par user2659308I used RecordRTC and implemented with Angular.js, audio recording is working fine in Mozilla and recorded blob type is ogg, so I saving file in server in ogg format.
But I need it in MP3 format as we have to support in different phone OS. So I further converting using ffmpeg :
exec('/usr/bin/ffmpeg -i /var/www/dtswork/bluejaypt/us/bjaypt/uploads/index.ogg -acodec libmp3lame /var/www/dtswork/bluejaypt/us/bjaypt/uploads/index.mp3 2>&1'))
Using above command but it’s giving "/var/www/dtswork/bluejaypt/us/bjaypt/uploads/index.ogg : End of file".