ant-media / Ant-Media-Server

Ant Media Server is a live streaming engine software that provides adaptive, ultra low latency streaming by using WebRTC technology with ~0.5 seconds latency. Ant Media Server is auto-scalable and it can run on-premise or on-cloud.
https://antmedia.io
Other
4.29k stars 634 forks source link

Viewers gets data channel message twice when sent via rest api #2973

Open eneskuluk opened 3 years ago

eneskuluk commented 3 years ago

Short description

When data channel message is sent by REST api, viewers are getting the message twice, but on publisher page, it is seen only once, not twice.

Environment

Steps to reproduce

  1. Stream
  2. Play it in another tab
  3. Send data channel message via REST API to that stream
  4. See that on publishers page, message is only one but on viewers pages, it is displayed twice.

    Expected behavior

    It is received only once.

Actual behavior

Viewers receives the message twice.

broundtree commented 3 years ago

will this be fixed in the upcoming release... please!