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-03-2015, 09:14 AM
chanc chanc is offline
Senior Member
 
Join Date: Sep 2012
Posts: 115
chanc is on a distinguished road
Default

Is it possible to get the video with rtmpdump ?


I want to dump the video ,but with dumphelper, either suck or srv won't work.
IS it possible to use the following information to the video ?
{"profiles":{"low":{"Cantonese":"rtmpe:\/\/wowza.stream.tvb.com\/vipo\/_definst_\/mp4:vipo\/33\/5542\/554165\/000000737558.mp4?ts=1443880903&sig=a29bc963750d05d b1c291405589fd7b1&audioindex=0"},"high":{"Cantones e":"rtmpe:\/\/wowza.stream.tvb.com\/vipo\/_definst_\/mp4:vipo\/33\/5542\/554165\/000000737562.mp4?ts=1443880903&sig=73e1b51b73ecb2d 0830673f654c23170&audioindex=0"},"hd":{"Cantonese" :"rtmpe:\/\/wowza.stream.tvb.com\/vipo\/_definst_\/mp4:vipo\/33\/5542\/554165\/000000737563.mp4?ts=1443880903&sig=8441da1e4960497 c7284c1c710e293c2&audioindex=0"},"auto":{"Cantones e":"rtmpe:\/\/wowza.stream.tvb.com\/vipo\/_definst_\/mp4:vipo\/33\/5542\/554165\/554165_mobile_auto.mp4?ts=1443880903&sig=2e62ac301 308350604999cd9aed2af7a&audioindex=0"}},"is_drm":f alse,"protocol":"hls","breakpoints":[{"id":161464,"video_id":218923,"time":1052,"create d_at":"2015-09-26 19:51:02","updated_at":"2015-09-26 20:24:39"}],"opening_start_at":["0"],"subtitle":{},"is_pay":0,"duration":2603.4,"chapt ers":[]}

the jason link : http://api.mytv.tvb.com/rest_user_su...json?id=218923

the video link :http://mytv.tvb.com/tc/cat_news/60minutes/218923
Reply With Quote
  #2  
Old 10-05-2015, 12:32 AM
peterpan peterpan is offline
Senior Member
 
Join Date: Jun 2013
Posts: 553
peterpan is on a distinguished road
Default

Re: Is it possible to get the video with rtmpdump ?


"This 60min video wont work because their swf is waiting for special messages and then return the same using some calculation. You can see those when you run rtmpdump,

DEBUG: (object begin)
DEBUG: Property: NULL
DEBUG: (object begin)
DEBUG: Property: <Name: r1, NUMBER: 212.00>
DEBUG: Property: <Name: r2, NUMBER: 452.00>
DEBUG: Property: <Name: r3, NUMBER: 306.00>
DEBUG: Property: <Name: r4, NUMBER: 504.00>
DEBUG: Property: <Name: r5, NUMBER: 105.00>
DEBUG: Property: <Name: r6, NUMBER: 589.00>
DEBUG: (object end)
here we have to add r1 and r2 and return back, there are like 30 functions, so although it's possible to handle this and compile the librtmp, I dont think it's worth the hassle or support."
-sb

It's really KSV's call
Reply With Quote
  #3  
Old 10-05-2015, 10:37 AM
peterpan peterpan is offline
Senior Member
 
Join Date: Jun 2013
Posts: 553
peterpan is on a distinguished road
Default

Re: Is it possible to get the video with rtmpdump ?


Good Work! I did get the rtmp link, but it just would NOT play for me!!!-- I wonder which version of rtmpdump you're using!
Code:
rtmpdump -r "rtmpe://wowza.stream.tvb.com:1935/vipo/_definst_/mp4:vipo/33/5542/554165/000000737562.mp4" -a "vipo/_definst_/mp4:vipo/33/5542/554165/000000737562.mp4?ts=1444058979" -f "WIN 19,0,0,185" -W "http://img.tvb.com/mytv4/swf/supertv_r2.swf" -p "http://mytv.tvb.com/tc/cat_news/60minutes/218923" -C S:vipo/33/5542/554165/000000737562.mp4 -C S:1444058979 -C S:a65346922d308181fb827bf835bc44e9 -y "mp4:vipo/33/5542/554165/000000737562.mp4" -o "2015-10-05_08-30-17_000000737562.flv"
Quote:
Originally Posted by sysanin View Post
Reply With Quote
  #4  
Old 10-05-2015, 01:42 PM
peterpan peterpan is offline
Senior Member
 
Join Date: Jun 2013
Posts: 553
peterpan is on a distinguished road
Default

Re: Is it possible to get the video with rtmpdump ?


Humm! I've tried it w/ the token and w/ 63, but still not working ;( I'm using a Hong Kong VPN
Reply With Quote
  #5  
Old 10-05-2015, 03:01 PM
sysanin sysanin is offline
Member
 
Join Date: Apr 2011
Posts: 44
sysanin is on a distinguished road
Default

Re: Is it possible to get the video with rtmpdump ?


Quote:
I wonder which version of rtmpdump you're using!
I record video in real time (token not required)
rtmpdumphelper (with Handshake 10)



I'm using a Hong Kong VPN too

chanc

Video 442 MB
Reply With Quote
  #6  
Old 10-18-2015, 09:01 AM
chanc chanc is offline
Senior Member
 
Join Date: Sep 2012
Posts: 115
chanc is on a distinguished road
Default

Re: Is it possible to get the video with rtmpdump ?


Quote:
Originally Posted by sysanin View Post
I record video in real time (token not required)
rtmpdumphelper (with Handshake 10)



I'm using a Hong Kong VPN too

chanc

Video 442 MB
what an amazing job!!
would you please show me how you got it dumped ?
I used rmtpdumphelper, too.
but either suck or srv won't work here.
besides, which browser were you using to go with rmtpdumphelper ?
I tried palemoon, firefox and ie, but none of these worked.

From your screenshot, I can tell the Rtmpdumphelper you were using is of the same version as I have been using. Ver 1.21.
But what version of rtmpdump were you using ?
I am using the latest one updated by KSV.
COULD YOU PLEASE SHARE the version you were using when you managed to get the video dumped ?
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 10:50 AM.


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