How do you find the streaming URL from a Sliverlight embedded application?

+1 vote
asked by (130 points)
edited by

3 Answers

0 votes
answered by (340 points)

You can download the .xap file here:
http://www.rocktelevision.com/streaming/ClientBin/RockPlayer.xap

The easiest way to open it is via Windows Explorer but you need to patch your registry with this code:

Windows Registry Editor Version 5.00 

[HKEYCLASSESROOT.xap]
"PerceivedType"="compressed"
"Content Type"="application/x-silverlight-app"
@="CompressedFolder"

[HKEYCLASSESROOT.xap\CompressedFolder]

[HKEYCLASSESROOT.xap\OpenWithProgids]
"CompressedFolder"=""

[HKEYCLASSESROOT.xap\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"

It worked for me.

commented by (340 points)
You can also download the registry patch in here:

http://purple.cat/xap.zip
commented by (130 points)
that lost me a little bit. How does this unmask the streaming url?
commented by (340 points)
You can grab the streaming url from the source code. In your page its in line 222.
0 votes
answered by (140 points)

IF YOU ARE FREE THIS TIME DEAR
SO I REPLY ANSER YOUR QUESTION
ABSOLUTLY ONE FOR FUN AND COME

0 votes
No avatar answered by (309k points)

You can't get it because Silverlight uses a server-side technology to stream and deliver the content. You cannot grab the stream URL as you would normally do in an easy way for IceCash or Shoutcast.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...