View Single Post
  #36  
Old 03-18-2013, 06:09 PM
Matuia Matuia is offline
Junior Member
 
Join Date: Mar 2013
Posts: 7
Matuia is on a distinguished road
Default

Re: Download video from JW player


Guys,

I download lots of videos that I need using chap's recommendation.
It is working fine...
You can see an example here:
Code:
ffplay "https://videos30ios-vh.akamaihd.net/i/012412_CAR_JUR_2012_D_CONST
_AULA_06_Pt_I_OK.flv/index_0_av.m3u8?null=&id=AgDJV4NOSPZhFV4YR1HltJf913wqlogb7s
rQyo1565FODCpRJMSGBhjlTmaW4Xs1ueQEsc8bvwdg6Q%3d%3d"
But some other videos I only can get the audio file by using:
Code:
ffmpeg -i "video link" -c copy filename.ts
I think that is because a codec change or something...
Here is an example:
Code:
ffplay "https://videos30ios-vh.akamaihd.net/i/012412_CAR_JUR_2012_D_CONST
_AULA_07_Pt_I_OK_0.flv/index_0_av.m3u8?null=&id=AgDJV4NOSPZhFOsXR1FNuIMa09qLeatE
GoSUVElrw1TTFRKEBFLNPqrFRER9wbXda7oqanNPUwVlfA%3d%3d"
Any ideas how do I get the full video and audio for this?
Reply With Quote