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
  #1  
Old 10-24-2014, 10:19 AM
mrswhite mrswhite is offline
Member
 
Join Date: Jan 2013
Posts: 33
mrswhite is on a distinguished road
Smile

Help with video from Empire (playpath missing?)


Hi everyone.

I've been searching the forum for a while and trying different soft like: urlsnooper, streamtransport, rtmpexplorer to download the video from this url: http://www.empireonline.com/news/story.asp?NID=42554

Streamtransport and rtmpexplorer don't open the website in their embedded browser so they don't capture the rtmp command.

And when I'm trying it with urlsnooper I get the rtmp url but there is no playpath! I've always been able to get at least that but I'm unlucky so far...

Could you please help me out? I learned a lot from this forum but this is really a mystery.

This is the rtmp url i get from url snooper
Code:
rtmp://cp149510.edgefcs.net:1935/ondemand?videoId=3854221264001&lineUpId=&pubId=494806221&playerId=38042934650
From what I gather this is a brightcove video...

Thank you so much in advance.
Reply With Quote
  #2  
Old 10-24-2014, 10:38 AM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: Help with video from Empire (playpath missing?)


Code:
rtmpdump -r "rtmp://cp149510.edgefcs.net:443/ondemand" -a "ondemand?videoId=3854221264001&lineUpId=&pubId=494806221&playerId=3804293465001&affiliateId=" -f "WIN 15,0,0,167" -W "http://admin.brightcove.com/viewer/us20141016.1304/federatedVideoUI/BrightcovePlayer.swf" -p "http://www.empireonline.com/news/story.asp?NID=42554" -y "mp4:videos/494806221/201410/2560/494806221_3854328574001_Into-The-Dragons-Lair-Push-The-Performance-1080p.mp4?videoId=3854221264001&lineUpId=&pubId=494806221&playerId=3804293465001&affiliateId=" -o "output.flv"
Code:
RTMPDump v2.4 GIT-2014-07-07 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:   duration                86.26
INFO:   moovPosition            48.00
INFO:   width                   320.00
INFO:   height                  180.00
INFO:   videocodecid            avc1
INFO:   audiocodecid            mp4a
INFO:   avcprofile              66.00
INFO:   avclevel                13.00
INFO:   aacaot                  2.00
INFO:   videoframerate          23.98
INFO:   audiosamplerate         44100.00
INFO:   audiochannels           2.00
INFO: tags:
INFO:   ┬®too                   Lavf53.24.2
INFO: trackinfo:
INFO:   length                  258250.00
INFO:   timescale               2997.00
INFO:   language                eng
INFO: sampledescription:
INFO:   sampletype              avc1
INFO:   length                  3804160.00
INFO:   timescale               44100.00
INFO:   language                eng
INFO: sampledescription:
INFO:   sampletype              mp4a
195.058 kB / 6.84 sec (7.9%)
Reply With Quote
  #3  
Old 10-24-2014, 10:41 AM
mrswhite mrswhite is offline
Member
 
Join Date: Jan 2013
Posts: 33
mrswhite is on a distinguished road
Default

Re: Help with video from Empire (playpath missing?)


Wow! Thank you so much!! May I ask how did you get those parameters??
Reply With Quote
  #4  
Old 10-24-2014, 10:43 AM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: Help with video from Empire (playpath missing?)


Quote:
Originally Posted by mrswhite View Post
Wow! Thank you so much!! May I ask how did you get those parameters??
with Wireshark Bro
Reply With Quote
  #5  
Old 10-24-2014, 11:49 AM
blimey blimey is offline
Former Member
 
Join Date: Jul 2006
Posts: 286
blimey is on a distinguished road
Default

Re: Help with video from Empire (playpath missing?)


Quote:
Originally Posted by mrswhite View Post
http://www.empireonline.com/news/story.asp?NID=42554

From what I gather this is a brightcove video...
It is brightcove. youtube-dl usually supports brightcove. There is also 720p quality available via progressive http;
Code:
http://bauermedia.brightcove.com.edgesuite.net/rtmp_uds/494806221/201410/2560/494806221_3854328590001_Into-The-Dragons-Lair-Push-The-Performance-1080p.mp4
Reply With Quote
  #6  
Old 10-24-2014, 12:36 PM
mrswhite mrswhite is offline
Member
 
Join Date: Jan 2013
Posts: 33
mrswhite is on a distinguished road
Default

Re: Help with video from Empire (playpath missing?)


Quote:
Originally Posted by hasomaso View Post
with Wireshark Bro
Thank you! I've been looking at Wireshark and trying it out following some youtube tutorials but all rtmp streams end up saying "unknown" ??? do you know what could be the problem?

i'd really like to learn so i can stop bothering and help others! thanks

Quote:
Originally Posted by blimey View Post
It is brightcove. youtube-dl usually supports brightcove. There is also 720p quality available via progressive http;
Code:
http://bauermedia.brightcove.com.edgesuite.net/rtmp_uds/494806221/201410/2560/494806221_3854328590001_Into-The-Dragons-Lair-Push-The-Performance-1080p.mp4
Woah! I've never heard of youtube-dl, but i'm going to try it out. I have python installed on my computer but i see there's also a desktop version. Thanks for the tip! Also I've never heard of "progressive http"? I'm reading about it now but i didnt know that's the way it was called when it's not streaming. Learning a lot today it seems. May I ask how to get that URL?

Thanks a lot!
Reply With Quote
  #7  
Old 10-24-2014, 12:46 PM
denobis denobis is offline
Senior Member
 
Join Date: Sep 2013
Posts: 568
denobis is on a distinguished road
Default

Re: Help with video from Empire (playpath missing?)


Also adownloader supports empireonline
Reply With Quote
  #8  
Old 10-25-2014, 01:03 AM
doviethung20140 doviethung20140 is offline
Junior Member
 
Join Date: Oct 2014
Posts: 7
doviethung20140 is on a distinguished road
Default

Re: Help with video from Empire (playpath missing?)


uppp cho bác nhiều view nha
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 10:05 AM.


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