Hi everyone
I got a link by IDM(Internet Download Manager) from live stream videos flash player of website
http://www.bet365.com/extra/en/ :
Quote:
rtmp://cp362963.live.edgefcs.net/live/Tennis_ITFMen_TurkeyF1Singles_10932726_1364k@s3162 89?auth=da_ajardJb6aoaBbtaHcWceb5aGdgbkbxdJ-byGEhR-E-FxCAFoJnpAuDKEd-rena&aifp=v1/Tennis_ITFMen_TurkeyF1Singles_10932726_1364k@s3162 89?auth=da_ajardJb6aoaBbtaHcWceb5aGdgbkbxdJ-byGEhR-E-FxCAFoJnpAuDKEd-rena&aifp=v1
|
IDM can stream live video to file successfully
But Can I stream this live video by rtmpdump command line ?
I try analysis rtmp params and my command line is
I'm not sure I set param right !
and rtmpdump can not download
------------
Other website use flash player live stream videos without authentication (login) :
http://streema.com/tv/play/Hanoi_TV_HTV_1
I have a link got by IDM as :
rtmp://123.30.191.207/hanoi1//live?e=1485099611&st=1f9jEkI9KuRcg7YpHMMpzQ
I use rtmpdump instead IDM
My command line :
Quote:
rtmpdump -r rtmp://123.30.191.207/hanoi1/live -v -y 1485099611 -f "WIN 24,0,0,194" -W "http://hanoitv.vn/lib/jwplayer6.12/jwplayer.flash.swf" -p "http://streema.com/tv/play/Hanoi_TV_HTV_1" -T "1f9jEkI9KuRcg7YpHMMpzQ" -o "aaa.mp4"
|
But I stream video failed
Do I set rtmp param wrong ?