View Single Post
  #41  
Old 03-27-2012, 03:57 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: www.playtv.fr/television/ - A serious challenge for livestreming


They have stopped using SecureToken. now they append auth string to connect packet and to calculate this auth string they use chained keys (one key leading to another and so on). final command will look like

Code:
rtmpdump -v -r "rtmpe://188.165.101.227:443/tvplayer/lcp-ps_hi" -W "http://beta.static.playtv.fr/swf/tvplayer.swf" -p "http://playtv.fr/television/#lcp-ps" -o Test.flv -C S:b440d0ff3c332fbab58fbc060f383d01c836536d41c17d79c99a8e25e4f306e1af8f6081f2efa885
Code:
RTMPDump v2.4 GIT-2012-03-08 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: Trying different position for server digest!
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO:   duration              0.00
INFO:   width                 854.00
INFO:   height                480.00
INFO:   videodatarate         683.59
INFO:   framerate             25.00
INFO:   videocodecid          7.00
INFO:   audiodatarate         93.75
INFO:   audiosamplerate       48000.00
INFO:   audiosamplesize       16.00
INFO:   stereo                TRUE
INFO:   audiocodecid          10.00
INFO:   encoder               Lavf53.27.0
INFO:   filesize              0.00
601.738 kB / 5.06 sec
Reply With Quote