PDA

View Full Version : Is it possible to get the video with rtmpdump ?


chanc
10-03-2015, 08:14 AM
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=a29bc963750d05db1c291405589fd7b1&audioindex=0"},"high":{"Cantonese":"rtmpe:\/\/wowza.stream.tvb.com\/vipo\/_definst_\/mp4:vipo\/33\/5542\/554165\/000000737562.mp4?ts=1443880903&sig=73e1b51b73ecb2d0830673f654c23170&audioindex=0"},"hd":{"Cantonese":"rtmpe:\/\/wowza.stream.tvb.com\/vipo\/_definst_\/mp4:vipo\/33\/5542\/554165\/000000737563.mp4?ts=1443880903&sig=8441da1e4960497c7284c1c710e293c2&audioindex=0"},"auto":{"Cantonese":"rtmpe:\/\/wowza.stream.tvb.com\/vipo\/_definst_\/mp4:vipo\/33\/5542\/554165\/554165_mobile_auto.mp4?ts=1443880903&sig=2e62ac301308350604999cd9aed2af7a&audioindex=0"}},"is_drm":false,"protocol":"hls","breakpoints":[{"id":161464,"video_id":218923,"time":1052,"created_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,"chapters":[]}

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

the video link :http://mytv.tvb.com/tc/cat_news/60minutes/218923

peterpan
10-04-2015, 11:32 PM
"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 ;)

peterpan
10-05-2015, 09:37 AM
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!

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"

http://s8.postimg.org/vmjqcfedt/image.jpg (http://postimg.org/image/vmjqcfedt/)

peterpan
10-05-2015, 12:42 PM
Humm! I've tried it w/ the token and w/ 63, but still not working ;( I'm using a Hong Kong VPN

sysanin
10-05-2015, 02:01 PM
I wonder which version of rtmpdump you're using!

I record video in real time (token not required)
rtmpdumphelper (with Handshake 10)

http://s1.postimg.org/mu8cn4hd7/rd_5.jpg (http://postimg.org/image/mu8cn4hd7/)

I'm using a Hong Kong VPN too

chanc

Video 442 MB (http://file.sampo.ru/68vg92/)

chanc
10-18-2015, 08:01 AM
I record video in real time (token not required)
rtmpdumphelper (with Handshake 10)

http://s1.postimg.org/mu8cn4hd7/rd_5.jpg (http://postimg.org/image/mu8cn4hd7/)

I'm using a Hong Kong VPN too

chanc

Video 442 MB (http://file.sampo.ru/68vg92/)

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.