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 02-14-2014, 08:39 AM
tqmartini tqmartini is offline
Member
 
Join Date: Apr 2012
Location: PL
Posts: 35
tqmartini is on a distinguished road
Default

Issue with downloading from itvplayer


Hi!
I have an issue with itvplayer which I can't solve since a few hours... I want to get this video https://www.itv.com/itvplayer/lorraine/14-02-2014

I tried rtmpsuck and rtmpexplorer but nothing (the second one is able to sometimes catch first ad) I used URL snooper and got that

Code:
rtmpe://cp72511.edgefcs.net/ondemand?auth=eaEd3b_aTcIc6b.dSauakdcbLdJd7d8a9bxbcdYb9awcQaBaWdaanc4aEa5bZchcSaj-bs_HKi-eS-9yp1HCrlDsys&aifp=v002&slist=production//mp4:production/priority/rtmpecatchup/800/1B/1-9360-1072-001/1-9360-1072-001_lorraine-(2014)_tx140214_itv800_16x9-reg.mp4?sessionId=27CBEBCD-BEE5-AD12-5E79-34ABC8B7D4E8
and turned it into:

Code:
rtmpdump -r "rtmpe://cp72511.edgefcs.net/ondemand?auth=eaEd3b_aTcIc6b.dSauakdcbLdJd7d8a9bxbcdYb9awcQaBaWdaanc4aEa5bZchcSaj-bs_HKi-eS-9yp1HCrlDsys&aifp=v002&slist=production/" -W "https://www.itv.com/mediaplayer/ITVMediaPlayer.swf" -y "mp4:production/priority/rtmpecatchup/800/1B/1-9360-1072-001/1-9360-1072-001_lorraine-(2014)_tx140214_itv800_16x9-reg.mp4" -o x.flv
but rtmpdump simply opens and closes right away...

Could someone tell me what am I doing wrong all the time?
Thank you,
tq

Last edited by tqmartini : 02-14-2014 at 05:18 PM.
Reply With Quote
  #2  
Old 02-15-2014, 08:19 AM
tqmartini tqmartini is offline
Member
 
Join Date: Apr 2012
Location: PL
Posts: 35
tqmartini is on a distinguished road
Default

Re: Issue with downloading from itvplayer


I may be stupid but.... advice, help, anything??? Please!?
Reply With Quote
  #3  
Old 02-15-2014, 11:31 AM
tqmartini tqmartini is offline
Member
 
Join Date: Apr 2012
Location: PL
Posts: 35
tqmartini is on a distinguished road
Default

Re: Issue with downloading from itvplayer


Thank you @hasomaso

When I downloaded rtmp version which you used still rtmpsrv can't catch it. It finds the first ad (not downloading it) and then nothing...

Code:
RTMP Server v2.4 GIT-2013-12-05 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935

rtmpdump -r "rtmpe://cp72511.edgefcs.net:1935/ondemand" -a "ondemand?auth=eaEdfd
pbpdwbNbTcZd1bjbla9dQaFbjavdSbxadcsb0bzc.cfbfdnbHdecVd.dnbFb9-bs_56k-eS-9Ar2HDpk
EsBr&aifp=v002&slist=production/" -f "WIN 11,7,700,224" -W "https://www.itv.com/
mediaplayer/releases/2.8.16/ITVMediaPlayer.swf" -p "https://www.itv.com/itvplaye
r/lorraine/14-02-2014" -y "mp4:production/priority/stings/12334234_Adrobot_rebra
nd_7secplayersting169_7_495_600.BASELINE.mp4" -o "2014-02-15_06-06-19_12334234_A
drobot_rebrand_7secplayersting169_7_495_600.BASELINE.flv"

Closing connection... done!

RTMPDump v2.4 GIT-2013-12-05 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
ERROR: RTMP_Connect0, failed to connect socket. 10060 (Unknown error)
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Closing connection... done!
I again used urlsnooper and tried this command

Code:
rtmpdump -r "rtmpe://cp72511.edgefcs.net:443/ondemand" -a "ondemand?auth=eaEb5asdfazaja5avdodecddOcOdNa7cxaydZdsdCawbCdFcZaxcZciajbUbda7aMco-bs_6jk-eS-bxu4HAsjErDp&aifp=v002&slist=production/" -f "WIN 12,0,0,44" -W "https://www.itv.com/mediaplayer/releases/2.8.16/ITVMediaPlayer.swf" -p "https://www.itv.com/itvplayer/lorraine/14-02-2014" -y "mp4:production/priority/rtmpecatchup/800/1B/1-9360-1072-001/1-9360-1072-001_lorraine-(2014)_tx140214_itv800_16x9-reg.mp4?sessionId=7D5ADDDB-E317-90B0-0CB6-0A3C5EA0A854" -o "output.flv
still nothing.... can you explain what is wrong?
Reply With Quote
  #4  
Old 02-15-2014, 12:43 PM
lesor lesor is offline
Member
 
Join Date: Feb 2011
Posts: 65
lesor is on a distinguished road
Default

Re: Issue with downloading from itvplayer


Quote:
Originally Posted by tqmartini View Post
.... can you explain what is wrong?
You can use rtmpdump with a code from hasomaso and URL Snooper



but easier to use rtmpdumphelper + rtmpdump

Reply With Quote
  #5  
Old 02-16-2014, 04:25 AM
tqmartini tqmartini is offline
Member
 
Join Date: Apr 2012
Location: PL
Posts: 35
tqmartini is on a distinguished road
Default

Re: Issue with downloading from itvplayer


Thanks for answer @lesor!

I tired to use command from hasomaso but rtmpdump simply opens and closes, it doesn't work and I don't know why, I don't understand it

I tried to use rtmdumphelper as you said, it's what I'm getting from it



so I tried to make a command, I saved it as .bat and opened but rtmpdump open and closes right away

Code:
rtmpdump -r "rtmpe://cp72511.edgefcs.net:1935/ondemand" -a "ondemand?auth=eaEbEdTaoc3a5bHdJbbaUdidtaYcQdzascjdadma.aHard7d4cMbFcIbGb9budjbFaj-btajjd-eS-4Ar1GCsjCszs&aifp=v002&slist=production/" -f "WIN 11,8,800,94" -W "https://www.itv.com/mediaplayer/releases/2.8.16/ITVMediaPlayer.swf" -p "https://www.itv.com/itvplayer/lorraine/14-02-2014" -y "mp4:production/priority/rtmpecatchup/800/1B/1-9360-1072-001/1-9360-1072-001_lorraine-(2014)_tx140214_itv800_16x9-reg.mp4?sessionId=D83C4D6C-B65B-8A8C-E9B8-019B79EB2610" -o "x.flv"
Reply With Quote
  #6  
Old 02-16-2014, 10:39 AM
tqmartini tqmartini is offline
Member
 
Join Date: Apr 2012
Location: PL
Posts: 35
tqmartini is on a distinguished road
Default

Re: Issue with downloading from itvplayer


Quote:
Originally Posted by lesor View Post
Watch this video (run Ca.hml)
Thank you a hundred times for showing me how to do this!!! Thank you thank you thank you....

One a bit off topic question, will it work the same for videos from ABC, CBS etc.?
Reply With Quote
  #7  
Old 02-20-2014, 11:01 AM
drpetes drpetes is offline
Junior Member
 
Join Date: Feb 2014
Posts: 2
drpetes is on a distinguished road
Default

Re: Issue with downloading from itvplayer


Hi

I have been attempting to download Touring Car Legends from the itvplayer but without much success.

I was following this thread but have now drawn a blank.

I was wondering if tqmartini or lesor could shed light on things for me.

The video ca.rar seems to have been deleted from rghost so I could not see what that was about. Is there another link to this somewhere?

Also tqmartini seems to know how to do it now so could you give me a few pointers as to which way to go.

I have trying rtmpdumphelper + rtmpdump but am obviously missing
something. Sorry if this is a bit vague but am a newbie here

cheers
Reply With Quote
  #8  
Old 02-28-2014, 08:21 AM
tqmartini tqmartini is offline
Member
 
Join Date: Apr 2012
Location: PL
Posts: 35
tqmartini is on a distinguished road
Default

Re: Issue with downloading from itvplayer


Quote:
Originally Posted by drpetes View Post
Hi

I have been attempting to download Touring Car Legends from the itvplayer but without much success.

I was following this thread but have now drawn a blank.

I was wondering if tqmartini or lesor could shed light on things for me.

The video ca.rar seems to have been deleted from rghost so I could not see what that was about. Is there another link to this somewhere?

Also tqmartini seems to know how to do it now so could you give me a few pointers as to which way to go.

I have trying rtmpdumphelper + rtmpdump but am obviously missing
something. Sorry if this is a bit vague but am a newbie here

cheers
Can you give a link to your video? I'll check if I can get it and maybe explain how to do it...
Reply With Quote
  #9  
Old 02-28-2014, 10:30 AM
drpetes drpetes is offline
Junior Member
 
Join Date: Feb 2014
Posts: 2
drpetes is on a distinguished road
Default

Re: Issue with downloading from itvplayer


Hi tqmartini

Thanks for replying

The video that I was after is

https://www.itv.com/itvplayer/tourin...es-1/episode-1

Hopefully you will have more success than me but any info that you can give me will be appreciated

cheers
Reply With Quote
  #10  
Old 03-11-2014, 12:48 PM
bulldoggx bulldoggx is offline
Junior Member
 
Join Date: Mar 2014
Posts: 2
bulldoggx is on a distinguished road
Default

Re: Issue with downloading from itvplayer


Hi I have been trying to download this https://www.itv.com/itvplayer/this-morning

using rtmpdumphelper and it starts downloading after the ads sometimes but then cuts off downloading after the next set of ads...is there a method that works to catch the entire video and if there isnt, can anyone provide me with a method of how to do it? 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 06:42 PM.


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