将 Windows 媒体内容流式传输到 iPhone 应用程序 [英] stream windows media content to iPhone App

查看:32
本文介绍了将 Windows 媒体内容流式传输到 iPhone 应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前正在开发一个流媒体应用程序,它应该可以接收 Windows Media 视频流.我正在使用 libmms 对流进行编码.

I am currently working on a streaming app which should receive a Windows Media Video stream. I am using libmms to encode the stream.

我将 Wunderradio 作为参考项目.尝试构建应用程序时,我收到以下错误:

I took the Wunderradio as reference project. When trying to build the app I get the following error:

架构 armv7 的未定义符号:_Status_SetNewStatusString",引用自:liblibmms.a(mms.o) 中的_report_progress_gStopFFMPEG",引用自:liblibmms.a(mms.o) 中的_fallback_io_readld:找不到架构 armv7 的符号clang:错误:链接器命令失败,退出代码为 1(使用 -v 查看调用)

Undefined symbols for architecture armv7: "_Status_SetNewStatusString", referenced from: _report_progress in liblibmms.a(mms.o) "_gStopFFMPEG", referenced from: _fallback_io_read in liblibmms.a(mms.o) ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)

也许有人知道这意味着什么以及如何解决它?

Maybe someone knows what it means and how to fix it?

感谢您的任何帮助,祝您有美好的一天.,先生

Thanks for any kind of help and have a nice day., MrBr.

推荐答案

"_Status_SetNewStatusString"没有在mms.c中定义,有警告

"_Status_SetNewStatusString" is not defined in the mms.c, there's a warning about it

你可以删除它,反正在新版本中没有使用.

You can delete it, it's not used in the new versions anyway.

这篇关于将 Windows 媒体内容流式传输到 iPhone 应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆