
Error loading media: File can not be played
Hello from RU.
I'm using free-version of jwplayer (self-customized).
I'm tryin'to play .mp4 video, but i get an error (which mentioned in topic).
Steps to reproduce:
1. Open tab with a jwplayer and play video.
2. Redirect to some other page with jwplayer and different video.
3. Click 'play'
How jwplayer is used: by using <script> tag with link to my personal player.
<script src="https://content.jwplatform.com/libraries/[hash].js"></script> // [hash] - id of my player
and somewhere in down//
jwplayer("video").setup({ file: path });
//
Thank you.