Jump to content

How to watch Toonami/Adultswim shows in mpv?


warlord8

Recommended Posts

Hey all,

 

I was wondering if anyone knew how to watch shows and streams from Adultswim website in mpv? Apparently there is a way to do so using youtube-dl but I cant figure it out. I'm just trynna watch in mpv rather than using the web player and adobe flash. Any help is appreciated. 

 

For example, if i want to watch a Twitch livestream, all i have to do is open command prompt and write "mpv [twitch website link]" and youtube-dl handles the rest.

 

Is there any way to accomplish the same with Adultswim streams?

Link to comment
Share on other sites

Link to comment
Share on other sites

27 minutes ago, TheOneWhoSees said:

Adult Swim uses .m3u8 for their videos.

If mpv plays .m3u8s, then you should be able to use a raw link

Example:

 

 

Yeaup i can play that link in mpv. How do i obtain the the .m3u8 link for any show?

Link to comment
Share on other sites

Not sure if that would be possible.

 

I don't personally delve in playing streams through video player (plus I don't use MPV) but I tried with VLC.

 

Unlocked episode played fine but locked did not, the seekbar (or whatever you call it) just infinitely bounces back and forth.

 

The cable-locked episodes (since you mentioned adobe flash, indicating the cable locked ones) are protected streams.

 

Would need some way of having the player authenticate, I assume. Does whatever you're watching not have any releases week to week?

Link to comment
Share on other sites

28 minutes ago, RyanEsau said:

Not sure if that would be possible.

 

I don't personally delve in playing streams through video player (plus I don't use MPV) but I tried with VLC.

 

Unlocked episode played fine but locked did not, the seekbar (or whatever you call it) just infinitely bounces back and forth.

 

The cable-locked episodes (since you mentioned adobe flash, indicating the cable locked ones) are protected streams.

 

Would need some way of having the player authenticate, I assume. Does whatever you're watching not have any releases week to week?

Streaming may not be possible but then how are people ripping anime that airs on Toonami from AdultSwim website? Using youtube-dl?  

 

They are cable-locked episodes but people still seem to be grabbing them just fine. 

Link to comment
Share on other sites

45 minutes ago, warlord8 said:

Streaming may not be possible but then how are people ripping anime that airs on Toonami from AdultSwim website? Using youtube-dl?  

 

They are cable-locked episodes but people still seem to be grabbing them just fine. 

Not sure how that interconnects... using a tool to download a protected stream versus putting a protected stream into your video player.

 

I was just essentially saying, go with the webrip releases to simplify things. (Which why I asked is there any releases for whatever show you're wanting to watch) Pretty sure I've seen just about every show covered in some form or fashion. (WebRIP, Sync to CR Video, etc)

Link to comment
Share on other sites

  • 2 weeks later...

For toonami (livestrem): I use a US VPN and my m3u8.

 

#EXTM3U
#EXT-X-VERSION:3
#EXT-X-STREAM-INF:BANDWIDTH=1016400,CODECS="avc1.66.30,mp4a.40.5",RESOLUTION=640x360
https://adultswimhls-i.akamaihd.net/hls/live/249295/adultswim_6/main/1/stream_Layer1.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=1016400,CODECS="avc1.66.30,mp4a.40.5",RESOLUTION=640x360
https://adultswimhls-i.akamaihd.net/hls/live/249295-b/adultswim_6/main/1/stream_Layer1.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=1650000,CODECS="avc1.4d401f,mp4a.40.5",RESOLUTION=768x432
https://adultswimhls-i.akamaihd.net/hls/live/249295/adultswim_6/main/1/stream_Layer2.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=1650000,CODECS="avc1.4d401f,mp4a.40.5",RESOLUTION=768x432
https://adultswimhls-i.akamaihd.net/hls/live/249295-b/adultswim_6/main/1/stream_Layer2.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=2750000,CODECS="avc1.4d401f,mp4a.40.5",RESOLUTION=960x540
https://adultswimhls-i.akamaihd.net/hls/live/249295/adultswim_6/main/1/stream_Layer3.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=2750000,CODECS="avc1.4d401f,mp4a.40.5",RESOLUTION=960x540
https://adultswimhls-i.akamaihd.net/hls/live/249295-b/adultswim_6/main/1/stream_Layer3.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=3850000,CODECS="avc1.4d401f,mp4a.40.5",RESOLUTION=1280x720
https://adultswimhls-i.akamaihd.net/hls/live/249295/adultswim_6/main/1/stream_Layer4.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=3850000,CODECS="avc1.4d401f,mp4a.40.5",RESOLUTION=1280x720
https://adultswimhls-i.akamaihd.net/hls/live/249295-b/adultswim_6/main/1/stream_Layer4.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=686400,CODECS="avc1.66.30,mp4a.40.5",RESOLUTION=640x360
https://adultswimhls-i.akamaihd.net/hls/live/249295/adultswim_6/main/1/stream_Layer5.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=686400,CODECS="avc1.66.30,mp4a.40.5",RESOLUTION=640x360
https://adultswimhls-i.akamaihd.net/hls/live/249295-b/adultswim_6/main/1/stream_Layer5.m3u8

 

Edited by PaulF
Forget the "livestream"
  • Like 1
Link to comment
Share on other sites

On 10/20/2018 at 4:53 AM, warlord8 said:

Streaming may not be possible but then how are people ripping anime that airs on Toonami from AdultSwim website? Using youtube-dl?  

 

They are cable-locked episodes but people still seem to be grabbing them just fine. 

ffmpeg -i "http://video_url.com/adress_to_toonami_m3u8" -c copy -bsf:a aac_adtstoasc "toonami.mp4"


Then ffmpeg start his nice magic. Which results in: https://pastebin.com/1HHkEiWf (This paste was for the livestream)

When its finished or you stop it with pushing "q", then ur a haxx000r.

Which ends in a nice nice looking mp4: output.mp4

And some mediainfos:

Spoiler

Allgemein
Vollständiger Name                       : output.mp4
Format                                   : MPEG-4
Format-Profil                            : Base Media
Codec-ID                                 : isom (isom/iso2/avc1/mp41)
Dateigröße                               : 285 MiB
Dauer                                    : 11 min 22s
Modus der Gesamtbitrate                  : konstant
Gesamte Bitrate                          : 3 501 kb/s
Kodierendes Programm                     : Lavf58.19.102

Video
ID                                       : 1
Format                                   : AVC
Format/Info                              : Advanced Video Codec
Format-Profil                            : [email protected]
Format-Einstellungen                     : CABAC / 2 Ref Frames
Format-Einstellungen für CABAC           : Ja
Format-Einstellungen für RefFrames       : 2 frames
Format_Settings_GOP                      : M=3, N=60
Codec-ID                                 : avc1
Codec-ID/Info                            : Advanced Video Coding
Dauer                                    : 11 min 21s
Bitraten-Modus                           : konstant
Bitrate                                  : 3 436 kb/s
Breite                                   : 1 280 Pixel
Höhe                                     : 720 Pixel
Bildseitenverhältnis                     : 16:9
Modus der Bildwiederholungsrate          : konstant
Bildwiederholungsrate                    : 30,000 FPS
ColorSpace                               : YUV
ChromaSubsampling/String                 : 4:2:0
BitDepth/String                          : 8 bits
Scantyp                                  : progressiv
Bits/(Pixel*Frame)                       : 0.124
Stream-Größe                             : 279 MiB (98%)
Codec configuration box                  : avcC

Audio
ID                                       : 2
Format                                   : AAC LC SBR PS
Format/Info                              : Advanced Audio Codec Low Complexity with Spectral Band Replication and Parametric Stereo
Format_Commercial_IfAny                  : HE-AACv2
Format-Einstellungen                     : Implicit
Codec-ID                                 : mp4a-40-2
Dauer                                    : 11 min 22s
Bitraten-Modus                           : konstant
Bitrate                                  : 62,8 kb/s
Kanäle                                   : 2 Kanäle
Channel layout                           : C
Samplingrate                             : 44,1 kHz
Bildwiederholungsrate                    : 21,533 FPS (2048 SPF)
Stream-Größe                             : 5,11 MiB (2%)
Default                                  : Ja
AlternateGroup/String                    : 1

Text
ID                                       : 1-CC1
Format                                   : EIA-608
Muxing-Modus                             : SCTE 128 / DTVCC Transport
Muxing-Modus, weitere Infos              : Muxed in Video #1
Dauer                                    : 11 min 21s
Bitraten-Modus                           : konstant
Stream-Größe                             : 0,00 Byte (0%)
StreamSize_Encoded/String                : 0,00 Byte (0%)
CaptionServiceName                       : CC1

 

 

---------------------

 

Now comes the real hacker t00l! A click-and-be-happy "Tool". 

The worlds first toonami livestream ripper!

Click on the bat file and see the flow. Nothing more to do. Just one q when you get what u want.

Sooooo l3333333333t!!!!!111

 

No really, I was to lazy to remember the ffmpeg code, so I did this. Feel free to use it.

 

ToLiRi.zip
 

Edited by PaulF
ToLiRi "Tool" added.
Link to comment
Share on other sites

4 hours ago, PaulF said:

ffmpeg -i "http://video_url.com/adress_to_toonami_m3u8" -c copy -bsf:a aac_adtstoasc "toonami.mp4"


Then ffmpeg start his nice magic. Which results in: https://pastebin.com/1HHkEiWf (This paste was for the livestream)

When its finished or you stop it with pushing "q", then ur a haxx000r.

Which ends in a nice nice looking mp4: output.mp4

And some mediainfos:

  Reveal hidden contents

Allgemein
Vollständiger Name                       : output.mp4
Format                                   : MPEG-4
Format-Profil                            : Base Media
Codec-ID                                 : isom (isom/iso2/avc1/mp41)
Dateigröße                               : 285 MiB
Dauer                                    : 11 min 22s
Modus der Gesamtbitrate                  : konstant
Gesamte Bitrate                          : 3 501 kb/s
Kodierendes Programm                     : Lavf58.19.102

Video
ID                                       : 1
Format                                   : AVC
Format/Info                              : Advanced Video Codec
Format-Profil                            : [email protected]
Format-Einstellungen                     : CABAC / 2 Ref Frames
Format-Einstellungen für CABAC           : Ja
Format-Einstellungen für RefFrames       : 2 frames
Format_Settings_GOP                      : M=3, N=60
Codec-ID                                 : avc1
Codec-ID/Info                            : Advanced Video Coding
Dauer                                    : 11 min 21s
Bitraten-Modus                           : konstant
Bitrate                                  : 3 436 kb/s
Breite                                   : 1 280 Pixel
Höhe                                     : 720 Pixel
Bildseitenverhältnis                     : 16:9
Modus der Bildwiederholungsrate          : konstant
Bildwiederholungsrate                    : 30,000 FPS
ColorSpace                               : YUV
ChromaSubsampling/String                 : 4:2:0
BitDepth/String                          : 8 bits
Scantyp                                  : progressiv
Bits/(Pixel*Frame)                       : 0.124
Stream-Größe                             : 279 MiB (98%)
Codec configuration box                  : avcC

Audio
ID                                       : 2
Format                                   : AAC LC SBR PS
Format/Info                              : Advanced Audio Codec Low Complexity with Spectral Band Replication and Parametric Stereo
Format_Commercial_IfAny                  : HE-AACv2
Format-Einstellungen                     : Implicit
Codec-ID                                 : mp4a-40-2
Dauer                                    : 11 min 22s
Bitraten-Modus                           : konstant
Bitrate                                  : 62,8 kb/s
Kanäle                                   : 2 Kanäle
Channel layout                           : C
Samplingrate                             : 44,1 kHz
Bildwiederholungsrate                    : 21,533 FPS (2048 SPF)
Stream-Größe                             : 5,11 MiB (2%)
Default                                  : Ja
AlternateGroup/String                    : 1

Text
ID                                       : 1-CC1
Format                                   : EIA-608
Muxing-Modus                             : SCTE 128 / DTVCC Transport
Muxing-Modus, weitere Infos              : Muxed in Video #1
Dauer                                    : 11 min 21s
Bitraten-Modus                           : konstant
Stream-Größe                             : 0,00 Byte (0%)
StreamSize_Encoded/String                : 0,00 Byte (0%)
CaptionServiceName                       : CC1

 

 

---------------------

 

Now comes the real hacker t00l! A click-and-be-happy "Tool". 

The worlds first toonami livestream ripper!

Click on the bat file and see the flow. Nothing more to do. Just one q when you get what u want.

Sooooo l3333333333t!!!!!111

 

No really, I was to lazy to remember the ffmpeg code, so I did this. Feel free to use it.

 

ToLiRi.zip
 

Well, I guess that would work if you catch the live stream. (They have a live stream to watch the channel from the site if you don't want wait the few hours for it to get posted to the show page)

 

In terms of the episodes on the show page (cable locked), which is what TC is interested in, that doesn't work on though. Protected streams.

 

https://pastebin.com/55ZZvLiU

 

Didn't know could snag livestreams though, I had tried it awhile back but I couldn't get like the full episode. Only could snag from where I had jumped into the stream. So would be missing out.

 

Think I also remember the audio bitrate being a little lower, so I just stopped bothering with it.

Link to comment
Share on other sites

23 minutes ago, RyanEsau said:

Well, I guess that would work if you catch the live stream. (They have a live stream to watch the channel from the site if you don't want wait the few hours for it to get posted to the show page)

 

In terms of the episodes on the show page (cable locked), which is what TC is interested in, that doesn't work on though. Protected streams.

 

https://pastebin.com/55ZZvLiU

 

Didn't know could snag livestreams though, I had tried it awhile back but I couldn't get like the full episode. Only could snag from where I had jumped into the stream. So would be missing out.

 

Think I also remember the audio bitrate being a little lower, so I just stopped bothering with it.

 

Dude... everything in my post was about the livestream. :D

Yes it works. For now, its ok for me. And the TC asks how he can see it, I answered him. ;)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...
Please Sign In or Sign Up