Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (46)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette 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.

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

Sur d’autres sites (10886)

  • Restream ongoing Youtube live stream using ffmpeg

    19 juin 2020, par Steve Mitto

    Is there a way I can pull an ongoing live video from youtube(maybe with sth like youtube-dl) and restream it using FFmpeg to another social media platform ?

    



    Will appreciate any helpful response.

    



    Thank you.

    


  • FFMPEG : extract a fram from a live stream once every 5 seconds

    6 mars 2017, par Steve

    I’m tryin gto extract a single frame from a live stream, every 5 seconds without using the -vf option. I’m using a Raspberry Pi so CPU is all important.

    Basically, I’m streaming a UDP stream from a live source, which uses very little CPU but I want to take a snapshot every 5 seconds.

    This works, but only produces a single image.

    -c copy -f mpegts udp://239.0.0.1:1234 -vcodec copy -vframes 1 out.png

    This works, but uses all the CPU and more.

    -c copy -f mpegts udp://239.0.0.1:1234 -vcodec copy -vf fps=1 out%d.png

    Anyone know if I can do this without using a filter ? My other solution is to run a second ffmpeg and connect to the UDP stream, which is really cumbersome.

  • Video Live wallpaper android

    12 juillet 2014, par NZT Solution

    I am trying to implement https://github.com/frankandrobot/GLWallpaperVideoDemo but this is 3 year old code. I didn’t find any other tutorial. I am using eclipse on windows 7. I have searched on google and found that NDK-r7 versions and later can also be build on windows without using Cygwin. I have also followed this link How to play video as live wallpaper android ?. I have generated .so files as well but when i try to install this in my device It is getting crashed. I have installed NDK also tried to replace latest FFMpeg libraries but no Luck ! I wonder if someone could help me out of these ? Error java.lang.RuntimeException: Unable to instantiate service frankandrobot.glwallpapervideodemo.com