Hello.
I can get RTMP client information by below function.
public void play(IClient client, RequestFunction function, AMFDataList params){
…
}
IClient support only flash version function.
Can I get user agent information from RTMP stream? ( like os, browser, library version… )
If it doesn’t support at IClient, is there any other way?