Recherche avancée

Médias (0)

Mot : - Tags -/latitude

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

Autres articles (70)

  • 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

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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (10387)

  • Retrieving stdout from subprocess in Windows

    6 août 2017, par Cryptite

    I can call FFmpeg with subprocess.Popen and retrieve the data I need, as it occurs (to get progress), but only in console. I’ve looked around and seen that you can’t get the data "live" when running with pythonw. Yet, waiting until the process finishes to retrieve the data is moot, since I’m trying to wrap a PyQT GUI around FFmpeg so I can have pretty progress bars and whatnot. So the question is, can you retrieve "live" data from a subprocess call when using pythonw ?

    I haven’t tried simply compiling the application with py2exe yet as a windows application, would that fix the problem ?

  • opening .js file in CMD runs windows script host [migrated]

    6 août 2017, par Alex

    I am installing ffmpeg for node.js.
    When i run ffmpeg by the following command in CMD ; ffmpeg -codecs
    It opens a .js file with windows script host instead of CMD.

    This is because i accidentally pressed windows script host as standard program for .js files.

    I am running this on windows 10 and i cannot find a way to reverse my actions..
    i have tried select CMD as standard program for opening javascript files but this didnt work. It gave me an error that this file type could not be associated with the program chosen.

    I dont know what to do.

  • How do I install stream-m on my vps server using putty for windows

    19 décembre 2014, par They Went Viral

    when i logged into my vps server using the plesk control panel i see httpdocs in the root when using putty i entered an ls command and i only see

    @vps : # ls
    ffmpeg parallels parallels_installer plesk-installer.sh univac.webm

    wonder why this is why dont i see the same files as in te control panel ??!

    the problem is i am trying to run this https://github.com/vbence/stream-m on the server
    the read me says

    RUNNING THE SERVER

    java -jar stream-m.jar

    Before running the server you should edit the sample config file (change password and choose a stream name). So you will end up with something like :

    java -jar stream-m.jar server.properties

    but im getting an error that says

    @vps : # java -jar stream-m.jar server.properties
    Error : Unable to access jarfile stream-m.jar

    Now i do have ffmpeg installed as per putty but when logged into the control panel i don’t see that either what am i doing wrong ?