Skip to content

Commit

Permalink
fix: Use media server service name for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricioabreu committed Apr 10, 2024
1 parent a322c65 commit 4813d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/task/packaging.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type StreamPayload struct {
}

func NewPackageTask(id uuid.UUID) (*asynq.Task, error) {
payload, err := json.Marshal(StreamPayload{ID: id, Address: "rtmp://localhost:1935"})
payload, err := json.Marshal(StreamPayload{ID: id, Address: "rtmp://media-server:1935"})
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 4813d1d

Please sign in to comment.