I have installed jwplayer gem and tried the following in the view page.

 <%= javascript_include_tag 'swfobject' %>

 <%= video_player({:file => "/home/user/Downloads/digital.mp4", :image => "/home/user/Downloads/Retreats_21.jpg"}) %>

But its throwing error message like "Get the Adobe Flash Player to see this video". But i have already installed the adobe flash player. Please help me to resolve this issue. Thanks in advance.

有帮助吗?

解决方案

I think you haven't installed jwplayer_rails gem and you installed only gem 'jw_player_helper'. So Please install the gem and try once again.

 gem 'jwplayer-rails'
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top