suiteapp
suiteapp
Can i use rtmp uri with params? and where can get this params. > rtmp://{host}:{rtmpServerPort}/{liveApplicationName}/{streamName} for example: > rtmp://{host}:{rtmpServerPort}/{liveApplicationName}/{streamName}?param1=value1¶m2=value2 Thanks
Can any provide an example streaming android screen to rtmp service? any can help me please!!
how to set focus on selectize input control on config? This work for me but is the way? ``` settings.onInitialize = function() { selectize = element[0].selectize; setSelectizeOptions(scope.options); if(scope.config.setFocus){ selectize.focus(); }...