<div dir="ltr"><div>Hi,</div><div><br></div><div>How can I add TURN server info for a nice transmitter in python for Farstream?  I have tried different things but to no avail.  I am not sure how to get a hold of the transmitter itself or to pass it parameters initially.  Right now local candidates generated are only of type "host".<br></div><div><br></div><div>I use the function stream.set_transmitter("nice") which appears to also allow for a parameter argument.  I can get as far as:</div><div><br></div><div>relay_structure = Gst.Structure.new_empty("relay-info") <br>relay_structure.set_value("ip", "123.45.678.999")<br>relay_structure.set_value("port", 3478)<br>relay_structure.set_value("username", "user1")<br>relay_structure.set_value("password", "user1pwd")<br>relay_structure.set_value("relay-type", "udp")</div><div><br></div><div>but I am not sure how to pass this parameter to stream.set_transmitter() or stream.set_transmitter_ht().</div><div><br></div><div>I also see the function <code><span>nice_agent_set_relay_info <span style="font-family:arial,sans-serif">in the source but I am not sure how to use it or access it in python</span>.<br></span></code></div><div><code><span><br></span></code></div><div><code><span><span style="font-family:arial,sans-serif">I would also like to add STUN but just trying to figure out TURN first...</span><br></span></code></div><div><code><span><br></span></code></div><div><code><span><span style="font-family:arial,sans-serif">Any help would be massively appreciated!</span><br></span></code></div><div><code><span><br></span></code></div><div><code><span>Thanks!<br></span></code></div><div><br></div><div><br></div></div>