mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44: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,
|
||||
username: streamingKey.username,
|
||||
sources: {
|
||||
rtmp: `rtmp://${streamingServerAPIAddress}/live/${username}`,
|
||||
hls: `${streamingServerAPIProtocol}://${streamingServerAPIAddress}/live/${username}/src.m3u8`,
|
||||
flv: `${streamingServerAPIProtocol}://${streamingServerAPIAddress}/live/${username}/src.flv`,
|
||||
rtmp: `${streamingIngestServer}/live/${username}`,
|
||||
hls: `${streamingServerAPIAddress}/live/${username}/src.m3u8`,
|
||||
flv: `${streamingServerAPIAddress}/live/${username}/src.flv`,
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user