Email or username:

Password:

Forgot your password?
4 posts total
Brooke Vibber :blobcatcoffee:

I guess I lost my faith in Apple doing the right thing when Steve Jobs announced FaceTime promising it would be made into a cross-platform open standard and then just.... didn't

That was in 2010.

en.wikipedia.org/wiki/FaceTime

Brooke Vibber :blobcatcoffee:

@olivvybee i can't get this set cause my little guy *will* try to fight his lego clone ;)

Brooke Vibber :blobcatcoffee:

*spending a few idle minutes between things devising muxer/demuxer interfaces to wrap around WebCodecs & my wasm codecs*

Brooke Vibber :blobcatcoffee:

interestingly WebCodecs has special immutable buffer types EncodedVideoChunk and EncodedAudioChunk which represent an encoded packet, with an immutable buffer and some metadata. (Both types seem to have the same interfaces and metadata?)

you can copy in/out to regular typed arrays synchronously, *unlike* the VideoFrame type which has an *async* copyTo() method

presumably because it may be in video RAM which may be slow on some systems

*lolsob*

Go Up