Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

why m3u8 file can't play


I follow the document :https://support.jwplayer.com/customer/en/portal/articles/1430240-hls-adaptive-streaming..
use the following code:

<html>
<head>
<script src="https://content.jwplatform.com/libraries/CMkwtaEh.js"></script>
</head>

<body>
<div id="container"></div>
<script>
jwplayer("container").setup({
file: "http://10.1.30.71/hls/test2.m3u8"
//file: "http://www.youtube.com/dQw4w9WgXcQ"
});
</script>
</body>
</html>
~
Your quickly reponse is highly appreciate

1 Community Answers

Todd

JW Player Support Agent  
0 rated :

I tried to load your HLS stream at http://10.1.30.71/hls/test2.m3u8, but it is not available for me. Is this being hosted only on your internal network?
How did you create this HLS stream?
Does the stream play for you directly in Safari on a Mac?
Is there any way you can post the text of the manifest here?

This question has received the maximum number of answers.