
video resolution
I used below codes to play my rtmp live video, I have tried 3 different video stream provider to stream my video, 2 of them works good with correct resolution, but the other one always got the video be pressed to 4:3 resolution, the provider told us that they didn't send video metadata with the stream, is that the reason? Any other configuration should I do?
playerInstance.setup({
file : 'rtmp://....',
width : '100%',
height : '100%',
rtmp : {
bufferlength : 0.1
},
autostart : true,
controls : false,
skin : {
name : 'bekle'
}
});