Hey I have been trying to stream a zee5 live tv channel using ffmpeg, but i am getting this error ::
I Tried In VLC, MxPlayer And in Chrome Itself, It Works Fine But Doesn't Work With Ffmpeg:[https @ 0x558e0b0a3340] HTTP error 403 Forbidden
https://z5ams.akamaized.net/andflix/index.m3u8?hdnts=st=1623206843~exp=1623209843~acl=...c36d8abc165ed: Server returned 403 Forbidden (access denied)
Code :
ffmpeg -i "https://z5ams.akamaized.net/andflix/index.m3u8?hdnts=st=1623206843~exp=1623209843~acl=/*~hmac=fc79cdf9742904fa556a38a4e627ba2b86813f4402f bf9086d0c36d8abc165ed" -c copy -bsf:a aac_adtstoasc "output.mp4"
Can anyone help? thanks.
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 2 of 2
			
		- 
	
- 
	Add some headers like user agent, referer and hdnts (very important). For example: 
 
 Or use Streamlink:ffmpeg -user_agent "user agent header" -referer "referer link" -headers "hdnts: hdnts value" -i ".../index.m3u8?hdnts=..." -c copy -bsf:a aac_adtstoasc "output.ts"
 
 streamlink --http-header "User-Agent=x" --http-header "Referer=x" --http-query-param "hdnts=x" ".../index.m3u8?hdnts=..." best -o output.ts
Similar Threads
- 
  TMPGEnc Authoring works 4 - Access is Denied (Error code 0x80070005)By The Roo in forum Newbie / General discussionsReplies: 3Last Post: 17th Mar 2021, 18:34
- 
  Virtualdub export image sequence "Access is denied"By ecc in forum Video ConversionReplies: 5Last Post: 6th Jul 2020, 09:43
- 
  Recording .m3u8 live streaming - 403 Forbidden? :(By gurmurad in forum Video Streaming DownloadingReplies: 5Last Post: 3rd Jun 2020, 09:48
- 
  403 Forbidden errorBy Skoosh in forum Video Streaming DownloadingReplies: 2Last Post: 15th Nov 2018, 12:02
- 
  FFMPEG can not download m3u8 video. Error 403 (access denied)By goken12 in forum Video Streaming DownloadingReplies: 9Last Post: 1st Jun 2018, 20:18


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