jfinn 3 anni fa
parent
commit
83dccf386b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      react/features/base/media/components/native/Video.js

+ 1
- 1
react/features/base/media/components/native/Video.js Vedi File

@@ -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…
Annulla
Salva