Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to change ice_servers with credential details in config.json #3

Open
sraza295 opened this issue Aug 27, 2021 · 0 comments
Open

Comments

@sraza295
Copy link

sraza295 commented Aug 27, 2021

{
"server": {
"http_port": ":8888",
"ice_servers": ["stun:stun.l.google.com:19302"]
},
"streams": {
"INSTAR_IN-6014_HD": {
"on_demand": true,
"url": "rtsp://admin:[email protected]/11"
},
"INSTAR_8015_FHD": {
"on_demand": true,
"url": "rtsp://admin:[email protected]/11"
},
"INSTAR_9020_FHD": {
"on_demand": true,
"url": "rtsp://admin:[email protected]/12"
},
"INSTAR_IN-7011_HD": {
"on_demand": true,
"url": "rtsp://admin:[email protected]/11"
},
"H264_PCMALAW": {
"on_demand": true,
"url": "rtsp://admin:[email protected]:33556/"
}
}
}

Now, how do I change "ice_servers" with credentials?
For example this is my turn server : {
url: 'turn:numb.viagenie.ca',
credential: 'muazkh',
username: '[email protected]'
}

how to change in config.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant