Hi,
I'm trying to download Facebook live videos during their broadcast (I have to since they disappear when the live is over) but with no success. Anyone knows a way to do that? Thanks.
+ Reply to Thread
Results 1 to 12 of 12
-
-
Code:
ffmpeg -user_agent "x" -referer "https://www.facebook.com/" -i ".mpd link" -c copy FBLive.mp4
PS: It also works for Instagram live video, but you must to change the referer link to "https://www.instagram.com/". -
Hi. I get a "Output file 0 does not contain any stream".
Also is the user agent suppose to be something like Chrome/88.0.4****.1*0 ? -
That is the user agent
[Attachment 57582 - Click to enlarge]
I had that same problem, but because I misspelled the command line. Instead of writting:
ffmpeg -user_agent "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36" -referer "https://www.facebook.com/" -i "mpd link" -c copy FBLive.mp4
I wrote:
ffmpeg -user_agent "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36" -referer "mpd link" -c copy FBLive.mp4
Anyway, there's an easier way to download live fb videos using Streamlink.
Code:streamlink "mpd link" best -o FBLive.mp4
-
you must start cmd from the folder where you have the .exe files (yt-dl, ffmoeg, or streamlink) and then launch from the command line. you don't have to run .exe files...
then copy and paste string at post #6 by lfer94 -
Thank you, it's working!
I guess I didn't need to run and install streamlinks then. -
Last edited by lfer94; 7th Mar 2021 at 03:19.
Similar Threads
-
Facebook live video only allowing SD download
By digitalfreaknyc in forum Video Streaming DownloadingReplies: 4Last Post: 10th Aug 2018, 07:27 -
How would I broadcast my video library LIVE over the local network?
By ProxyCell in forum Newbie / General discussionsReplies: 1Last Post: 18th Dec 2017, 15:45 -
Download live Facebook video
By Aquilsas in forum Video Streaming DownloadingReplies: 0Last Post: 6th Dec 2017, 14:35 -
Video Sport on Facebook or you tube live
By Itsthebird in forum Newbie / General discussionsReplies: 1Last Post: 18th Oct 2017, 01:04 -
Downloading Video from FujiTV.live
By parumaru in forum Video Streaming DownloadingReplies: 2Last Post: 14th Sep 2017, 22:10