
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 (57)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
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
Sur d’autres sites (13979)
-
How to send traffic to all pods of service instead of round robin method in kubernetes
10 janvier 2018, par MDKI want to build a cluster that contains a single pod that running
ffmpeg
to convert input video to different qualities and send the result to anginx
cluster to serve it.
for nginx cluster I have a kubernetes service.
if ffmpeg pod wants to push video (which is inrtmp
format) to nginx cluster each nginx pod receive some part of video and when a user connects to nginx from outside just get some packets.
because when ffmpeg pod send video to nginx service kubernetes send packet to nginx pods in round-robin all nginx pods can not get full live video traffic.
so I need to send traffic from ffmpeg to all pods of nginx services.
but I don’t know how should I change routing methods to achieve this. -
ffmpeg -hls_time option not working correctly when running as a service
4 février 2019, par aexpositoI am running a ffmpeg command as a systemd service to catch a live RTSP stream and generate hls chunks, the chunks are set to be 30 seconds long with the -hls_time option, when I run the command on the console myself it works ok, but when it runs from the service chunks, wish are supposed to be 30 seconds long are 7 or 8 seconds.
This is the command :/usr/bin/ffmpeg -rtsp_flags prefer_tcp -i
"rtsp ://192.168.1.16:554/user=admin&password=&channel=1&stream=1.sdp"
-acodec copy -vcodec copy -hls_time 30 -hls_list_size 10 -hls_flags append_list+delete_segments -f hls -use_localtime 1
-hls_segment_filename "/home/zurikato/video-backup/$FILENAME_FORMAT_hls.ts"
/home/zurikato/video-backup/playlist.m3u8I’m a beginner in ffmpeg and linux services, so please indulge me if it is a simple matter.
Thanks in advance -
avutil/crc : use ff_thread_once at av_crc_get_table
24 octobre 2017, par Muhammad Faiz