diff --git a/revid/senders.go b/revid/senders.go index 46a5ad24..5c38842f 100644 --- a/revid/senders.go +++ b/revid/senders.go @@ -36,13 +36,14 @@ import ( "os/exec" "strconv" + "github.com/Comcast/gots/packet" + "bitbucket.org/ausocean/av/rtmp" "bitbucket.org/ausocean/av/stream/mts" "bitbucket.org/ausocean/av/stream/rtp" "bitbucket.org/ausocean/iot/pi/netsender" "bitbucket.org/ausocean/utils/logger" "bitbucket.org/ausocean/utils/ring" - "github.com/Comcast/gots/packet" ) // Sender is intended to provided functionality for the sending of a byte slice