Recherche avancée

Médias (0)

Mot : - Tags -/configuration

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

Autres articles (43)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

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

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

  • How to run FFMPEG at my web host server

    26 avril 2013, par user1978421

    I want to perform some video process at my web host server. I don't think the web host server will allow me to execute an exe file for security reasons.

    Should I use SharpFFMpeg ?

    I have downloaded SharpFFMpeg. But it's lacking a proper documentation.

    Can someone give one example how to perform a conversion from one video format to another ?

    I have written my execution program, but the compiler says it cannot file the file specified. What's wrong with it ?

           string command = @"D:\Recorded TV\ffmpeg.exe -i ""Australia's Toughest Police_QUEST_2013_04_17_21_57_00.wtv"" -s 800x400 throughCS.mp4";
           try
           {
               ProcessStartInfo psi = new ProcessStartInfo("\"" + command + "\"");
               psi.RedirectStandardOutput = true;
               psi.UseShellExecute = false;
               psi.CreateNoWindow = true;
               Process proc = new Process();
               proc.StartInfo = psi;
               proc.Start();
               string result = proc.StandardOutput.ReadToEnd();
               tb1.Text = result;
               Debug.WriteLine(result);
           }
  • tls : TLS/SSL server

    22 juillet 2012, par Peter Ross

    tls : TLS/SSL server

  • Test How much users can see video on my server

    11 février 2016, par Oferta Për Punë

    I stream a m3u8 and rtmp link from my server so i want to see how much user the server handle at same time . (im monitoring ram, cpu with itop command and bandwidth with nload command.)

    I tried to test opening lot of connection in ssh but no success

    cvlc http://example.com/video.m3u8 & cvlc http://example.com/video.m3u8 & cvlc http://example.com/video.m3u8

    so i think it is not working like this , i also tried

    rtmpdump -r rtmp://example.com/video & rtmpdump -r rtmp://example.com/video & rtmpdump -r rtmp://example.com/video