OSMF does not reconnect on 10.0 when FMLE 3.1 stops/starts broadcast
i'm using 0.93 (sprint 10) , noticed unusual issue our osmf instance on os x flash player 10.0.45.2 not reconnect , restart playback when fmle 3.1 (mac) stops , restarts broadcast. interestingly, fp 10.1 rc1 reconnect expected. i've tested using dynamic streaming broadcast, , logic pretty straightforward... along lines of:
this.video = new videoelement(res, new rtmpdynamicstreamingnetloader()); // osmf 0.93 reversed params
in trying find workaround this, find if listen mediaerrorevent dispatches when encoder stops (seems should event, along lines of netstream.unpublish.notify, but...), can resupply new videoelement mediaplayer instance , restarts stream correctly. i'm passing same instance of rtmpdynamicstreamingnetloader constructor of videoelement. i'm concerned if rebuilding entire connection fms or if keeping connection , making play() call on netstream. suspect former, it's hard tell fms logs.
this bad thing bootstrapper-wise: in situation large number of participants have window open encoder stops, they'll bang on fms server reconnect when stops.
i'd rather not work around framework listening netstatusevent, may need in order prevent situation? osmf team have guidance on this?
More discussions in Developers
adobe
Comments
Post a Comment