Matt Hite

Results 75 comments of Matt Hite

I think the default buffer is 4096. https://cs.opensource.google/go/go/+/master:src/bufio/bufio.go;l=19 Math adds up. I added some more info to the error message so we could see what `.Buffered()` equals. ``` err =...

I think Prime supports audio portion of mp4 playback, right? Do any VJ stagelinq integrations today automatically download the currently playing track (assuming it is mp4) and playback a timeline...

> I think you're right, any video synchronization is basically just done through positions from what I know and avoid downloading video data off the players – DJs bringing along...

@icedream - Any thoughts or musings on how to implement this in the go-stagelinq framework? Since this is a request/response type service that seems to have multiple types of requests...

> * Coincidentally that `0x0000 07d2` pattern can also be observed in those FileTransfer responses... @MarByteBeep - I think this might be the Denon Stagelinq device initiating a "GetSources" request...

Another interesting bit -- I think there is another [message ID](https://github.com/MarByteBeep/StageLinq/blob/main/services/FileTransfer.ts#L16) of 9 which represents "unknown/malformed request." Not 100% sure.

So... stat - 0x7d1 get sources - 0x7d2 request file transfer - 0x7d4 request chunk - 0x7d5 transfer complete - 0x7d6 seems like 0x7d3 should be something :) I tried...

These "Unknown" 8 messages .... dying to know what the heck they are! payload: ``` 00 00 00 12 66 6c 74 78 00 00 00 00 00 00 ......fltx.........

> @mhite Not sure if it's helpful, but I can tell you that I get a different response from the OfflineAnalyzers compared to the players. Their Message8 only has 4...

@icedream - Thanks for the guidance. I've got the very rough beginnings of something. There's a lot to unwind with FileTransfer!