提问人:Olzhas 提问时间:11/16/2023 更新时间:11/16/2023 访问量:7
Kurento - 错误代码 4:流不包含足够的数据。无效的 URI
Kurento - Error code 4: Stream doesn't contain enough data. Invalid URI
问:
我已经用 kurento 教程克隆了 repo。
我有子项目“播放器”启动并运行。给定一个视频 URL,播放器可以从中流式传输视频。https://github.com/Kurento/kurento-tutorial-java
我有一组视频,我想通过Kurento进行流式传输。 我创建了一个空的spring boot项目,在src/main/resources/static/videos/下放置了一个视频,并尝试粘贴链接 http://localhost:8080/videos/test.mp4,但它产生了以下输出:
2023-11-16 10:15:56.380 INFO 18244 --- [EventExec-e2-t6] o.kurento.tutorial.player.PlayerHandler : ErrorEvent: Error code 4: Stream doesn't contain enough data., source: kmsplayerendpoint0, element: kmsplayerendpoint0, debug info: gsttypefindelement.c(986): gst_type_find_element_chain_do_typefinding (): /GstPipeline:internalpipeline/GstURIDecodeBin:uridecodebin0/GstTypeFindElement:typefindelement0:
Can't typefind stream
2023-11-16 10:15:56.382 INFO 18244 --- [EventExec-e2-t5] o.kurento.tutorial.player.PlayerHandler : ErrorEvent: Invalid URI
2023-11-16 10:15:56.382 INFO 18244 --- [ventExec-e2-t10] o.kurento.tutorial.player.PlayerHandler : ErrorEvent: Invalid URI
我试图想出为什么 Kurento 会接受某些 URL 而不接受其他 URL 的原因。 也许它会寻找一些响应标头? 我向两个接受的 URL 发出了请求,并开始寻找这两个 URL 之间通用的响应标头。 我注意到 Accept-Ranges 标头。
任何帮助都是值得赞赏的
答: 暂无答案
评论