File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ func Init() {
26
26
27
27
app .LoadConfig (& conf )
28
28
29
- log = app .GetLogger ("api " )
29
+ log = app .GetLogger ("hass " )
30
30
31
31
// support https://www.home-assistant.io/integrations/rtsp_to_webrtc/
32
32
api .HandleFunc ("/static" , func (w http.ResponseWriter , r * http.Request ) {
@@ -78,7 +78,7 @@ func Init() {
78
78
continue
79
79
}
80
80
81
- log .Info ().Str ("src " , "hass:" + entrie .Title ).Msg ("[hass] new stream" )
81
+ log .Info ().Str ("url " , "hass:" + entrie .Title ).Msg ("[hass] load stream" )
82
82
//streams.Get("hass:" + entrie.Title)
83
83
}
84
84
}
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ func offerHandler(ctx *api.Context, msg *streamer.Message) {
69
69
return
70
70
}
71
71
72
- log .Debug ().Str ("src " , src ).Msg ("[webrtc] new consumer" )
72
+ log .Debug ().Str ("url " , src ).Msg ("[webrtc] new consumer" )
73
73
74
74
var err error
75
75
You can’t perform that action at this time.
0 commit comments