mirror of https://bitbucket.org/ausocean/av.git
revid: added yet another message
This commit is contained in:
parent
9b7b88be98
commit
e6d0ee035e
|
@ -297,6 +297,7 @@ func (r *Revid) packClips() {
|
|||
// TODO: This is temporary, need to work out how to make this work
|
||||
// for cases when there is not packetisation.
|
||||
case frame := <-r.encoder.Stream():
|
||||
fmt.Println("got frame")
|
||||
lenOfFrame := len(frame)
|
||||
if lenOfFrame > ringBufferElementSize {
|
||||
r.config.Logger.Log(smartlogger.Warning, pkg+"frame was too big", "frame size", lenOfFrame)
|
||||
|
|
Loading…
Reference in New Issue