Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#21
|
|||
|
|||
Re: www.playtv.fr/television/ - A serious challenge for livestremingI have coded my own XXTEA decrypter. you need to use a decrypter which treats your input as hex encoded data.
|
#22
|
|||
|
|||
Re: www.playtv.fr/television/ - A serious challenge for livestremingQuote:
Where did you find this token "jG4Cp6aG8Ks1" ? |
#23
|
|||
|
|||
Re: www.playtv.fr/television/ - A serious challenge for livestremingQuote:
|
#24
|
|||
|
|||
Re: www.playtv.fr/television/ - A serious challenge for livestreminghi
Can you Ksv give the rtmpdump compilation for playtv.fr they change the token |
#25
|
|||
|
|||
Re: www.playtv.fr/television/ - A serious challenge for livestremingThey didn't change the Token!! The have just changed the play path:
Code:
C:\rtmpdump-2.4>rtmpdump -r "rtmpe://87.98.209.242:80/playtv" -a "playtv" -W "ht tp://tvplayer.castlemedia.fr/swf/tvplayer.swf" -p "http://www.playtv.fr/televisi on/" --live -T "fEd8kv6O8Nx" -y "lcp-ps_750" -o lcp-ps.flv RTMPDump v2.4 GIT-2011-12-22 (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: author INFO: copyright INFO: description INFO: keywords INFO: rating INFO: title INFO: presetname Custom INFO: creationdate Thu Dec 22 11:57:08 2011 INFO: videodevice Videum 1.2 Standard VidCap INFO: framerate 25.00 INFO: width 720.00 INFO: height 394.00 INFO: videocodecid avc1 INFO: videodatarate 750.00 INFO: avclevel 31.00 INFO: avcprofile 66.00 INFO: videokeyframe_frequency5.00 INFO: audiodevice Videum 1.2 ACap INFO: audiosamplerate 44100.00 INFO: audiochannels 2.00 INFO: audioinputvolume 75.00 INFO: audiocodecid .mp3 INFO: audiodatarate 96.00 68.837 kB / 1.26 sec |
#26
|
|||
|
|||
Re: www.playtv.fr/television/ - A serious challenge for livestremingthanks Bahman you're an expert .
Can you please show me how to find the the token step by step from downloading swf to the token |
#27
|
|||
|
|||
Re: www.playtv.fr/television/ - A serious challenge for livestremingQuote:
First find SWF file: For finding swf path on the site, for example, In FireFox, after browsing web page, go to "Tools", "Page Info", "Media" tab, look for a swf file there!! another way, use Coojah!! For example path of the swf file that you are looking for, is: Code:
http://tvplayer.castlemedia.fr/swf/tvplayer.swf?4f072cc19beb24838916332190 Then extract all included files in a folder!! Then Like rtmpdump, create a batch file in that folder with this script: flasm -x tvplayer.swf Run that batch file!! Then you should have 2 file with these names: "tvplayer.swf" and "tvplayer.$wf"!! Open first one (secureplayer.swf) with Wordpad or Notepad!! Look for "ENCRYPTION_KEY" Code:
ERROR_GEOIPENCRYPTION_KEY jG4Cp6aG8Ks1 ERROR_CHANNEL AD_ADSWIZZERROR_CRITICALERROR_NETWORK_FULL Open Wireshark and start capturing packets, Browse your fav tv channel on www.playtv.fr, and then between founded packets, look for/ filter for "tcp.stream eq 4"!! You will find sth like this: Code:
GET /token=d06f8f89878f160876417ec615b99562e77dfadae0a6b8b2a873f9c8d44ff1a15702211e2dfd5df64d7359ba26e1b9f9 Go here!! Decrypt the string with XXTEA decrypter using "jG4Cp6aG8Ks1" as key (you had found this, look at top). Just I have to confirm that I were completely wrong at the last section!! KSV should help!! Last edited by Bahman : 01-06-2012 at 02:25 PM. |
#28
|
|||
|
|||
Re: www.playtv.fr/television/ - A serious challenge for livestremingi download tvpayer and after I've
C:\flasm16win>flasm -x tvplayer.swf Couldn't open input file tvplayer.swf for reading why |
#29
|
|||
|
|||
Re: www.playtv.fr/television/ - A serious challenge for livestremingUse: flasm -x "tvplayer.swf"
|
#30
|
|||
|
|||
Re: www.playtv.fr/television/ - A serious challenge for livestremingC:\flasm16win>flasm -x "tvplayer.swf"
Couldn't open input file tvplayer.swf for reading |
Tags: how, live, live streaming, livestreaming, play tv, play tv fr, playtv fr, record, rtmpe, television, this, www playtv fr |
Thread Tools | |
Display Modes | |
|
|