Ticket #1263 (closed bug: fixed)

Opened 2 years ago

Last modified 2 years ago

Plugin loading issues with local + cdn combo

Reported by: jeroen Owned by: zach
Priority: Milestone: Player 5.6
Component: embedding Keywords:
Cc: pablo Forum thread:

Description

Here's the setup from a customer using the 5.5 player:

jwplayer("videocastPlayer").setup({
    height: 526,
    width: 640,
    provider: "rtmp",
    streamer: "rtmp://example.com/world",
    levels: [ 
        { bitrate: 256, file: "/lecture_series/dm/dm021511_256.f4v", width: 640 },
        { bitrate: 512, file: "/lecture_series/dm/dm021511_512.f4v", width: 640 }
    ],
    plugins: {
      "/player/viral-2.swf": {
            email_footer: 0,
            onpause: "false",
            oncomplete: "false"
        }
        ,"captions-2": {
            file: "http://example.com/closedcaptions/dm021511.xml",
            state: false,
            back: true
        }
    }
});

This setup results in a plugins=/player/viral-2.swf flashvar getting set to the Flash player's embed code. The captions plugin is not loaded, probably due to a small bug in the plugin selector.

This worked in 5.4.

Change History

comment:2 Changed 2 years ago by zach

  • Status changed from new to assigned

comment:3 Changed 2 years ago by pablo

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

Fixed in [1704]

Note: See TracTickets for help on using tickets.