问题标签 [intel-video-processing]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
1242 浏览

video-streaming - I have an H264 Bitstream, how can I stream it?

So, I am currently using the Intel Media SDK to generate a H264 Bitstream, one packet at a time. I can save that to a file and play the video directly from the file using VLC.

However, I don't know where to get started when it comes to streaming those packets. I believe I would like to create a server that will stream out this video and then use HTML5's video tag to display receive that video remotely.

Thoughts?

Thank you!

0 投票
1 回答
226 浏览

visual-studio - 致命错误 C1083:无法打开包含文件:'CL/sycl.hpp':没有这样的文件或目录

我正在处理来自这个 GitHub 存储库 ( https://github.com/oneapi-src/oneAPI-samples ) 的 oneVPL 示例,并且我正在尝试构建 dpcpp-blur 示例。我收到以下错误:

PS:我正在使用 Windows 10 并且我已经下载了最新版本的英特尔 oneapi 基础工具包。我已经初始化了 oneapi 环境。我也检查了路径。

有什么建议可以解决这个问题吗?