Is it possible to feed and decode a byte stream from a server? I saw in the example that after loading the mp4 samples, the byte buffer is being fed into the h264 decoder. Can we do the same with the stream from a websocket? Is decoding of inter-frame compressed stream possible?