View Single Post
  #4  
Old 08-25-2015, 10:02 AM
bigalow bigalow is offline
Member
 
Join Date: Jan 2015
Posts: 41
bigalow is on a distinguished road
Default

Re: SiriusXM now 256K!


I would also like to figure out how to rip/cap siriusxm streams. If someone would help with the authentication that would be awesome.

I have tried both livestreamer and ffmpeg but I get the same results...

livestreamer hlsvariant://http://primary.hls-streaming.production.streaming.siriusxm.com/AAC_Data/jamon/jamon_variant_large_v3.m3u8?consumer=k2&gupId=[auth key goes here sans brackets] best -o JamOn.ts
Results:
Code:
error: Unable to open URL: http://primary.hls-streaming.production.streaming.siriusxm.com/AAC_Data/jamon/jamon_variant_large_v3.m3u8 (403 Client Error: Forbidden)
ffmpeg -i http://primary.hls-streaming.product..._large_v3.m3u8 best JamOn.ts
Results:
Code:
[http @ 0x7f93a9c00260] HTTP error 403 Forbidden
http://primary.hls-streaming.production.streaming.siriusxm.com/AAC_Data/jamon/jamon_variant_large_v3.m3u8: Server returned 403 Forbidden (access denied)
I have tried with and without using --http-cookie "mediaAuth_v2=[auth key goes here sans brackets]"
^ I get the same results no matter what I try using

Any chance someone could help put us on the correct path? Thanks!
Reply With Quote