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
			
		- 
	
- 
	Use this Chrome extension to get the .mpd link. I don't know why, but first seconds of download have video and audio out of sync.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 04:19. 
Similar Threads
- 
  Facebook live video only allowing SD downloadBy digitalfreaknyc in forum Video Streaming DownloadingReplies: 4Last Post: 10th Aug 2018, 08: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, 16:45
- 
  Download live Facebook videoBy Aquilsas in forum Video Streaming DownloadingReplies: 0Last Post: 6th Dec 2017, 15:35
- 
  Video Sport on Facebook or you tube liveBy Itsthebird in forum Newbie / General discussionsReplies: 1Last Post: 18th Oct 2017, 02:04
- 
  Downloading Video from FujiTV.liveBy parumaru in forum Video Streaming DownloadingReplies: 2Last Post: 14th Sep 2017, 23:10


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			
 Quote
 Quote
