Thread: PJ Masks
View Single Post
  #2  
Old 05-10-2017, 08:36 AM
ehurdler ehurdler is offline
Senior Member
 
Join Date: Feb 2014
Location: NY
Posts: 126
ehurdler is on a distinguished road
Default

Re: PJ Masks


what exactly have you done? Code, etc?

It works easily with livestreamer, or ffmpeg. You are using the wrong m3u8 file however no matter what you tried. I am not sure you are finding the m3u8 file. The process I use is the following:

I use Firefox.
I have AdBlock Plus add-on installed.
Have "Open Blockable Items" selected and shown for AdBlock Plus.
Load video url. In your example:
http://watchdisneyjunior.go.com/pj-m...s-special-rock

Search for ".m3u8"
with the video running it will probably show 2 or 3 different .m3u8 files.
You want to copy the url with numbers, not one of the alphabetical file name.

For the video you posted about it was 10086441.m3u8.

Copy that entire url into either ffmpeg or livestreamer code and you'll get the video.

I used
Code:
livestreamer "hlsvariant://https://content.uplynk.com/ext/21885d134fa441488df8e1d7acee8c66/10086441.m3u8?exp=1494426530&ct=a&oid=218*********longerLineOfCodeIRemoved********" 720p -o pjmasks.mp4
Also tried ffmpeg from last post you made:

ffmpeg -protocol_whitelist file,udp,rtp,crypto,tcp,https,rtsp,tls -i "https://content.uplynk.com/ext/21885d134fa441488df8e1d7acee8c66/10086441.m3u8?exp=1494426530&ct=a&oid=218********* longerLineOfCodeIRemoved********" -c:a copy -c:v copy "OUTPUT FILE HERE.ts"

I prefer livestreamer on Disney or ABC's websites. can choose version easier in my opinion.

Hope this helps. The .mp4 file downloaded won't be playable. I Do a fast re-encode with ffmpeg afterwards anyways to .mkv so that fixes that for me anyway. Could also change ffmpeg code to in download to .mp4.
Reply With Quote