SecureToken Vitamio token (secureTokenResponse)
Closed this issue · 1 comments
MythodeaLoL commented
Please add suport for token on project and update to last vitamio version
Samples:
path = "rtmp://8.8.8.8/live/";
options = new HashMap<String, String>();
options.put("rtmp_app", "live");
options.put("rtmp_swfurl", "http://www.example.com.com/player/player.swf");
options.put("rtmp_playpath", "bigbuckbunny");
options.put("rtmp_pageurl", "http://www.example.com/protected_stream.html");
options.put("token", "fg5ASTACK_d8g#$#!@");
or
options.put("rtmp_token", "fg5AAf4gd8g#$#!@");
Or other, but add support for secureTokenResponse.
On flash is called:
this._connection.call("secureTokenResponse", null, TEA.decrypt(evt.info.secureToken, "fg5ASTACK_d8g#$#!@"));
Tks man. Good project, but need upgrade. Waiting reply.
MythodeaLoL commented
Solved, closed.