
Recherche avancée
Autres articles (74)
-
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 ;
-
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 -
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 (...)
Sur d’autres sites (9016)
-
FFMPEG : Can't get audio stream from RTSP Camera IP : V380 Pro
4 janvier 2023, par MartinThis is the case :






It's called V380 Pro probably on shenzen build.



Here you can find some SDK if that help in anything : https://github.com/brusdev/V380-SDK



I'm using this command to record it via ffmpeg :



ffmpeg -use_wallclock_as_timestamps 1 -rtsp_transport tcp -i rtsp://192.168.1.25:554/live/ch00_1 -c copy -acodec copy -map 0 -strict experimental -strftime 1 -flags +global_header -f segment -segment_time 60 -segment_format_options movflags=+faststart -reset_timestamps 1 output_%Y-%m-%d_%H-%M-%S.mp4




Everything works fine except that the audio doesnt recording but of course this camera has an audio output (as the input with microphone)



Tried ffprobe to recognize audio stream but there is none. Looks like ffmpeg doesnt see it or it's somehow combined with video output ?



And here is ffprobe from this same camera but recorded via their windows app :



https://i.stack.imgur.com/xaPUN.png



As you can see now there is some audio output stream.


-
FFMPEG FishEye Equirectangular
12 juillet 2021, par David McSpaddenI'm struggling with FFMPEGs Remap Filter. I have a security camera that streams a bunch of different options, but the default is this FishEye :




I see a TON of maps for Ricotah Theta's, but nothing that shows me how to generate those map files for a different layout, like the one I have. I've tried doing just 2 pano's, but the image gets stretched out so much when I stream to YouTube. Can someone point me in the right direction ???


-
Integrity : Added new event 'error[name="config-mismatch"]'
13 décembre 2014, par JamesMGreeneIntegrity : Added new event ’error[name="config-mismatch"]’
Security : Also added filtering to only honor FlashVars. Supersedes #336.
Fixes #379
Fixes #164
Closes #336Also revved version to 2.2.0-beta.3