play abstract method

bool play(
  1. String url, {
  2. StreamType? type,
  3. bool? hardWareDecode,
  4. bool? isStreamEncrypted,
})

播放。 url:拉流地址 type:流协议,可以写死。不同平台可能使用不同协议。一般安卓和ios用eh5,h5用的eh4 hardWareDecode:是否使用硬件编码,可以写死。没有可以不管 isStreamEncrypted:视频流是否为加密

Implementation

bool play(String url, {StreamType? type, bool? hardWareDecode, bool? isStreamEncrypted});