Start a new topic

clarify PDN is working

My stream source is using 3rd party CDN now. And I revised the html code of my webpage base on Viblast portal shown.


<html>
<head>
<script type="text/javascript" src="https://cdn.viblast.com/vb/stable/viblast.js"></script>
</head>

<body>
<video
controls
height="400"
width="550"
src="http://953033542.r.democdn.com/953033542/_definst_/mp4:953033542/scc.mp4/playlist.m3u8"
data-viblast-key="ebdaa6db-c3e6-45cc-a3a8-b9f62eac1c79"
data-viblast-enable-pdn="true"
autoplay
>

</video>
</body>
</html>


then, I open the stream from webpage, but I can't find any statistic from viewer graph via Viblast portal. I want to know my configuration is correct or not?


And once I click "play" from Viblast portal, I can see it works. I want to know the "CDN" icon means Viblast CDN not my own CDN?


Hi,

You have to add one more parameter to your config:

data-viblast-enable-realtime-logger="true", if you want to monitor your viewers via the swarm-view interface. 

Also, you can see the statistics in the portal for the PDN/CDN download.


Let us know if you have any other questions.


Best regards,


Hi Support,


It works now, does the CDN icon means using my own CDN instead of Viblast CDN?

Hi Jason,

CDN point shows the central stream point, i.e. your streaming server or CDN.


Login to post a comment