javascript - Jwplayer is cuting part of streaming video (MAC) -


jwplayer cutting part of live streaming video (at bottom or right), , happing mac browsers. same windows browsers working well.

jwplayer code:

jwplayer('player').setup({         sources: [{             file: 'http://stream.streamexample.com/live/ngrp:live/jwplayer.smil',         }, {             file: 'http://stream.streamexample.com/live/ngrp:live/playlist.m3u8',         }],         rtmp: { bufferlength: 6 },     title: 'live',     width: '854',     height: '480',     skin: 'jwplayer/glow-rtmp.xml',     autostart: true,     androidhls: true,     }); 

jwplayer size same streaming video size

i trayed add stretching:"exactfit" not helped

for streaming use wowza. video coded h.264 , streaming different qualities

jwplayer version 6.10

chrome console give error

[.ppapicontext]gl error :gl_invalid_enum : glteximage2d: target gl_texture_rectangle_arb 

it's posible solve or there better alternative jwplayer , live streaming.


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -