Search code examples
objective-cxcodertmp

Objective-C RTMP connection


I am looking to make an app that would send data to an RTMP server, however I am looking to write my own code to connect but I can not seem to find the right class to use. NSURLConnection I don't think is capable of connecting to a rtmp server. Mainly I am asking if anyone could link me either some example code or some reading or point me in the right class to use to make a rtmp connection.

Thanks! Charlie


Solution

  • There is at least two ways to connect to an RTMP server in Objective-C :

    I hope it will help. Tell us if you succeed connecting to the RTMP server, I think your feedback could be interesting!