Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (53)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • 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, (...)

  • 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 (5747)

  • commande ffmpeg not working from php [on hold]

    29 août 2016, par Elmehdi Alloul

    I have a PHP file which executes a command :

    echo shell_exec ( 'ffmpeg -i "http://ip:8000/play/a02o" -b:v 1000k  -vb 1000k  -minrate 1000k -maxrate 1000k -aspect 16:9 -s 720x480 -vprofile main  -r 25 -threads 4  -bufsize 1500k -c:v libx264  -preset veryfast -g 60    -acodec libmp3lame -ar 44100 -ab 64k -strict experimental  -f flv "rtmp://127.0.0.1:708/live/test"  > /dev/null 2>/dev/null &  ' ) ;

    Everything is okay now, but when I restart nginx service, I’m forced to rerun the command again. Is there any way to start this command every time it is stopped ? Also, how can I know the status of the streaming, i.e., whether it is started or not ?

  • Facebook Live Stream API on iOS

    11 août 2020, par Deepak Sharma

    I see Facebook has a graph API to go live on Facebook, fetch all user reactions, create a poll, etc. But I don't see any sample code in the SDK for the same. I want to stream video from iOS/Android app to Facebook.

    


      

    1. Is it sufficient to use ffmpeg based libraries on iOS to create live RTMPS stream on Facebook or a third party cloud service is required ? Any sample code that has the Facebook live function builtin ?

      


    2. 


    3. What does the live video API review involves ? Anyone familiar with common causes of rejection for the live video API ?

      


    4. 


    


  • Vulnerability in file processing [closed]

    3 août, par alex

    I have discovered a vulnerability in the file processing service. If I create an MPD file with a link inside it, then when processing with ffmpeg, an attacker can receive a request to their server, which can lead to serious security issues. Once they know the IP address, they can launch an attack. I'm not quite sure how to deal with this. Are there any libraries for analysing files for malicious content ? Yes, I thought about restricting the container's network interface or running file processing services in a sandbox, but I still know very little about combating malicious code in files, how to find it, how to secure my application ? Because I am sure that you can add a link to any file, and do something even worse. But I don't know how to deal with it.