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 > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 10-05-2014, 01:06 PM
Doktor-X Doktor-X is offline
Junior Member
 
Join Date: Oct 2014
Posts: 3
Doktor-X is on a distinguished road
Default

how to download from oyo.hr


hello, i'm new to rtmpdump and i want to download tv shows from web site oyo.hr

this is url of the show
http://oyo.dnevnik.hr/product/serije...klo-epizoda-17

this is url of the player
http://oyo.dnevnik.hr/static/shared/...1.5-25-001.swf

what i need more to download from this site?
Reply With Quote
  #2  
Old 10-05-2014, 03:48 PM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: how to download from oyo.hr


login:
pass:
Reply With Quote
  #3  
Old 11-19-2014, 08:52 AM
AltairAC AltairAC is offline
Junior Member
 
Join Date: Jan 2012
Posts: 7
AltairAC is on a distinguished road
Default

Re: how to download from oyo.hr


bump,

I would like to download the following:
Code:
http://oyo.dnevnik.hr/product/vijesti/18241-dnevnik-18-11-2014
My friend has an account there, so I asked him for the source code:
Code:
http://pastebin.com/Uc7ttj5G
The interesting part seems to be this one:
Code:
http://pastebin.com/pVaQ6mM3
The player url is still the same:
Code:
http://oyo.dnevnik.hr/static/shared/app/flowplayer/13-flowplayer.commercial-3.1.5-25-001.swf
Analyzing the source code, I found this:
Code:
rtmpe://vod-via-rtmpe.hr.cdn.cmestatic.com/novatvod/
But I can't figure out the filename, the source code says:
Code:
{0}-{1}.mp4
so {0}-{1} is for surely replaced by something, the question is with what... I would be grateful for any help/advice!


EDIT!!!

The "base":
Code:
http://v4.hr.cdn.cmestatic.com/
From this part of the source code:
Code:
http://pastebin.com/pVaQ6mM3
We find this:
Code:
1/2014/11/18/69d26514e7_60842023
Appending the base and the second string we get:
Code:
http://v4.hr.cdn.cmestatic.com/1/2014/11/18/69d26514e7_60842023
Finally add:
Code:
-1.mp4
-2.mp4
-1 = low quality
-2 = high quality

Thus we have:
Code:
http://v4.hr.cdn.cmestatic.com/1/2014/11/18/69d26514e7_60842023-1.mp4
and
Code:
http://v4.hr.cdn.cmestatic.com/1/2014/11/18/69d26514e7_60842023-2.mp4
Some of them, like:
Code:
http://oyo.dnevnik.hr/product/filmovi/17618-otmica
contain the whole url in the source code:
Code:
http://vod.oyo.hr.cdn.cmestatic.com/2014/09/29/54298d95380d9_SD-WVM_60838727.wvm
But to get it, you have to have an account there + it's in wvm (widevine) format = encrypted.

Last edited by AltairAC : 11-19-2014 at 12:38 PM.
Reply With Quote
  #4  
Old 11-20-2014, 05:32 PM
griller griller is offline
Junior Member
 
Join Date: Feb 2013
Posts: 9
griller is on a distinguished road
Default

Re: how to download from oyo.hr


Download link for Otmica is
Code:
http://v1.hr.cdn.cmestatic.com/2014/09/29/336ea87340_60838723-2.mp4
Reply With Quote
  #5  
Old 11-27-2014, 04:13 PM
Ro84L Ro84L is offline
Junior Member
 
Join Date: Nov 2014
Posts: 3
Ro84L is on a distinguished road
Default

Re: how to download from oyo.hr


Have they changed the source code structure in the meantime or I'm missing something? I can't catch filenames anymore..

EDIT: Now I can grab it in the fiddler captures but still can't find out how to trace wvm files to source mp4 files and download it as unencrypted. griller, would you please explain us how did you do that with 'Otmica' file?

Last edited by Ro84L : 11-28-2014 at 10:19 AM.
Reply With Quote
  #6  
Old 11-28-2014, 12:26 PM
griller griller is offline
Junior Member
 
Join Date: Feb 2013
Posts: 9
griller is on a distinguished road
Default

Re: how to download from oyo.hr


Firefox + Firebug. Search in HTML tab for "filename" or "config" after playing video.
Reply With Quote
  #7  
Old 11-29-2014, 01:32 PM
Ro84L Ro84L is offline
Junior Member
 
Join Date: Nov 2014
Posts: 3
Ro84L is on a distinguished road
Default

Re: how to download from oyo.hr


Quote:
Originally Posted by griller View Post
Firefox + Firebug. Search in HTML tab for "filename" or "config" after playing video.
It works, tnx!
Reply With Quote
  #8  
Old 11-29-2014, 07:08 PM
Ro84L Ro84L is offline
Junior Member
 
Join Date: Nov 2014
Posts: 3
Ro84L is on a distinguished road
Default

Re: how to download from oyo.hr


Quote:
Originally Posted by AltairAC View Post

The "base":
Code:
http://v4.hr.cdn.cmestatic.com/
It also works with v1, v2, v3 and v5 combination. AltairAC, I'm just curious, how did you dig out the valid url base?

Last edited by Ro84L : 11-30-2014 at 12:27 PM.
Reply With Quote
  #9  
Old 12-01-2014, 02:56 PM
griller griller is offline
Junior Member
 
Join Date: Feb 2013
Posts: 9
griller is on a distinguished road
Default

Re: how to download from oyo.hr


Quote:
Originally Posted by Ro84L View Post
It also works with v1, v2, v3 and v5 combination. AltairAC, I'm just curious, how did you dig out the valid url base?
From videos on dnevnik.hr.
Also works with cdn.nova.tv.
Reply With Quote
  #10  
Old 10-26-2017, 01:49 PM
zerox zerox is offline
Junior Member
 
Join Date: Oct 2017
Posts: 4
zerox is on a distinguished road
Default

Re: how to download from oyo.hr


Hello guys,

It seems oyo has changed something again. Any clue how to download? Thank you :-)
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 09:53 AM.


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