Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #21  
Old 06-27-2011, 02:39 PM
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


I have coded my own XXTEA decrypter. you need to use a decrypter which treats your input as hex encoded data.
Reply With Quote
  #22  
Old 09-20-2011, 05:00 AM
karlo2105 karlo2105 is offline
Senior Member
 
Join Date: Sep 2011
Posts: 318
karlo2105 is on a distinguished road
Default

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


Quote:
Originally Posted by KSV View Post
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" ?
Reply With Quote
  #23  
Old 09-21-2011, 03:21 AM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

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


Quote:
Originally Posted by karlo2105 View Post
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)
Reply With Quote
  #24  
Old 01-06-2012, 11:12 AM
beowluf beowluf is offline
Member
 
Join Date: Jan 2011
Posts: 40
beowluf is on a distinguished road
Default

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
Reply With Quote
  #25  
Old 01-06-2012, 12:06 PM
Bahman Bahman is offline
t.A.T.u.'s fan forever
 
Join Date: Sep 2011
Location: Tehran, Iran
Posts: 381
Bahman is on a distinguished road
Default

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


They 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
Reply With Quote
  #26  
Old 01-06-2012, 12:49 PM
beowluf beowluf is offline
Member
 
Join Date: Jan 2011
Posts: 40
beowluf is on a distinguished road
Default

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
Reply With Quote
  #27  
Old 01-06-2012, 01:24 PM
Bahman Bahman is offline
t.A.T.u.'s fan forever
 
Join Date: Sep 2011
Location: Tehran, Iran
Posts: 381
Bahman is on a distinguished road
Default

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


Quote:
Originally Posted by beowluf View Post
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!!

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

Last edited by Bahman : 01-06-2012 at 02:25 PM.
Reply With Quote
  #28  
Old 01-06-2012, 01:46 PM
beowluf beowluf is offline
Member
 
Join Date: Jan 2011
Posts: 40
beowluf is on a distinguished road
Default

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
Reply With Quote
  #29  
Old 01-06-2012, 01:50 PM
Bahman Bahman is offline
t.A.T.u.'s fan forever
 
Join Date: Sep 2011
Location: Tehran, Iran
Posts: 381
Bahman is on a distinguished road
Default

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


Use: flasm -x "tvplayer.swf"
Reply With Quote
  #30  
Old 01-06-2012, 02:55 PM
beowluf beowluf is offline
Member
 
Join Date: Jan 2011
Posts: 40
beowluf is on a distinguished road
Default

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
Reply With Quote
Reply Post New Thread
Tags: , , , , , , , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 02:22 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons