implemented audio streaming to browser, but it didnt work
This commit is contained in:
@@ -32,7 +32,7 @@ type PublishTokenReq struct {
|
||||
}
|
||||
|
||||
type PublishTokenResp struct {
|
||||
WHIP string `json:"whipUrl"` // http://mediamtx:8889/whip/live/<guid>?token=...
|
||||
HLS string `json:"hlsUrl"` // https://<public>/hls/live/<guid>/index.m3u8?token=...
|
||||
}
|
||||
|
||||
type ReadTokenReq struct {
|
||||
|
||||
Reference in New Issue
Block a user