Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (69)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

Sur d’autres sites (8941)

  • x86 : simple_idct10_template : fix overflow in pass

    12 octobre 2015, par Christophe Gisquet
    x86 : simple_idct10_template : fix overflow in pass
    

    When the input of a pass has 15 or 16 bits of precision (in particular
    the column pass), the addition of a bias to W4 may lead to overflows
    in the input to pmaddwd.

    This requires postponing the adding of the bias to after the first
    butterfly. To do so, the fact that m15, unused although zeroed, is
    exploited. In case the pass is safe, an address can be directly used,
    and the number of xmm regs can be decreased. Otherwise, the 32bits bias
    is loaded into it.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/x86/proresdsp.asm
    • [DH] libavcodec/x86/simple_idct10_template.asm
  • Action Script - Pass Pause/Break key to native process

    1er août 2014, par user341931

    I’m using FMPEG to process some videos within an air application. I’m using a nativeprocess to pass the relevant arguments to FFMPEG/the command line. I want to be able to pause the process at certain times, and continue a little while later. In the command line pressing the pause/break key pauses the processing and then pressing enter restarts it. But I can’t find a way to encode the Pause/Break key, and then pass it to the the nativeprocess.

    Thanks in advance for any help.

  • How to pass swfurl to avconv/avplay

    9 avril 2013, par Mustafe

    In order to play rtmp live stream in avplay/avconv some live stream needs swf urls.

    I can dump rtmp with rtmpdump by giving swfurl with parameter "-s" and pipe it to the avplay as in the below

    rtmpdump -r "rtmp://...../playpath"  -s http://urlToswf.swf | avplay -i pipe:0

    However I would like to give swf parameter directly to the avplay, in other words, how can we play it without using rtmpdump. In libav documentation here : http://libav.org/avprobe.html it is stated that with rtmp_pageurl you can pass this parameter but I can not achieve it.
    Here is a working rtmp link you can try on it.

    rtmpdump -v -r rtmp://5.63.150.28/atv/atv3  -s http://i.tmgrup.com.tr/p/flowplayer-3.2.10.swf?i=1 | avplay -i pipe:0