2

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",
                });

HLS セグメント

4

0 に答える 0