Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (58)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately 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, par

    Mediaspip 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 2013

    Puis-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 (15397)

  • streaming video to c# app

    15 octobre 2014, par Ilya

    I’m writing a streaming app, and I need to show a preview in my app.

    I running ffmpeg process like ffmpeg -rtbufsize 100M -f dshow -i video="Logitech HD Webcam C525" -c:v libx264 -pix_fmt yuv420p  -an -tune zerolatency -preset ultrafast -f tee -map 0:v "[f=flv]rtmp://video.dev/test/test|[f=mpegts]udp://localhost:18234"
    which streams into 2 output : remote rtmp and to local source for preview.

    So, what method I can use to show local preview ?

    I tried this Show a tcp video stream (from FFPLAY / FFMPEG) in an C# application, but ffplay window doesn’t shows, maybe because it creates console window first, and then new window with video.

  • ffmpeg hls master playlist generation

    15 avril 2019, par diS

    With the recent ffmpeg master branch(commit 7fcbeb) we can generate the master playlist using

    -master_pl_name

    option. But I am unable to generate the master playlist with different profiles. Tried using

    -var_stream_map

    how can we use these options for creating master playlist with different profiles ?

    I am trying with below ffmpeg command :

    # ./ffmpeg  -y -loglevel error -err_detect careful -analyzeduration 8000000 -probesize 4000000 -rtbufsize 300000 -flush_packets 0 -fflags +genpts+discardcorrupt -f mpegts -i test.ts -c copy -var_stream_map "v:0,agroup:aud_high a:0,agroup:aud_high" -ignore_unknown -flags global_header -f hls -master_pl_name master.m3u8 -master_pl_publish_rate 32 -hls_time 4 -hls_list_size 40 -hls_flags delete_segments /webserver/video0_%v.m3u8
  • Revision 69399 : On refait les critères dans l’inclusion des graphiques, mais on ...

    25 janvier 2013, par rastapopoulos@… — Log

    On refait les critères dans l’inclusion des graphiques, mais on n’affiche cette inclusion que s’il n’y a pas un trop grand nombre de points ! (là 2000 en dur, complètement au hasard).
    En vrai il faudrait surtout que les graphiques ne s’affichent qu’avec une pagination mois par mois, un truc dans ce genre !