Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

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

(http://stream-recorder.com/forum/showthread.php?t=8332)

KSV 06-27-2011 01:39 PM

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


 
I have coded my own XXTEA decrypter. you need to use a decrypter which treats your input as hex encoded data.

karlo2105 09-20-2011 04:00 AM

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


 
Quote:

Originally Posted by KSV (Post 30432)
I have coded my own XXTEA decrypter. you need to use a decrypter which treats your input as hex encoded data.

Could you give link for your XXTEA decrypter or link for freeware/open source decrypter available for Windows and Ubuntu which will provide us Playtv.fr token?

Where did you find this token "jG4Cp6aG8Ks1" ?:D

any ANONYMOUS forum user 09-21-2011 02:21 AM

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


 
Quote:

Originally Posted by karlo2105 (Post 32634)
Could you give link for your XXTEA decrypter or link for freeware/open source decrypter available for Windows and Ubuntu which will provide us Playtv.fr token?

How to disassemble SWF file using freeware software (Win/Mac/Linux)

beowluf 01-06-2012 10:12 AM

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


 
hi
Can you Ksv give the rtmpdump compilation for playtv.fr they change the token

Bahman 01-06-2012 11:06 AM

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


 
They didn't change the Token!! The have just changed the play path::D

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


beowluf 01-06-2012 11:49 AM

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


 
thanks 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

Bahman 01-06-2012 12:24 PM

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


 
Quote:

Originally Posted by beowluf (Post 36981)
Can you please show me how to find the the token step by step from downloading swf to the token

OK!! This one is a bit hard!!:D

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, Download "flasm" program!!

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

Right now, you have encryption key but it's not enough!!

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
Come On!!;)

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!!

beowluf 01-06-2012 12:46 PM

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


 
i download tvpayer and after I've
C:\flasm16win>flasm -x tvplayer.swf
Couldn't open input file tvplayer.swf for reading


why

Bahman 01-06-2012 12:50 PM

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


 
Use: flasm -x "tvplayer.swf"

beowluf 01-06-2012 01:55 PM

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


 
C:\flasm16win>flasm -x "tvplayer.swf"
Couldn't open input file tvplayer.swf for reading


All times are GMT -6. The time now is 06:08 PM.