Title
This use to work on jwplayer 6 and every other version. Version 7 isnt working.
Ive tried
Title
and many other ways to load the video, Ive changed the video embed to
Loading the player ...
var playerInstance = jwplayer('VideoPlayer');
playerInstance.setup({
file: 'rtmp://10.10.1.1/vod/mp4:video.mp4',
image: 'http://10.10.1.1/jwplayer7/video.jpg',
});
The RTMP is working, the player loads the default video, but when I click my linked video I get: Error loading media: File could not be played.
Toggle playback does work, it allows the player to play a video with an external link.
I know the player is setup correctly and that the external play button will work. I also know the RTMP streaming is working correctly. I just dont know if my video is being loaded, or do I need to change the provider terminology.
Any help would be greatly appreciated.
Thanks
↧