Hey all...I'm trying to refactor this process and code to pseudostream mp3's. The thing that I'm getting hung up on is I'm not sure what the _flvheader is doing. I see that it's getting appended onto the beginning of the stream, but I'm afraid this is way outside of my knowledge. Can anyone enlighten me on this? I'm assuming this value will have to be changed for mp3's, but I'm not sure where to begin on that.


private static readonly byte[] _flvheader = HexToByte("464C5601010000000900000009");

Thanks in advance for your help!