RTP protocol available on iOS

Hey guys, is the RTP protocol directly available on iOS?

Or I have to implement it myself?

Or use a third party lib.

Answered by DTS Engineer in 379508022

iOS has no general-purpose RTP API. You will need to either write or acquire your own code for that.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"
Accepted Answer

iOS has no general-purpose RTP API. You will need to either write or acquire your own code for that.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"
RTP protocol available on iOS
 
 
Q