MaterialButton( child: Text("Start Stream",), onPressed: (){ RTMPPublisher.streamVideo("rtmp://[Host-Server]:[Host-Port]/[Application]/myStream"); ...
確定! 回上一頁