View Single Post
  #5  
Old 07-27-2017, 10:33 AM
spacechild spacechild is offline
Junior Member
 
Join Date: Apr 2014
Posts: 27
spacechild is on a distinguished road
Default

Re: How to capture this stream?


Quote:
Originally Posted by cabulo View Post
starting from here..


rtmpdump -r "rtmp://89.248.163.3:1935/zmtvliveme/"
-a "zmtvliveme/"
-f "WIN 26,0,0,131"
-W "http://static.zoomtv.me/player/7.12/jwplayer.flash.swf"
-p "http://www.zoomtv.me/embed.php?v=rugby1"
-C S:c1uaf4t0kG
-C S:1498867004
-C S:76efe74317144283d493fd0b8c2a8c9c
-C S:V>JWhui^@2ESdu0?}>AN
--live
-y "c1uaf4t0kG"
-o "2017-07-01_12-56-41_c1uaf4t0kG.flv"


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

Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!
Processing connect
app : zmtvliveme/
flashVer : WIN 26,0,0,131
swfUrl : http://static.zoomtv.me/player/7.12/jwplayer.flash.swf
tcUrl : rtmp://89.248.163.3:1935/zmtvliveme/
pageUrl : http://www.zoomtv.me/embed.php?v=rugby1
live : yes
Playpath : c1uaf4t0kG
Saving as : 2017-07-01_12-56-41_c1uaf4t0kG.flv
INFO: Metadata:
INFO: duration 0.00
INFO: width 640.00
INFO: height 360.00
INFO: videodatarate 781.25
INFO: framerate 25.00
INFO: videocodecid 7.00
INFO: audiodatarate 39.06
INFO: audiosamplerate 22050.00
INFO: audiosamplesize 16.00
INFO: stereo TRUE
INFO: audiocodecid 10.00
INFO: comment Jaguares
INFO: encoder Lavf57.71.100
INFO: filesize 0.00
WARNING: ignoring too small audio packet: size: 0

There must be some token issue I can't still figure out: since Zoom TV have updated their swf player (from 6.7.4 to 7.1.2), the old token -T "Q!lrB@G1)ww(-dQ4J4" is not working anymore, although - from the page regex - it seems to be still the same.

Maybe the old token has been replaced with a new obfuscated one. If so, I hope someone will be able to find it out.

Last edited by spacechild : 07-27-2017 at 01:44 PM.
Reply With Quote