Ticket #1317 (closed bug: fixed)

Opened 2 years ago

Last modified 2 years ago

Plugins without parameters are sometimes ignored

Reported by: pablo Owned by: pablo
Priority: Milestone: Player 5.7
Component: embedding Keywords:
Cc: Forum thread: http://www.longtailvideo.com/support/forums/jw-player/bug-reports/18659/hd-button-in-controlbar-disapeared-after-update-to-55

Description

If plugins are specified in a list instead of in a JSON block, but to not contain parameters, they will not be passed into the player.

Working:

 plugins: "hd-1,captions-1",
 "hd.file": "video.mp4",
 "captions.file": "video.srt"

Not working:

 plugins: "hd-1,like-1",
 "hd.file": "video.mp4"

In this second case, the like plugin does not contain any options, and the plugin is not loaded in Flash mode

Change History

comment:1 Changed 2 years ago by pablo

  • Summary changed from Plugins without parameters can be ignored to Plugins without parameters are sometimes ignored

comment:2 Changed 2 years ago by pablo

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in [1776]

comment:3 Changed 2 years ago by pablo

  • Milestone changed from Player 5.6 to Player 5.7
Note: See TracTickets for help on using tickets.