JMF。创建新的自定义流数据源
我正在寻求创建一种构建 DataSource 对象(以及处理器)的方法,该对象从流而不是文件、RTP 等获取数据。我正在为一个更大的应用程序编写一个模块,旨在透明地转码音频数据。浏览 JMF 文档仅指定如何从文件创建源,但我需要能够从应用程序中的流创建源。
知道我可以从哪里开始寻找吗?
I am looking to create a means of building a DataSource object (and hence a Processor) that gets data from a stream instead of a file, RTP, and so on. I am writing a module for a much larger application that is meant to transparently transcode audio data. Going through the JMF docs only specify how to create a source from file however I need to be able to create a source from a stream within my application.
Any idea where I can start looking?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请看这里一些你可能需要的东西都在这里实现,但是如果你寻找更复杂的东西......我知道我最近有,但没有找到任何东西,我必须自己一步一步地测试这些复杂的东西。
希望这有帮助,
亚当。
Look here a few of the things you might need are implemented here, but if you look for more complicated things... I know I have lately, and didn't find any, I had to test these complicated things, step by step, by myself.
Hope this helps,
Adam.