
Recherche avancée
Autres articles (97)
-
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 (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (12784)
-
FFmpeg multicast with multiple network interfaces
6 février 2019, par VirkomI have java-application as wrapper on FFmpeg. I need to capture mp2 multicast stream, convert it to mp3 and send converted multicast stream to another address.
It works well. But now I have two network interfaces. And one of them for internet/local network (eth1). Need to configure second network interface (eth2) to capture and send multicast streams.But ffmpeg try to capture from first network interface by default. I can see packets in tcpdump, but ffmpeg don’t capture it from eth2.
How can I specify interface for stream capturing and interface for stream sending ?
-
Use FFMPEG to segment video at variable intervals
30 novembre 2016, par user7232217With ffmpeg I am able to save an RTSP stream to files of duration X seconds using the segment command like this :
ffmpeg -i rtsp://STREAM-ADDRESS/live -acodec copy -vcodec copy -map 0:0 -map 0:1 -reset_timestamps 1 -segment_time 30 -f segment s-out-02%d.mp4
This reads the stream and saves it into 30 second segments
-segment_time 30
I am trying to figure out how to do this but have a user action trigger the segmentation. Rather than each segment being 30 seconds in length, the segments will have variable lengths based on user input. Some might be 5 seconds, some might be 240 seconds.
Thanks in advance for your thoughtful suggestions.
-
avcodec/h264_cabac : use int instead of long for mbb_xy
1er février 2015, par Michael Niedermayer