Author Topic: code sample for streaming mac monitor into iphone  (Read 1874 times)

espinza

  • Newbie
  • *
  • Posts: 1
    • View Profile
code sample for streaming mac monitor into iphone
« on: February 08, 2010, 11:42:59 AM »
hey!
I´m a new developer and I´m trying to get a real-time video streaming of any computer´s desktop into iphone´s screen but I need some help
I´m trying to set a UDP connection coz I think HTTP could have some delay and be quite easier that way
I read that is preferible to set the connection manually with NSNetService rather than using CFNetServices

please gimme some hints of code example
thanks

Jay

  • Administrator
  • Hero Member
  • *****
  • Posts: 1096
    • View Profile
Re: code sample for streaming mac monitor into iphone
« Reply #1 on: February 09, 2010, 12:43:36 PM »
iCam doesn't use the built-in Apple  libraries for UDP communication, it actually uses a set of proprietary networking classes that have been developed over the last few years.  Unfortunately, I can't give you any examples of code using the Apple classes because we don't use them.

Good luck with your development :)