Hello,
Im using livestreamer
Im trying to rebroardcast an filmon link, I can save it with the -o, but when I use livestreamer
http://www.filmon.com/tv/bfm-tv best --yes-run-as-root | /ffmpeg/ffmpeg -re -i - -sn -vcodec copy -acodec copy -f flv "rtmp://192.168.0.2:1935/live/bfm"
it does not work. It does Output file #0 does not countain any stream
but when I trype this : livestreamer
http://www.filmon.com/tv/bfm-tv best --yes-run-as-root -o test.flv
it does work
What the proper way to do it to rebroadcast in rtmp directly?