debug
parent
f74945f5d8
commit
e41562884d
|
|
@ -59,7 +59,7 @@ func OnPubStart(c *fiber.Ctx) error {
|
|||
// Parse the URL parameters, in ordere to get the transmission key and the player key
|
||||
transmissionkey, playerkey := utils.ParseTransmissionString(p.UrlParam)
|
||||
|
||||
// log.Printf("======================== Start StreamName %s (%s), Transmission Key %s, PlayerKey %s, SessionId %s\n", p.StreamName, p.RemoteAddress, transmissionkey, playerkey, p.SessionId)
|
||||
log.Printf("======================== Start StreamName %s (%s), Transmission Key %s, PlayerKey %s, SessionId %s\n", p.StreamName, p.RemoteAddress, transmissionkey, playerkey, p.SessionId)
|
||||
|
||||
// Get the channel from the database
|
||||
ok, currentTransmission := services.VerifyTransmissionAuthorization(p.StreamName, p.SessionId, transmissionkey, playerkey)
|
||||
|
|
|
|||
Loading…
Reference in New Issue