live - Roku Streaming Channel from Kit Digital -


I am developing a blocked channel mostly from tutorials and it is coming together well. Now my problem is that I am trying to connect the channel to a live kit digital live stream (a .m3u8 stream) and I do not know how to connect the stream to that stream rather than choosing your video stream regularly To do.

Does anyone know how I can get this document or how to help that document? (I have already been on the developer guide and forum but no clue can be found)

Look in the demo code: shows you how to use HLS and some other cool playback features.

  this.player.SetMessagePort (this.port) this.player.SetLoop (true) this.player.SetPositionNotificationPeriod (1) this.player.SetDestinationRect (this.layout.left) this. Player.SetContentList ([[stream: {url: "http: //ec2-184-72-239-149.compute1.amazonaws .com: 1935 / demo / smile: bigbackforean.php smil / playlist.m3u8"} stream format : "HSL" switching strategy: "full-customization"}]). Player. Play ()    

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -