# Consumer video track muted on production, not muted in local

**URL:** https://mediasoup.discourse.group/t/consumer-video-track-muted-on-production-not-muted-in-local/5081
**Category:** mediasoup libraries
**Created:** [March 23, 2023, 11:38pm UTC](https://mediasoup.discourse.group/t/consumer-video-track-muted-on-production-not-muted-in-local/5081 "2023-03-23T23:38:39Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![zaidiqbal](https://yyz2.discourse-cdn.com/free1/user_avatar/mediasoup.discourse.group/zaidiqbal/32/1498_2.png) [@zaidiqbal](https://mediasoup.discourse.group/u/zaidiqbal)
#### Post date: [June 15, 2023, 7:08pm UTC](https://mediasoup.discourse.group/t/consumer-video-track-muted-on-production-not-muted-in-local/5081/8 "2023-06-15T19:08:39Z")

</div>

If you are testing on local machine then set ip to 127.0.0.1 and keep the announcedIp empty. If you are on server then you need to set announcedIp to the public ip of the server.

This post describes the ip, annoucedIp best:

> [@Getting Stuck at configuring ip and announced ip in webrtctransport options](https://mediasoup.discourse.group/t/getting-stuck-at-configuring-ip-and-announced-ip-in-webrtctransport-options/5289/2):
>
> ip is the address of the network interface the mediasoup worker listens on. announcedIp is a corresponding public address that the server uses in its ICE candidates given to the clients. announcedIp may differ from ip if the latter is 0.0.0.0 (which means listen on all interfaces), or ip is a private address behind NAT.

---

_[View the full topic](https://mediasoup.discourse.group/t/consumer-video-track-muted-on-production-not-muted-in-local/5081)._
