Quantcast
Channel: support.jwplayer.com :: Streaming
Viewing all articles
Browse latest Browse all 2800

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

$
0
0
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!

Viewing all articles
Browse latest Browse all 2800

Trending Articles