PDA

View Full Version : http://www.teleboy.ch/


rebela
03-24-2014, 03:25 PM
Hi,

http://www.teleboy.ch/ is a swiss site, it's geoblocked, requires an account and allows you to record tv programs. I recorded something and I would like to download it, but I don't know how.
I used wireshark and got this:
POST http://62.65.136.6/send/38002764/1 HTTP/1.1
Host: 62.65.136.6
Proxy-Connection: keep-alive
Content-Length: 2561
Proxy-Authorization: Basic cHJveHk6RTRRWlNlY0JLU3o0OFh4cWpLNkg=
Origin: http://www.teleboy.ch
User-Agent: Shockwave Flash
Content-Type: application/x-fcs
Accept: */*
Referer: http://www.teleboy.ch/tv/player/
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8

+<|yqDsS\L;q}@d.{9 ;x^Kxr w?o>\r64Pq
z_$ L~iO'~)QI0r`YY(-GUzu-n~S>~H%ZI?qhGjm\N!ac2GE*!>M1{"BL&&I#]*q![$XO90_ |<%*:"wAx$oR!(=BpSor4P,(@#nbRXHT :]x[+4i023W*Kj70t&?TQQ{G@wl!fhL
X hDjg '6PfCZ(|E6Q$`RN{:SGK#"^k3KY~$V).^R?)d4oItN"E0s_H*zCUPrA&H9 +q)9~\}rgWHI|R^Fog"p:>mo<$8mL]L4!Xq=vumf3mj-W`o]w=_6Z]
C}606NFg0rbq.iIlQ>|LH vGHvL7&PV$j.O%g76?C8pP@MD0U1[Z7C<3./'{8g"1U?9dXJvo{TeAx8~K3J=Q:W(S]{+D?S r\|Dw`B 7I+(@ta]YQGdE=`fj[($60tkgtZ>w0:I5Kmf@nK}M^7e{ dg4b\Dy FqP\<M?eTm5)%SehX7MhQ
DWl\?J@D !%hoMI)Ki3tQ%s3$m:6!zmI93K}JprO<]$88LE=sKe6LYevU(p5|L_Id_@(N]v'L.*%[PIf1&{?t/&.zYcv koN<Rv3Pconnect?appJbspvrplay?c=3&e=live&u=1053786310&r=25136407&s=e0644385-d21c-45f4-a197-da3eedc2a70a_P4.mp4&v=51&timestamp=1395693246&hash=1a4e5c0a3b1e9cff2776d9ef9b858d6171aa9cd66a061 32156dfff635dd82369622c69d52c0f307fec7319892bd77b9 f110febe7f5ee3ee513c1633aa1f63473de9e832d4e7239a2f 22d42121b1871755c5a53f4d28fd66a94b33d6954cae80b63d 17854000f2951flashVerWIN 12,0,0,77swfUrlPhttp://www.teleboy.ch/assets/swf/flowplayer_ova/flowplayer.commercial-3.2.16.swftcUrl^rtmpt://62.65.136.6/bspvrplay?c=3&e=live&u=1053786310&r=25136407&s=e0644385-d21c-45f4-a197-da3eedc2a70a_P4.mp4&v=51&timestamp=1395693246&hash=1a4e5c0a3b1e9cff2776d9ef9b858d6171aa9cd66a061 32156dfff635dd82369622c69d52c0f307fec7319892bd77b9 f110febe7f5ee3ee513c1633aa1f63473de9e832d4e7239a2f 22d42121b1871755c5a53f4d28fd66a94b33d6954cae80b63d 17854000f2951fpadcapabilities@maudioCodecs@videoCo decs@ovideoFunction?pageUrl http://www.teleboy.ch/tv/player/objectEncoding@


and this:
gct+sE-+*@$e4iV@]UP?APOST http://62.65.136.6/send/38002764/4 HTTP/1.1
Host: 62.65.136.6
Proxy-Connection: keep-alive
Content-Length: 112
Proxy-Authorization: Basic cHJveHk6RTRRWlNlY0JLU3o0OFh4cWpLNkg=
Origin: http://www.teleboy.ch
User-Agent: Shockwave Flash
Content-Type: application/x-fcs
Accept: */*
Referer: http://www.teleboy.ch/tv/player/
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8

Yplay2mp4:51/e0644385-d21c-45f4-a197-da3eedc2a70a_P4.mp4@


I don't even know if this is enough and what to do with these.
Is there anyone who could help me, please?

Thanks

gorilla.maguila
03-24-2014, 05:26 PM
Upload your whireshark's file and we will have a look.

https://appliance.cloudshark.org/upload/

KSV
03-24-2014, 10:02 PM
it's normal RTMPT session. try with following:

rtmpdump -r "rtmpt://62.65.136.6/bspvrplay?c=3&e=live&u=1053786310&r=25136407&s=e0644385-d21c-45f4-a197-da3eedc2a70a_P4.mp4&v=51&timestamp=1395693246&hash=1a4e5c0a3b1e9cff2776d9ef9b858d6171aa9cd66a061 32156dfff635dd82369622c69d52c0f307fec7319892bd77b9 f110febe7f5ee3ee513c1633aa1f63473de9e832d4e7239a2f 22d42121b1871755c5a53f4d28fd66a94b33d6954cae80b63d 17854000f2951" -p "http://www.teleboy.ch/tv/player/" -W "http://www.teleboy.ch/assets/swf/flowplayer_ova/flowplayer.commercial-3.2.16.swf" -y "mp4:51/e0644385-d21c-45f4-a197-da3eedc2a70a_P4.mp4" -o Test.flv

Hash would be expired by now (red part) so you have to retrieve it again.

rebela
03-25-2014, 07:23 AM
Upload your whireshark's file and we will have a look.

https://appliance.cloudshark.org/upload/

I tried, but not sure how to do it. I got this error:
Server responded with 0 code.
Try another file

PS: every time I play the video, I get a different rtmpt url

rebela
03-25-2014, 07:24 AM
it's normal RTMPT session. try with following:

rtmpdump -r "rtmpt://62.65.136.6/bspvrplay?c=3&e=live&u=1053786310&r=25136407&s=e0644385-d21c-45f4-a197-da3eedc2a70a_P4.mp4&v=51&timestamp=1395693246&hash=1a4e5c0a3b1e9cff2776d9ef9b858d6171aa9cd66a061 32156dfff635dd82369622c69d52c0f307fec7319892bd77b9 f110febe7f5ee3ee513c1633aa1f63473de9e832d4e7239a2f 22d42121b1871755c5a53f4d28fd66a94b33d6954cae80b63d 17854000f2951" -p "http://www.teleboy.ch/tv/player/" -W "http://www.teleboy.ch/assets/swf/flowplayer_ova/flowplayer.commercial-3.2.16.swf" -y "mp4:51/e0644385-d21c-45f4-a197-da3eedc2a70a_P4.mp4" -o Test.flv

Hash would be expired by now (red part) so you have to retrieve it again.
I tried, but it doesn't work.