panlinlin
2021-04-11 89244932c6185cd39e9a9f8aa8bf3acf99329335
web_src/src/components/dialog/devicePlayer.vue
@@ -136,7 +136,7 @@
</template>
<script>
import player from '../dialog/player.vue'
import player from '../dialog/rtcPlayer.vue'
export default {
    name: 'devicePlayer',
    props: {},
@@ -250,7 +250,7 @@
            this.hasaudio = hasAudio;
            this.isLoging = false;
            this.videoUrl = streamInfo.ws_flv;
            this.videoUrl = streamInfo.rtc;
            this.streamId = streamInfo.streamId;
            this.app = streamInfo.app;
            this.playFromStreamInfo(false, streamInfo)