tangled
alpha
login
or
join now
stream.place
/
streamplace
74
fork
atom
Live video on the AT Protocol
74
fork
atom
overview
issues
1
pulls
pipelines
fixup
Eli Mallon
5 months ago
e7b5eb5d
3e9693dc
+3
-1
1 changed file
expand all
collapse all
unified
split
pkg
cmd
streamplace.go
+3
-1
pkg/cmd/streamplace.go
···
32
32
"stream.place/streamplace/pkg/log"
33
33
"stream.place/streamplace/pkg/media"
34
34
"stream.place/streamplace/pkg/notifications"
35
35
+
"stream.place/streamplace/pkg/replication"
36
36
+
"stream.place/streamplace/pkg/replication/boring"
35
37
"stream.place/streamplace/pkg/replication/iroh_replicator"
36
38
"stream.place/streamplace/pkg/rtmps"
37
39
v0 "stream.place/streamplace/pkg/schema/v0"
···
305
307
log.Log(ctx, "successfully initialized hardware signer", "address", addr)
306
308
signer = hwsigner
307
309
}
308
308
-
// var rep replication.Replicator = &boring.BoringReplicator{Peers: cli.Peers}
310
310
+
var rep replication.Replicator = &boring.BoringReplicator{Peers: cli.Peers}
309
311
310
312
mod, err := model.MakeDB(cli.DataFilePath([]string{"index"}))
311
313
if err != nil {