rtmp_stream_delayer icon indicating copy to clipboard operation
rtmp_stream_delayer copied to clipboard

Issue with getting Backup streams to work

Open rameshliyanage opened this issue 5 years ago • 4 comments

Really great job with this @sistason and really appreciate the support.

Been trying to get the BACKUPSTREAM_SHORT and/or BACKUPSTREAM_LONG to work. Nothing seems to run though. Appreciate any guidance.

rameshliyanage avatar Jul 09 '20 08:07 rameshliyanage

sorry for forgetting this íssue... I committed some debug logging, please try to run the delayer with -v and check if any of the backupstream-concerning logs show. (And pot them here :) )

sistason avatar Jul 28 '20 14:07 sistason

Hello, whats the correct syntax to add backupstream? Do we just put youtube link or path to a file on the server? Or we need to put some rtmp link there?

Thanks in advance!

Flegma avatar Jul 17 '21 17:07 Flegma

Put anything in there which works with ffmpeg -re -i "string" (https://github.com/sistason/rtmp_stream_delayer/blob/master/rtmp_stream_delayer.py#L124).

A local filepath will work, an rtmp-location as well, other than that, please either read the ffmpeg-manpage or just try it out what works :)

sistason avatar Jul 17 '21 19:07 sistason

Thanks for pointing out a line in the code, ill have and take a look (also, manpage will help a lot). :) Thanks!

Flegma avatar Jul 17 '21 19:07 Flegma