中文 | English
official site (Chinese)
http://{yourAppHostIp}:1213
POST http://{yourAppHostIp}:1213/api/settings/playlist
body
[
{
"title": "Channel 1",
"url": "rtp://239.0.0.1:1234"
},
{
"title": "Channel 2",
"url": "rtp://239.0.0.2:1234"
},
...
]
udpxy can be enabled to convert RTP to HTTP.
POST http://{yourAppHostIp}:1213/api/settings/udpxy
body
{
"addr": "192.168.1.254:1234"
}
To disable udpxy, POST
{
"addr": null
}