TVIP JS API starter help

Post Reply
dsh
Posts: 20
Joined: 08 Jan 2016, 12:38

TVIP JS API starter help

Post by dsh » 29 Jan 2018, 12:21

Hello,

For my hobby project I'm trying to create custom middleware using tvip JS api.

However, I can't make it work.

Code: Select all

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Document</title>
</head>
<body>
  
</body>
</html>

<script>
  TvipPlayer.PlayUrl("http://192.168.1.24:80/hbo/index.m3u8", "live_ts"); // Start play HLS-video;
</script>
It just shows just blank screen. I was hoping it would play stream link.

My box, tvip s410, is using API: tvip.

TMC
Администратор
Posts: 925
Joined: 16 Jan 2014, 13:34

Re: TVIP JS API starter help

Post by TMC » 30 Jan 2018, 06:57

One idea is that it's "TvipPlayer.playUrl", not "TvipPlayer.PlayUrl"

Post Reply