Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (41)

  • 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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

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

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