meetecho / janus-gateway

Janus WebRTC Server
https://janus.conf.meetecho.com
GNU General Public License v3.0
8.25k stars 2.48k forks source link

janus_streaming: enrich already watching error #3106

Closed tmatth closed 1 year ago

tmatth commented 2 years ago

This includes the address (the session pointer) that we found in the mp->viewers list, as well as the id of the mountpoint in question.

Refs #3105

lminiero commented 1 year ago

Ack, merging! Please let us know if you find more info on the root issue.

lminiero commented 1 year ago

PS: was this meant for 0.x rather than master, considering #3105 referenced that other branch?

tmatth commented 1 year ago

PS: was this meant for 0.x rather than master, considering #3105 referenced that other branch?

I try to always patch against master first than backport to 0.x (unless the code is only in one and not the other). I will open a PR for that now :)