flv 视频文件的元数据字节长度是多少?
我正在通过 HttpWebRequest
和 HttpWebResponse
读取实时流媒体 flv 流,就像
Stream stream = responseObj.GetResponseStream();
while (read = stream.Read(data, 0, data.Length)
我需要知道该 flv 响应的元数据字节长度是多少一样。
提前致谢。这对我来说会有很大的帮助。
I am reading a live streaming flv stream by HttpWebRequest
and HttpWebResponse
like
Stream stream = responseObj.GetResponseStream();
while (read = stream.Read(data, 0, data.Length)
I need to know what is the length of byte of metadata for this flv response.
Thanks in advance. It will be great help for me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论