
Recherche avancée
Médias (1)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (86)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
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 (...) -
Submit enhancements and plugins
13 avril 2011If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.
Sur d’autres sites (6322)
-
FFmpeg Live Stream - Loop Video ?
15 décembre 2015, par Dread-EyeI am trying to stream a video loop to justin.tv using FFmpeg ? I have managed to loop an image sequence and combine it with line in audio :
ffmpeg -loop 1 -i imageSequence%04d.jpg -f alsa -ac 2 -ar 22050 -ab 64k \ -i pulse -acodec adpcm_swf -r 10 -vcodec flv \ -f flv rtmp ://live.justin.tv/app/
Is it possible to do this with a video file ?
-
Anomalie #2916 : BOUCLE HIERARCHIE et critère { !titre_mot}
7 décembre 2012, par realet RealETUn peu d’histoire : http://archives.rezo.net/archives/spip-dev.mbox/7JRXPODAC5JSSFV5DINM6N44HDHYPHGR/ : r15834 hhttp://article.gmane.org/gmane.comp.web.spip.devel/29841 : documentation initiale de 2005 : renverser la hiérarchie est toujours enrichissant (...)
-
Broadcast is interrupted while streaming udp with ffmpeg
3 juillet 2023, par ömer gümüşWhen I start a UDP stream with ffmpeg on Debian 11 server, I'm trying to transfer this UDP stream to set-top boxes via the Stalker portal. However, when I start watching these UDP streams through VLC or on the set-top box itself, the stream stops after about 5 minutes or so. But ffmpeg on Debian keeps running without any issues. I can observe that the command is running continuously. I think I need to make a configuration on the Debian server to ensure the continuous transmission of this UDP stream, but I couldn't find the right method to apply. What do you think I should try ?


ffmpeg -re -i input.m3u8 -max_muxing_queue_size 9999 -c:v copy -c:a copy -strict experimental -tune zerolatency -b:v 1050k -maxrate 1300k -bufsize 4000k -g 60 -f mpegts "udp ://239.100.1.1:5001 ?pkt_size=1316"