Parcourir la source

auto commit

app
jfinn il y a 3 ans
Parent
révision
83dccf386b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      react/features/base/media/components/native/Video.js

+ 1
- 1
react/features/base/media/components/native/Video.js Voir le fichier

@@ -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
                 );

Chargement…
Annuler
Enregistrer