I have been using the following command to download afreecatv steaming more than a year:
ffmpeg -i http://live-hls-local-cf.afreecatv.com/livestream-sg-04/auth_playlist.m3u8?aid=.A32.7b...YY1BMz3WQP5zO3 -c copy 281.mp4
However, I get the following error when I try to download afreecatv steaming today:
HTTP error 403 Forbidden
http://live-hls-local-cf.afreecatv.com/livestream-sg-04/auth_playlist.m3u8?aid=.A32.7b...Y1BMz3WQP5zO3: Server returned 403 Forbidden (access denied)
I use the latest Windows version of ffmpeg. Do you know what goes wrong? May be afreecatv stops people using ffmpeg to download streaming? Thx!
+ Reply to Thread
Results 1 to 2 of 2
-
-
If they wanted you to download the video's they would provide a download link.
You need to provide the referer and user-agent fields to download form that site:
Code:ffmpeg ^ -headers "Referer: http://play.afreecatv.com/soojin1/223302098" ^ -headers "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:75.0) Gecko/20100101 Firefox/75.0" ^ -i "http://live-hls-local-cf.afreecatv.com/livestream-sg-04/auth_playlist.m3u8?aid=.A32.7bbT56vyHM9fKZk.itU7RCshmqL_NOpjmwKSsw3-pStw25Kql_Ay5OsCIzQ4nw-6TNcCyxXbxyjjZjuD5P07JeOK7wgM6ENqSB_OetgINIUbVBRxgXECiFmdlfRDjtiZFfYY1BMz3WQP5zO3:" ^ -c copy ^ output.ts
Similar Threads
-
Youtube-dl HTTP Error 403: Forbidden
By FernandaLobo in forum Newbie / General discussionsReplies: 13Last Post: 5th Jun 2018, 13:20 -
Need help with ffmpeg "HTTP error 403 Forbidden"
By beo59 in forum Video Streaming DownloadingReplies: 11Last Post: 20th Feb 2018, 16:31 -
Need help with livestreamer "HTTP error 403 Forbidden"
By axdias in forum Video Streaming DownloadingReplies: 6Last Post: 16th Jun 2017, 11:05 -
how to fix "HTTP error 403 Forbidden - Bad Token!!!"
By tom-vin in forum Video Streaming DownloadingReplies: 11Last Post: 16th Apr 2016, 08:26 -
FFMpeg HTTP error 403 Forbidden with akamaihd.net
By theshaft in forum Video Streaming DownloadingReplies: 2Last Post: 24th Jan 2016, 19:43