
Recherche avancée
Médias (2)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (107)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (12545)
-
Why HLS playlist file & last segment get empty after kill the FFMPEG process which transcode a live stream (NGINX_RTMP) ? [closed]
2 août 2024, par ArjitFFPMEG command :


ffmpeg -i rtmp://localhost:1940/live/xyz -c:v libx264 -preset veryfast -b:v 400k -c:a aac -b:a 64k -s 426x240 -f hls -hls_time 5 -hls_list_size 0 -hls_flags delete_segments -hls_segment_filename jack/240p_%03d.ts jack/240p.m3u8




Actually I am using nginx-rtmp for live stream. And I had a problem that when I finish the live stream my ffmpeg command still waiting for frames , it's not terminated (even after use -timeout). so I decided to kill that ffmpeg process after live stream finish.And a problem arise here because when i kill that process the HLS playlist(.m3u8) get empty which had contain before terminate & the last HLS segment (.ts) which are not completed the desire segment length , appear in the directory but empty.


Please help me to find out why it's happen & how can I do that correctly or is there a better strategy for that ?


Thank you in advance.


-
Attach event handlers with .delegate() instead of .live().
2 novembre 2011, par Sebastian Tschanm example/application.js m jquery.fileupload-ui.js Attach event handlers with .delegate() instead of .live().
-
Live Streams DirectShow Source Filter [on hold]
9 avril 2015, par SDR RTSI need get inpput from live streams formats ( such as RTMP,RTSP,... ).
Unfortunately i coudn’t found any things about that in internet.I tried reading RTMP/RTSP streams with ffmpeg or Libav*. but nothings in my hand !
- We can’t use FFMpeg as a directshow source filter
- And Libav* is very complicated and does not exist any direct & clear path to reading live streams, parsing & decoding and then playing that.
Some people suggest using ffdshow trayouts. I searched about that. but nothing found.
Anyone can help me to implement a clear Directshow push source filter that support RTMP, RTSP formats ?
Many thanks for any help.