Ticket #979 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

Investigate how flashvars for the Flash Failover will be passed into the HTML5 player

Reported by: zach Owned by: zach
Priority: Milestone: HTML5 1.0
Component: Keywords:
Cc: Forum thread:

Description


Change History

comment:1 Changed 3 years ago by zach

Streamers and RTMP Updating line 2497 in jquery.jwplayer.js seems to fix the problem Conditional to check and see if config.file has been overridden if ((!$.fn.jwplayerUtils.isNull(player.model.sources[player.model.source])) && ($.fn.jwplayerUtils.getAbsolutePath(config.file)==$.fn.jwplayerUtils.getAbsolutePath(player.model.sources[player.model.source].file))){

flashvarString += 'file=' + $.fn.jwplayerUtils.getAbsolutePath(player.model.sources[player.model.source].file) + '&';

}else{

flashvarString += $.fn.jwplayerUtils.getAbsolutePath(config.file) + '&';

}

comment:2 Changed 3 years ago by zach

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

Embedder / API handles this

Note: See TracTickets for help on using tickets.