An art project of mine; showing 30 second video clips of calm places & moments I've enjoyed being in. stream.place/byjp.me
video streaming art
at main 29 lines 1.0 kB view raw
1module github.com/jphastings/30s-encoder 2 3go 1.24.0 4 5require github.com/pion/webrtc/v4 v4.2.8 6 7require ( 8 github.com/google/uuid v1.6.0 // indirect 9 github.com/pion/datachannel v1.6.0 // indirect 10 github.com/pion/dtls/v3 v3.1.2 // indirect 11 github.com/pion/ice/v4 v4.2.1 // indirect 12 github.com/pion/interceptor v0.1.44 // indirect 13 github.com/pion/logging v0.2.4 // indirect 14 github.com/pion/mdns/v2 v2.1.0 // indirect 15 github.com/pion/randutil v0.1.0 // indirect 16 github.com/pion/rtcp v1.2.16 // indirect 17 github.com/pion/rtp v1.10.1 // indirect 18 github.com/pion/sctp v1.9.2 // indirect 19 github.com/pion/sdp/v3 v3.0.18 // indirect 20 github.com/pion/srtp/v3 v3.0.10 // indirect 21 github.com/pion/stun/v3 v3.1.1 // indirect 22 github.com/pion/transport/v4 v4.0.1 // indirect 23 github.com/pion/turn/v4 v4.1.4 // indirect 24 github.com/wlynxg/anet v0.0.5 // indirect 25 golang.org/x/crypto v0.48.0 // indirect 26 golang.org/x/net v0.50.0 // indirect 27 golang.org/x/sys v0.41.0 // indirect 28 golang.org/x/time v0.10.0 // indirect 29)