繁体   English   中英

MobileVLCKit 不适用于 Live555 库

[英]MobileVLCKit Not work with Live555 library

我需要 MobileVLCKit 播放器和 live555 流媒体都在同一个 ios 项目中。

我成功构建库并合并到同一个 iOS 项目中。 但是 VLC 播放器在 live555.cpp 中的代码下一行崩溃

error: Execution was interrupted, reason: EXC_BAD_ACCESS (code=1, address=0xbadd9b286bcebea0). The process has been returned to the state before expression evaluation.

在文件 live555.cpp 的源代码处p_sys->rtsp->sendOptionsCommand( &continueAfterOPTIONS, &authenticator );

MobileVLCKit 中的 live555.cpp 文件路径 MobileVLCKit/ImportedSources/vlc/modules/access/live555.cpp

请帮我。 我从过去的 2-3 天开始就在这里。

MobileVLCKit 也包含 liblive555,因此假设您是静态链接,由于符号冲突,只有一个可以获胜。 考虑改为动态链接 MobileVLCKit 或确保每个二进制文件仅包含一次 liblive555。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM