Live video on the AT Protocol

fixup

+3 -1
+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 + "stream.place/streamplace/pkg/replication" 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 - // var rep replication.Replicator = &boring.BoringReplicator{Peers: cli.Peers} 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 {