Coder Social home page Coder Social logo

DOMException: Failed to execute 'setRemoteDescription' on 'RTCPeerConnection': Failed to parse SessionDescription. Duplicate a=msid lines detected at RTCPeerConnection.setRemoteDescription about jitsi-meet HOT 10 CLOSED

yjt-sys avatar yjt-sys commented on June 30, 2024
DOMException: Failed to execute 'setRemoteDescription' on 'RTCPeerConnection': Failed to parse SessionDescription. Duplicate a=msid lines detected at RTCPeerConnection.setRemoteDescription

from jitsi-meet.

Comments (10)

yjt-sys avatar yjt-sys commented on June 30, 2024

This issue seems to have been caused by a change in the RTP mechanism after upgrading from Chrome browser to version 123.

from jitsi-meet.

saghul avatar saghul commented on June 30, 2024

Are you able to reproduce this on meet.jit.si? If you run your own server, what version of the components do you run?

from jitsi-meet.

yjt-sys avatar yjt-sys commented on June 30, 2024

lib-jitsi-meet [1836.0.0+d05325f3 ]

from jitsi-meet.

saghul avatar saghul commented on June 30, 2024

You didn't answer any of my questions.

from jitsi-meet.

yjt-sys avatar yjt-sys commented on June 30, 2024

I'm sorry, but I'm using the lib-jitsi-meet library and I'm using the latest version

from jitsi-meet.

yjt-sys avatar yjt-sys commented on June 30, 2024

image

from jitsi-meet.

saghul avatar saghul commented on June 30, 2024

You can't just use a random lib-jitsi-meet version, you need to use the one the deployment is using.

What code are you using to reproduce the problem?

from jitsi-meet.

yjt-sys avatar yjt-sys commented on June 30, 2024

options: {
hosts: {
domain: "meet.jitsi",
muc: "muc.meet.jitsi",
},
serviceUrl: "wss://upgrader.zjyltech.com:8443/xmpp-websocket",
disableSimulcast: false,
enableRemb: true,
enableTcc: true,
resolution: 720,
constraints: {
video: {
height: {
ideal: 640,
max: 640,
min: 180
},
width: {
ideal: 720,
max: 720,
min: 320
}
}
},
enableInsecureRoomNameWarning: true,
},
connection: null, //连接对象
room: null, //房间对象
name: "工作",
selfMedia: {}, //本地媒体流对象
userList: [], //其他用户列表
beVideoStart: false,
beInRoom: false,

        userNumber: 1,
        // 功能按钮
        ishow1: true,
        ishow2: true,
        ishow3: false,
        chatIsShow: false,
        nowtime: 0,
        nowMine: 0,
        nowMiao: 0,
        timeSet: null,
        inviteIsShow: false,
        tipInfo: null,
        isShowTip: false,
        timeSetOver: null,

        mediaRecorder: null,
        chunks: [],
        isTab: false,
        recordMedia: {},
        record: null,
        streamArr: [],
        mixer: null,
        screenShow:false,
        srtime: 0,
        srMine: 0,
        srMiao: 0,
        srSetTime:null
    };
},
created() {
    // 初始化库
    JitsiMeetJS.init();
    // 设置日志级别,如果是INFO控制台东西会很多
    JitsiMeetJS.setLogLevel(JitsiMeetJS.logLevels.ERROR);
},

Then in my vue project, I introduced the library in script

<script src="https://meet.jit.si/libs/lib-jitsi-meet.min.js"></script>

from jitsi-meet.

saghul avatar saghul commented on June 30, 2024

You seem to be using Docker, is that so? In that case, you need to source your own lib-jitsi-meet, not the one in meet.jit.si.

from jitsi-meet.

yjt-sys avatar yjt-sys commented on June 30, 2024

ok

from jitsi-meet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.