srcObject is not a HTML attribute, it's a DOM property. So you need to bind it with the special modifier: <video srcObject.prop="stream">.
確定! 回上一頁