Search code examples
iphoneobjective-cipadvgatelevision

iphone, ipad VGA External Display - tvOutManager


i used all the examples and source code out there for displaying application content to external VGA display. while playing video in inside of the application am getting bellow thing in external device. any suggestion.... am i missing somthing.. but in device it showing actual window in fine way..


Solution

  • Hello All here am answering to my own question.

    robterrell's TVOutManager will not play any video to external device by simply doing [[TvOutManager sharedinstance] startTvOut] and [[TvOutManager sharedinstance]s topTVOut];

    here we have add the instance of player to tvoutWindow. [tvoutWindow addSubview:player's instance];

    but here thing is the video is not displayed in device, but you can control external window player from device.

    cheers.