streaming on iOS through rtmp

别等时光非礼了梦想. 提交于 2019-12-08 10:10:27

问题


I am desperately looking for a solution to stream through rtmp from red5 server on iOS. And I couldn't get rtmp c lib work on my Xcode project. Could anyone please post any tutorials? or share some other solutions maybe?


回答1:


here is what i found till now. very useful obj-c libs, but costs smt. - http://www.themidnightcoders.com/products/weborb-for-mobile/universal-mobile-connectivity-overview.html - http://www.aftek.com/afteklab/aftek-iphone-RTMP-library.shtml

Then, i tried to implement librtmp c lib. But it would take long. -http://rtmpdump.mplayerhq.hu/librtmp.3.html

So, we decided in the end, to communicate over web sockets and stream over http.




回答2:


It works for me

Brightcove Player iOS SDK



来源:https://stackoverflow.com/questions/10353994/streaming-on-ios-through-rtmp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!