Recherche avancée

Médias (1)

Mot : - Tags -/ogv

Autres articles (61)

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

  • 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

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

  • How to Check RTMP Live stream is on or off

    19 juillet 2021, par ITit superpower

    I want to check RTMP live stream is on or off for mic.

    


    I have used RTMP DUMP

    


    exec("/usr/bin/rtmpdump -V -v -r rtmp://www.exapmle.com/etc./13/mic1 -o /tmp/rtmp-checker.log 2>&1", $pp);


    


    I have found this trick from
http://blog.svnlabs.com/how-to-check-rtmp-source-stream-is-live-or-not/

    


    But I am not satisfied with the result because it doesn't always work, and generates a random string as a result.

    


     ![So some time i am facing this type of error. any perfect solution for this.?][1]
[1] : http://i.stack.imgur.com/ZrTco.png

    


    I'm looking for solutions with ffmpeg, or something else.

    


  • what protocol must use for broadcast live video ?

    19 août 2021, par user3807476

    A server is in the middle
And we want you to send live video to it

    


    And on the other hand, watch it through the HTTPS like https://server/live.pm4

    


    enter image description here

    


    What protocols can be used for this purpose ?

    


    I used to do this experimentally with nodejs dgram and ffmpeg on the raw UDP and it worked fine !
but stability and security is an issue that must be observed !

    


  • Live Video Broadcasting android

    16 juillet 2015, par AndroidFan

    I am developing an android application that will do live video broadcasting from mobile camera to Nimble streaming server. I have done google and find this link

    http://www.walking-productions.com/notslop/2013/01/16/android-live-streaming-courtesy-of-javacv-and-ffmpeg/comment-page-2/#comment-428898

    Actually i have downloaded project and successfully imported it on my eclipse , but when i am changing url from

    rtmp://live:live@128.122.151.108:1935/live/test.flv

    to

    rtmp://192.168.1.51:1935/magnify/sudeep

    The camera started but it does not do live streaming. On seeing it on my log cat output i got this following error :

    07-16 13:56:13.314: W/System.err(22490): com.googlecode.javacv.FrameRecorder$Exception: av_interleaved_write_frame() error -32 while writing interleaved audio frame.
    07-16 13:56:13.314: W/System.err(22490): at com.googlecode.javacv.FFmpegFrameRecorder.record(FFmpegFrameRecorder.java:747)

    Actually i am using Nimble streaming server as My server. Actually i got stuck it into from last 3 days.