Recherche avancée

Médias (91)

Sur d’autres sites (147)

  • Editing and restreaming rtmp stream in python

    31 mai 2020, par REgorion

    There is an nginx rtmp lan server that is being streamed from OBS. There is a Python script that determines whether there is nsfw content on the screen based on a screenshot. The result is calculated in real time and sent over tcp. The task of another script is to Get the result over tcp - it can do this. Receive a stream from an rtmp lan server and overlay the video stream a second before nsfw content appears. In theory, I need to receive the stream and send it with a delay of a second, and if the signal comes over tcp, then overlay the video.

    



    I don't understand how I can implement this buffer, write stream to it, process it, and publish it. The overlay can be applied via opencv, but the issue of implementing the buffer and posting it remains open. I looked in the direction of ffmpeg, but I don't understand how to organize streaming.

    



    What libraries can help me solve this problem ? Is there any related literature ?

    



    Sorry for my english

    


  • FFMPEG not found at my local server

    3 mai 2013, par user2319553

    i have installed ffmpeg on my local server and the phpinfo() function of php is showing that it has been enabled.
    When i am using Video Embed & Thumbnail Generator a wordpress plugin i ahve to specify the location where ffmpeg is installed i.e " Path to applications on server :" and when i enter the url it showing me that ffmpeg is not installed here.

     http://wordpress.org/extend/plugins/video-embed-thumbnail-generator/

    Any help will be pretty much accepted.

  • FATE rsync error

    17 octobre 2014, par eejs

    I am trying to rsync the fate-suite from the fate server to my local machine. When I run the following command :

    make fate-rsync SAMPLES=fate-suite/

    I get the following error :

    rsync -vrltLW --timeout=60 --contimeout=60 rsync://fate-suite.ffmpeg.org/fate-suite/ fate-suite/
    receiving incremental file list
    created directory fate-suite
    rsync: read error: Connection reset by peer (104)
    rsync error: error in socket IO (code 10) at io.c(802) [receiver=3.1.0]
    rsync: connection unexpectedly closed (15128 bytes received so far) [generator]
    rsync error: error in rsync protocol data stream (code 12) at io.c(226) [generator=3.1.0]
    make: *** [fate-rsync] Error 12

    How do I resolve this error ?