Hi,
Hopefully I'm posting this in the correct place. My goal is to add Leafs TV Interactive support to XBMC, but in the short term I'm having some trouble with the live streams (that I'm not having with non-live games). Using the debugger (or the script I've written) I can get an RTMP address for the live stream. something like this:
rtmp://cdncon.fc.llnwd.net/cdncon/nhl/s_leafstv_live_game_1600_1?eid=21014&pid=21014&gid =3000&uid=196189&e=1321586347&h=ba238ab0932b1be404 b8fc57a31c6e5d
This URL is actually returned from a POST request to the server (
http://leafstv.neulion.com/leafstv/s...cryptvideopath) with a few parameters passed into the request.
I've used wireshark to view the rtmp handshake (when video is viewed in the browser) and from what I can tell the above URL _should_ work. But it doens't. What I get back using rtmpdump is:
WARNING: HandShake: client signature does not match!
INFO: Connected...
ERROR: Closing connection: NetStream.Failed
Any thoughts?