Silverlight Stream extraction
#1
I am a newbie at this but I would like to know how I can extract a xbmc compatible stream from this:
http://www.sat2world.com/play.php?channe...stream=119

Sorry to start a new thread but I hope to get some responses.

Thanks
Reply
#2
Your example stream has the following url which contains of two parts:
http://64.62.171.220:9590/Saudi1?auth=CFBA1F88BE07A5F450A472A75D146417

The first part can be retrieved from http://www.sat2world.com/getchannelinfo....nnelid=119, the second part is dynamic and is calculated by the silverlight player.
This player has a special extension xap. Xap files are actually zip files that contain of an appmanifest.xaml (useless for us) and several dll files (compiled .net libraries). If you manage to decompile these dlls you will maybe find out how to create the second part of the stream url.
Reply
#3
So is it even possible? I don't think I can get around decompiling, I am not that code savy, I thought there would be an easier way to handle it.

has ppl been able to extract silverlight kind of URL and integrate into xbmc?
Reply

Logout Mark Read Team Forum Stats Members Help
Silverlight Stream extraction0