Hi folks!
I want you to ask if someone know a way to capture a live stream on Facebook?
My alltime music favorite playin tomorrow in his hometown Omemee in front of 200 people and this concert coming on Facebook tomorrow night!
I try often to recording live streams on Facebook with no success!
Any help was great!!!
Greetings,
HJ
+ Reply to Thread
Results 1 to 2 of 2
-
Last edited by ghostrewel; 30th Nov 2017 at 11:47.
-
Hi ,
> I want you to ask if someone know a way to capture a live stream on Facebook?
If you have a link working , try this . Maybe good ( I haven't tried ) .
Below a batch file ( obviously used under windows ) , staying in the directory containing 'livestreamer.exe' :
Code:@echo off set "ua=Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008071615 Fedora/3.0.1-1.fc9 Firefox/3.0.1" set ladate=%date:/=-% if "%TIME:~0,1%"==" " (set ext=0%TIME:~1,1%H%time:~3,2%mn%time:~6,2%) else (set ext=%TIME:~0,2%H%time:~3,2%mn%time:~6,2%) CHCP 1252 > nul COLOR 9F :Origine echo. echo !!! Exemple de lien Facebook : https://www.facebook.com/ViedAideSoignants/videos/1255292074525100 !!! echo. echo --------------------------------------------------------------------------------------------------------- SET /P lien_FB=Entrer l'adresse de la page : echo --------------------------------------------------------------------------------------------------------- echo. "e:\base\wget.exe" -q -U " %" --no-check-certificate "%lien_FB%" -O "Page_Facebook.txt" type Page_Facebook.txt | "e:\base\sed.exe" "s#""#'#g" | "e:\base\grep.exe" -o "hd_src:'[^']*" | "e:\base\cut.exe" -d"'" -f 2 > link.txt set /p link=<link.txt echo Link: "%link%" livestreamer "httpstream://%link%" live -o Video_FB_%ladate%_%ext%.mp4 pause :fin
Change this : depending of your configuration !!!
Also need : regex2.dll ; staying in the folder "e:\base" .
---
Regex for Windows
http://gnuwin32.sourceforge.net/packages/regex.htm
---
While the batch is running ; paste the link https... ( on the right of 'Entrer l'adresse de la page :' )
You'll get a file ( looking like ) "Video_FB_30-11-2017_21H14mn07.mp4"
( sorry it is written in french ) .
Cheers .JE SUIS CHARLIE !!!
Similar Threads
-
Facebook live video only allowing SD download
By digitalfreaknyc in forum Video Streaming DownloadingReplies: 4Last Post: 10th Aug 2018, 07:27 -
Video Sport on Facebook or you tube live
By Itsthebird in forum Newbie / General discussionsReplies: 1Last Post: 18th Oct 2017, 01:04 -
Issues capturing live RTMP Stream
By christheradioguy in forum Video Streaming DownloadingReplies: 2Last Post: 15th Jan 2017, 10:12 -
Help with live stream
By christheradioguy in forum Video Streaming DownloadingReplies: 10Last Post: 5th Sep 2016, 12:59 -
Live stream for VLC
By viik in forum Video Streaming DownloadingReplies: 2Last Post: 16th Mar 2013, 07:56