でJwPlayer
の最後のセグメントを再生でき.ts
ますHLS
か? この場合、最後のセグメントはstream00736.ts
現在の JwPlayer コード:
jwplayer("<?php echo $this->id?>").setup({
autostart: <?php echo $this->autoStart?'true':'false'?> ,
flashplayer: "<?php echo CHtml::asset($this->_path.'/jwplayer.flash.swf')?>",
width:<?php echo $this->width?>,
height:<?php echo $this->height?>,
playlist: [{
sources: [{
//Desktop
file: "<?php echo $this->rtmpPath;?>"
},{
//Mobile
file: "<?php echo $this->hlsPath;?>"
}]
}],
primary:"flash",
});