srs icon indicating copy to clipboard operation
srs copied to clipboard

When pushing against the official webrtc-demo, the rtc/v1/publish/ interface always returns the following error

Open BiuBIu-Ka opened this issue 1 year ago • 0 comments

Describe When pushing against the official webrtc-demo, the rtc/v1/publish/ interface always returns the following error

"code": 0,
"server": "vid-4fs8k34",
"service": "8c6t324d",
"pid": "20559",
"urls": {
    "api": "the api root",
    "rtc": {
        "v1": {
            "play": "Play stream",
            "publish": "Publish stream",
            "nack": "Simulate the NACK"
         }
     }
 }

This result directly leads to the failure of pushing stream and playing, and the relevant documents are not queried. Is the configuration incorrect?

BiuBIu-Ka avatar Dec 07 '23 10:12 BiuBIu-Ka