Reputation: 473
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?
Upvotes: 0
Views: 4321
Reputation: 473
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.
Upvotes: 2