main
Nilo Roberto C Paim 2025-12-05 23:23:19 -03:00
parent f74945f5d8
commit e41562884d
1 changed files with 1 additions and 1 deletions

View File

@ -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)