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

AES-128 HLS (Wowza)


Hello.
We have long been using jwplayer with wowza.

AES-128 HLS runs our tests in jwplayer flash option without any problems.
However, the video does not work in HTML format.

We are thinking of getting the premium version, but it does not work in the HTML option.

We do our tests here ->>>
http://demo.jwplayer.com/developer-tools/http-stream-tester/

The url we tested --->>
http://77.223.141.118:1935/vod/sample.mp4/playlist.m3u8


Why is not the HTML option working (AES-128 HLS)? Can you help me please?

11 Community Answers

g...

User  
0 rated :

Will you please come back?

Alex

JW Player Support Agent  
0 rated :

Hi there,

The stream you provided is working successfully for me with HTML5 on the Stream Tester. If it is not working for you, can you provide me with the browser and operating system you are using?

Thank you.

g...

User  
0 rated :

We are constantly testing.
The url I gave you is incorrect.
Actually it looks like the following (encrypted with AES-128)

http://77.223.141.118:1935/vod/sample2.mp4/playlist.m3u8

Browser: Google Chrome. Operating system: Windows.

We try in different video players, but we want to use it in JWlayer.
Jwplayer gives an error like this: "AES decryptiojn not supported in premium edition"

We want to get a premium, but the video below does not show up in our tests

http://demo.jwplayer.com/developer-tools/http-stream-tester/

g...

User  
0 rated :

http://77.223.141.118:1935/vod/sample2.mp4/playlist.m3u8

g...

User  
0 rated :

not working


{
"playlist": [
{
"sources": [
{
"default": false,
"file": "http://77.223.141.118:1935/vod/sample2.mp4/playlist.m3u8",
"type": "hls",
"label": "0",
"preload": "none"
}
]
}
],
"primary": "html5",
"hlshtml": true
}

g...

User  
0 rated :

and
Works in the following settings

{
"playlist": [
{
"sources": [
{
"file": "http://77.223.141.118:1935/vod/sample2.mp4/playlist.m3u8",
"type": "hls"
}
]
}
],
"primary": "flash",
"hlshtml": false
}

g...

User  
0 rated :

Will you please come back?

Alex

JW Player Support Agent  
0 rated :

Hi there,

Please note that our support team responds to inquiries between 10:00am and 6:00pm, Monday through Friday.

As for your issue, there is a few things going on:

1. The reason the stream is not working on the Stream Tester is because, when the player is using HTML5, the browser is checking the CORS headers on the domain hosting the stream to make sure the domain hosting our Stream Tester is authorized to receive the stream. It does not look like the CORS headers are properly configured to allow that. In Flash, the browser checks for a crossdomain.xml file on the root of the domain hosting the stream and that appears to be configured properly, hence the stream only working on the Stream Tester in Flash.

2. With JW Player 7, playback of AES-encrypted HLS streams require an Enterprise license. With JW Player 8, which will be released later this month, AES playback will be enabled for all licenses.

Thank you.

g...

User  
0 rated :

Our working hours are reversed :)

-----

Options
  Cross-origin resource sharing (CORS) (for HTTP-based streams)

This option is enabled in Wowza settings. There are no problems with all the settings we are using right now. (rtmp -HTML5, Dash, Hls, SecureToken etc.)

We can not test the Html option on AES-128 only.

The HTML page in the demo page gives an error.

Is there a need to do an adjustment on wowza except for CORS?

Donni

JW Player Support Agent  
0 rated :

You will want to add CORS headers via wowza and wait for JW 8 to be released later this month.

g...

User  
0 rated :

ok Thanks.
We will wait JW 8

This question has received the maximum number of answers.