Different questions regarding FMS 3.5


hi,

 

i'm newby fms , have several questions ;-).

 

i'm planning livestream. viewer possible plan ist stream 3 different bitrates. works great ;-). within tests few problems/ideas came up...

 

 

1. fms not recording stream. used auto-dvr manual start stop. prefixed mp4: ... ideas? perhaps because not "interactive" one?

 

2. there _simple_ possibility to enable "autoquality" (between 3 streams) on client side? best solution local connection chosen?

 

3. there simple possibility viewerstats?

 

 

thanks lot

hi,

 

1. can record livestream on server creating custom application , doing server side record. main.asc :

var pubcount = 0;

application.onconnect=function(clientobj){

          trace("          on connect ");

          return true;

};

 

application.ondisconnect=function(clientobj){

          trace("          on disconnect ");

};

 

application.onpublish = function(clientobj,streamobj){

  trace("          in application publish : " + streamobj.name);

  if(pubcount <= 1)

       streamobj.record("record");

  else

       streamobj.record("append");

  pubcount++;

}

 

application.onunpublish = function(clientobj,streamobj){

trace("on unpublish : " + streamobj.type + ":" + streamobj.name);

streamobj.record(false);

}

2. can using dynamic streaming. you'll find more information here : http://www.adobe.com/devnet/adobe-media-server/articles/dynstream_advanced_pt1.html

3. can various viewer stats using admin apis. full reference of apis available here : http://help.adobe.com/en_us/flashmediaserver/3.5_server_management_asd/flashmediaserver_3. 5_administrationapi.pdf. getappstats() may particularly useful.

 

hope helps. please let me know if have other queries.

 

thanks,

apurva



More discussions in Adobe Media Server


adobe

Comments

Popular posts from this blog

Warning, the Safe Path is not accessible vm3 - Joomla! Forum - community, help and support

uppercase letters in url - Joomla! Forum - community, help and support

Joomla! Update is not offering Joomla 3 - Joomla! Forum - community, help and support