forked from Mirrors/freeswitch
use your own hostname
This commit is contained in:
parent
dadd3fe547
commit
92d2999273
|
@ -14,7 +14,7 @@
|
|||
|
||||
<script language="javascript" content-type="text/javascript">
|
||||
var flashvars = {
|
||||
rtmp_url: 'rtmp://deathstar.freeswitch.org/phone'
|
||||
rtmp_url: 'rtmp://my.ip.address.here/phone'
|
||||
};
|
||||
|
||||
var params = {
|
||||
|
|
Loading…
Reference in New Issue