Record FMS application stream
hi,
i'm new fms world bare me if simple 1 awnser.
we have kind of webinar aplication on our fms server running well
we presentantions there. problem users disconnected
and resume webinar @ diferent point.
because these live events users loose part of webinar question it
is possible record these webinars on server side? later can publish them on web?
thank you,
- ricardo
hi,
if having fmis (flash media interactive edition), answer yes. can server side record achieve dvr functionality. go this
on server side code:
application.onpublish = function(clientobj,streamobj) {
streamobj.record();
}
please note must have write permissions streams directory. revert in case need more clarity or need further help.
thanks,
abhishek
More discussions in Adobe Media Server
adobe
Comments
Post a Comment