# This video file cannot be played. (Error Code: 102630)

**URL:** https://community.wowza.com/t/this-video-file-cannot-be-played-error-code-102630/52740
**Category:** Wowza Streaming Engine
**Created:** [January 24, 2019, 9:58am UTC](https://community.wowza.com/t/this-video-file-cannot-be-played-error-code-102630/52740 "2019-01-24T09:58:36Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Rachel\_Chen1](https://avatars.discourse-cdn.com/v4/letter/r/f05b48/32.png) [@Rachel\_Chen1](https://community.wowza.com/u/Rachel_Chen1)
#### Post date: [January 24, 2019, 9:58am UTC](https://community.wowza.com/t/this-video-file-cannot-be-played-error-code-102630/52740/1 "2019-01-24T09:58:36Z")

</div>

How to solve this…?

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/system/32/447_2.png) [@system](https://community.wowza.com/u/system)
#### Post date: [January 24, 2019, 6:34pm UTC](https://community.wowza.com/t/this-video-file-cannot-be-played-error-code-102630/52740/2 "2019-01-24T18:34:06Z")

</div>

You can find out what the error 102630 means in the article below.  
[https://developer.jwplayer.com/jw-player/docs/developer-guide/api/errors-reference/](https://developer.jwplayer.com/jw-player/docs/developer-guide/api/errors-reference/)

Depending upon the version of JW Player you are using, they may no longer support RTMP. Your URL would look as follows.

```auto
http:///172.16.218.23:1935/vod/mp4:sample.mp4/playlist.m3u8

```

Below is JW Players configuration reference page. They have depreciated RTMP support for version 8.  
[https://developer.jwplayer.com/jw-player/docs/developer-guide/customization/configuration-reference/#rtmp](https://developer.jwplayer.com/jw-player/docs/developer-guide/customization/configuration-reference/#rtmp)

Also note that Adobe is ending support for their Flash Player at the end of 2020 as mentioned in their article below.  
[https://theblog.adobe.com/adobe-flash-update/](https://theblog.adobe.com/adobe-flash-update/)

---

<div class="post-metadata">

### Author: ![Rachel\_Chen1](https://avatars.discourse-cdn.com/v4/letter/r/f05b48/32.png) [@Rachel\_Chen1](https://community.wowza.com/u/Rachel_Chen1)
#### Post date: [January 25, 2019, 1:57am UTC](https://community.wowza.com/t/this-video-file-cannot-be-played-error-code-102630/52740/3 "2019-01-25T01:57:25Z")

</div>

Thank you!

---

<div class="post-metadata">

### Author: ![Emre\_Karatasoglu\_Adv](https://avatars.discourse-cdn.com/v4/letter/e/0ea827/32.png) [@Emre\_Karatasoglu\_Adv](https://community.wowza.com/u/Emre_Karatasoglu_Adv)
#### Post date: [January 25, 2019, 1:22pm UTC](https://community.wowza.com/t/this-video-file-cannot-be-played-error-code-102630/52740/4 "2019-01-25T13:22:44Z")

</div>

Rachel, if you need both of rtmp & hls for some reason ( like rtmp live playback latency less than hls latency ) you need to allow flash player in your browser . In chrome click info button  
[http://prntscr.com/mc1q1b](http://prntscr.com/mc1q1b) , then click settings button and allow flash.

Also you need to define your source in jw player like

“sources”: [ {fileType: ‘rtmp’,file: ‘rtmp://ip/test/test’}, {fileType: ‘m3u8’,file: ‘http:/ip:1935/test/test/playlist.m3u8’}  
]

---

<div class="post-metadata">

### Author: ![Chad\_Buschette](https://avatars.discourse-cdn.com/v4/letter/c/91b2a8/32.png) [@Chad\_Buschette](https://community.wowza.com/u/Chad_Buschette)
#### Post date: [April 13, 2020, 3:53am UTC](https://community.wowza.com/t/this-video-file-cannot-be-played-error-code-102630/52740/6 "2020-04-13T03:53:56Z")

</div>

[Kevin Moore](http://community.wowza.com/users/5547/view.html)’s answer should be marked as the best answer.

The error is not caused by player support in the browser - the Best Answer above is incorrect.

As per the documentation, error 102630 is due to an empty playlist being selected, so the media file is linked to incorrectly or is missing in the source, It is not the client browser at fault.

Read [https://developer.jwplayer.com/jwplayer/docs/jw8-player-errors-reference](https://developer.jwplayer.com/jwplayer/docs/jw8-player-errors-reference) and scroll down to the “Empty Playlist” section and read the details on error 102630

  
\*\*ALSO: For more answers to commonly asked questions like this, please visit our FAQ page.\*\*

[https://support.wowza.com/hc/en-us/articles/9424683486747-Why-do-I-see-this-error-This-video-file-cannot-be-played-Error-Code-102630-](https://support.wowza.com/hc/en-us/articles/9424683486747-Why-do-I-see-this-error-This-video-file-cannot-be-played-Error-Code-102630-)

---

<div class="post-metadata">

### Author: ![Rose\_Power-Wowza\_Com](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/rose_power-wowza_com/32/431_2.png) [@Rose\_Power-Wowza\_Com](https://community.wowza.com/u/Rose_Power-Wowza_Com)
#### Post date: [April 8, 2021, 8:10pm UTC](https://community.wowza.com/t/this-video-file-cannot-be-played-error-code-102630/52740/8 "2021-04-08T20:10:47Z")

</div>

Thank you for clarifying this!!
