flash media server - Adobe AMS to AMS initStream method call -
do of fellow amf enthusiasts know of information on calls made 1 ams server ams server? instance, looking information arguments sent in initstream call; sample data got when ams server connected server:
method: initstream number of params: 2 0: 1.7765824089018436e-307 1: null
a standard call flash client contain 1 argument, consists of stream identifier. above may identifier, not integer type expect. have google'd , checked other sources, i'm coming nothing helpful.
to sum up, need know arguments , types sent when 1 ams calls ams.
edit
after more work on issue, initstream method has been added server , parameter #1 assumed stream id. method followed createstream(0)
method: createstream num params: 1 0: 0
and after method added, seems initial setup ok, when following requesting vod stream on red5 ams, calls play unexpected parameters , no stream name
method: play num params: 23 0: 4.801834657218423e-299 1: null 2: null 3: null 4: null 5: null 6: null 7: null 8: null 9: null 10: null 11: null 12: null 13: null 14: null 15: null 16: null 17: null 18: null 19: null 20: null 21: null 22: null
red5 has been modified starting @ version 1.0.7-snapshot allow these methods used ams. "odd" play method call can resolved setting objectencoding 0 on server side script (ssas).
application.r5test = new netconnection(); application.r5test.objectencoding = 0;