Hi, i'm using your example, switch to open sdp, but can't use it
pubspec.yaml
flutter:
assets:
- assets/
assets/rtp.sdp
v=0
m=video 5002 RTP/AVP 96
a=rtpmap:96 H264/90000
c=IN IP4 127.0.0.1
main.dart
load()async{
// rtmp://58.200.131.2:1935/livetv/natlgeo
await _controller.setDataSource(
// uri: "https://v-cdn.zjol.com.cn/276996.mp4");
path: "assets/rtp.sdp");
}
ps: sorry, I'm new hand to flutter