Skip to content

Support of sdp(Session Description Protocol) file? #4

@kiam123

Description

@kiam123

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions