using dynamic smil file with jw player

前端 未结 1 1837
南旧
南旧 2021-02-09 23:38

I\'m trying to make a online stream player with JW Player 6.

If I create a smil file with all the quality version of streams and use the code below it works fine:

<
相关标签:
1条回答
  • 2021-02-10 00:31

    Defining type of source solves the problem.

    sources: [{
        file: "/player/smil.asp",
        type: "rtmp"
    }]
    

    Thanks to Ethan for his patience.

    0 讨论(0)
提交回复
热议问题