Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (84)

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • 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

  • 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

Sur d’autres sites (7856)

  • SAT-IP Server and VLC

    10 novembre 2013, par Chris

    I have a Sat-IP Server/Converter, Triax TSS 400.
    I can recieve with VLC the stream as MPEGTS (via http) but it is very slow (lagging) trought my Powerline (currently powerline speed is 141mbit).
    I have a SAT-IP DVBviever Client on my Notebook which is working 100% perfect, SD and HD channels.
    I have seen in wireshark, that when i'm connect the SAT-IP Server with the SAT-IP Client, im reciving RTSP stream.
    ...and now my problem : how can is recieve RTSP/RTP stream instead of HTTP stream from Triax TSS 400 ?
    What is the command to Tune this device to get channel working/streaming with ffmpeg ?
    ...or maybe is there a ChannelList with all the Astra 19,2° channels for HTTP stream from Triax TSS 400 ?

    thx

  • CRF vs CPU usage for x264

    1er novembre 2013, par user2945312

    Im looking for help about the CPU usage and CRF (constant rate factor ![enter image description here][1]). I measured the CPU usage percentil for many CRF value and the result shows that the CPU usage increase when CRF increase ; that means when bitrate and quality decrease.

    I used x264 with preset ultrafast and tune zerolatency to encode a stream and store it to the disk.

    What Im looking to understand is why CPU usage increases when CRF increase ?

    Thx.

  • FFMPEG real-time buffer full frame dropped

    27 janvier 2015, par Burgaz

    I’m using FFMPEG on windows with direct show.
    I’m streaming RTMP (command below) and i need very low latency.
    Once run I get the following errors : [dshow @ 024ce800] real-time buffer 204% full ! frame dropped !

    ffmpeg -threads 6 -f dshow -i video=UScreenCapture -s 1920x1080 -an -vco
    dec libx264 -x264opts keyint=25:min-keyint=20 -b:v 1024k -preset ultrafast -tune zerolatency -crf 22 -r 10 -pix_fmt yuv420p -f flv rtmp ://server...

    Do you have an idea how to handle this kind of error ?

    Thanks
    Ronen