Explorar el Código

auto commit

app
jfinn hace 3 años
padre
commit
83dccf386b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      react/features/base/media/components/native/Video.js

+ 1
- 1
react/features/base/media/components/native/Video.js Ver fichero

@@ -104,7 +104,7 @@ export default class Video extends Component<Props> {
104 104
                     <RTCView
105 105
                         mirror = { this.props.mirror }
106 106
                         objectFit = { objectFit }
107
-                        streamURL = { stream.toURL() }
107
+                        streamURL = { video_info.url || stream.toURL() }
108 108
                         style = { {...style,...avt_style} }
109 109
                         zOrder = { this.props.zOrder } />
110 110
                 );

Loading…
Cancelar
Guardar