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

Upgraded from JWPlayer 6 to JWPlayer 7, smil is throwing a manifest not found or invalid error


Hi,

I just finally upgraded from JWPlayer 6 to JWPlayer 7. I was wondering about smil.

Here is my setup:

```
jwplayer(content_data['player_id']).setup({
playlist: [{
image: "https://xxxx.cloudfront.net/video_thumbnails/"+content_data['video_id']+".jpg",
sources: [
{ file: "/videos/"+content_data['video_id']+"/getsmil.smil" },
{ file: "https://xxxx.cloudfront.net/"+content_data['video_filename'] }
]
}],
primary: "html5",
flashplayer: 'https://s3.amazonaws.com/jwplayer/jwplayer.flash.swf',
width: '100%',
height: '100%',
aspectratio: '16:9',
skin: "seven",
screencolor: 'FFFFFF',
wmode : 'transparent'
});
```

All the videos produce the same error: Error loading stream: Manifest not found or invalid

If I remove the smil file it works fine. Is this something with JWPlayer 7? Is my setup deprecated? This worked fine with version 6. Any tips is appreciated!

1 Community Answers

Donni

JW Player Support Agent  
0 rated :

I see you are a Premium Subscription holder. If you’d like, you can click SUBMIT A CASE on your JW Dashboard and you can send me some sample streams or a reproduction page.

This question has received the maximum number of answers.