Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #31  
Old 03-17-2013, 04:38 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


Quote:
Originally Posted by evol View Post
Just view the page source code and look for
Code:
type: 'html5',
Thanks for you reply, I already tried that and it doesn't work.
Reply With Quote
  #32  
Old 03-17-2013, 06:10 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


Quote:
Originally Posted by chap View Post
use ffmpeg
Code:
ffmpeg -i "https://videos30ios-vh.akamaihd.net/i/1909_031213_MPU_2013_ANA_PROC_D_TRABALHO_AULA_01_PT_I_OK.mp4/index_0_av.m3u8?null=&id=AgCypQqiV%2fXYLroNRVGA%2fABU+0Y761gd%2fIDv+5oA5T1grK0kSP6ryJ%2fPaIgrCVgWmCJOINZ2sfWWJg%3d%3d" -c copy t.ts
Thanks a lot, I downloaded the first one and worked fine.

But my question is, how did you get the link:
Code:
"https://videos30ios-vh.akamaihd.net/i/1909_031213_MPU_2013_ANA_PROC_D_TRABALHO_AULA_01_PT_I_OK.mp4/index_0_av.m3u8?null=&id=AgCypQqiV%2fXYLroNRVGA%2fABU+0Y761gd%2fIDv+5oA5T1grK0kSP6ryJ%2fPaIgrCVgWmCJOINZ2sfWWJg%3d%3d"
Considering the source was:
Code:
"https://videos30ios-vh.akamaihd.net/i/1909_031213_MPU_2013_ANA_PROC_D_TRABALHO_AULA_01_PT_I_OK.mp4/master.m3u8?hdnea=st=1363561600~exp=1363561740~acl=/*~id=l2f9c670jbj27itft6lq0advd5~hmac=f31304be2d9af0d1a1f4dad941ec41e3713197ce25b220ed6d494b144af7a148"
Sorry guys, I'm not so advanced user.
Reply With Quote
  #33  
Old 03-17-2013, 07:40 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


Ok, problem solved.

Thanks a lot to chap!!!
Reply With Quote
  #34  
Old 03-18-2013, 12:01 PM
rmahlert rmahlert is offline
Junior Member
 
Join Date: Mar 2013
Posts: 2
rmahlert is on a distinguished road
Default

Re: Download video from JW player


Any idea how to get the live stream url from this JW player?

http://www1.whdh.com/video/7newslive

I tried a few programs, but I'm a noop.

Thanks
Reply With Quote
  #35  
Old 03-18-2013, 12:58 PM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: Download video from JW player


Quote:
Originally Posted by rmahlert View Post
Any idea how to get the live stream url from this JW player?

http://www1.whdh.com/video/7newslive

I tried a few programs, but I'm a noop.

Thanks
Code:
rtmpdump -v -r "rtmp://whdh.mpl.miisolutions.net/whdh-live01" -a "whdh-live01" -f "WIN 11,6,602,180" -W "http://www1.whdh.com/swf/player-viral.swf" -p "http://www1.whdh.com/video/7news-live_flv.php?width=480&height=288" -y "mp4:7newslive" -o "output.flv"
Reply With Quote
  #36  
Old 03-18-2013, 07: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
  #37  
Old 03-18-2013, 07:46 PM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: Download video from JW player


try use latest version ffmpeg
Reply With Quote
  #38  
Old 03-19-2013, 01: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


Quote:
Originally Posted by chap View Post
try use latest version ffmpeg
Thanks for helping again chap.

The problem is I'm trying with the last with the last version I found on the website, what version do you recommend? Could you please post it's link?
Reply With Quote
  #39  
Old 03-19-2013, 01:30 PM
rmahlert rmahlert is offline
Junior Member
 
Join Date: Mar 2013
Posts: 2
rmahlert is on a distinguished road
Default

Re: Download video from JW player


Quote:
Originally Posted by hasomaso View Post
Code:
rtmpdump -v -r "rtmp://whdh.mpl.miisolutions.net/whdh-live01" -a "whdh-live01" -f "WIN 11,6,602,180" -W "http://www1.whdh.com/swf/player-viral.swf" -p "http://www1.whdh.com/video/7news-live_flv.php?width=480&height=288" -y "mp4:7newslive" -o "output.flv"

Thanks!

But, I have no clue what the stream URL is from that. I tried several different variations. I'm trying to get the live stream for that and another tv station so I can add a Roku channel for them. I'm hoping both are compatible with Roku.
From that dump, it looks like the WHDH stream is an mp4, which is good.

I forgot to mention..
http://whdh.mpl.miisolutions.net/whd.../7newslive.mp4
I get a 'cannot pre fill buffer' error in VLC.

If I use rtmp it gives me the 'no such file or directory' error.

The other is:
http://www.myfoxboston.com/category/...e-video-stream

Can anyone give this noob a hand?
Reply With Quote
  #40  
Old 03-19-2013, 04:21 PM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: Download video from JW player


Quote:
Originally Posted by Matuia View Post
Thanks for helping again chap.

The problem is I'm trying with the last with the last version I found on the website, what version do you recommend? Could you please post it's link?
http://ffmpeg.zeranoe.com/builds/
Reply With Quote
Reply Post New Thread
Tags:



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 02:09 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons