mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
fix get stream
This commit is contained in:
parent
03a6cf86ff
commit
d2ecec6961
@ -81,9 +81,9 @@ export default class StreamingController extends Controller {
|
|||||||
stream,
|
stream,
|
||||||
username: streamingKey.username,
|
username: streamingKey.username,
|
||||||
sources: {
|
sources: {
|
||||||
rtmp: `rtmp://${streamingServerAPIAddress}/live/${username}`,
|
rtmp: `${streamingIngestServer}/live/${username}`,
|
||||||
hls: `${streamingServerAPIProtocol}://${streamingServerAPIAddress}/live/${username}/src.m3u8`,
|
hls: `${streamingServerAPIAddress}/live/${username}/src.m3u8`,
|
||||||
flv: `${streamingServerAPIProtocol}://${streamingServerAPIAddress}/live/${username}/src.flv`,
|
flv: `${streamingServerAPIAddress}/live/${username}/src.flv`,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user