
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (82)
-
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...) -
Sélection de projets utilisant MediaSPIP
29 avril 2011, parLes exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
Ferme MediaSPIP @ Infini
L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...) -
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 ;
Sur d’autres sites (7112)
-
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.
-
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.


-
Looking best resource for video and audio processing with ffmpeg
7 octobre 2014, par Kenji-TranI’m working on video, audio streaming (using ffmpeg)
I’m just new in this field :)I’ve read dranger tutorial : http://dranger.com/ffmpeg/
Although this is very usefule tut, and dranger describe many problem in handle video/audio streaming (buffer, thread, queue, synchronized, skip frame, v.v), I’m still feel not clearly :(Does anyone know another resources (ebook, tutorial, source code, ..) I can reference, and learn about video/audio handle techinqueu, especial working with ffmpeg.
Thanks