簡體   English   中英

如何將amazon-ivs-player集成到flutter Mobile App中?

[英]How to integrate amazon-ivs-player into flutter Mobile App?

我根據下面提到的文檔嘗試了 aws ivs 播放器集成。 但我無法集成到 flutter 移動應用程序中。

文檔:Amazon Interactive Video Service Player:適用於 Android 的 SDK 指南。

  final _channel = IOWebSocketChannel.connect(
    Uri.parse('wss://edge.ivschat.ap-northeast-1.amazonaws.com'),
    headers: {
     
      'Upgrade': 'websocket',
      'Connection': 'Upgrade',
      'sec-websocket-protocol': "your token",
      'Sec-WebSocket-Version': 13
    },
  );

它工作正常。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM