Note that there are some explanatory texts on larger screens.

plurals
  1. POYoutube Video Crash Xcode ios6
    primarykey
    data
    text
    <p>In <code>UIWebview</code> when I try to play any video on the <code>youtube</code> it crash my xcode ,I am using iOS6 .. I simply used the <code>UIWebview</code> with loading url youtube to it...do I need to embeddd mediaplayer to play the videos?</p> <p>what more i need to do to play the video on the youtube in <code>UIWebView</code></p> <p><strong>code</strong></p> <pre><code>- (void)viewDidLoad { [super viewDidLoad]; NSString *newVersionHTML = @"&lt;html&gt;\ &lt;style&gt;body{padding:0;margin:0;}&lt;/style&gt;\ &lt;iframe width=\"%0.0f\" height=\"%0.0f\" src=\"http://www.youtube.com/embed/%@?modestbranding=1;title=;showinfo=0;rel=0;controls=0\" frameborder=\"0\" allowfullscreen&gt;&lt;/iframe&gt;\ &lt;/html&gt;"; NSString *htmlToLoad = [NSString stringWithFormat:newVersionHTML, webView.frame.size.width, webView.frame.size.height,videoId]; [webView loadHTMLString:htmlToLoad baseURL:nil]; webView.delegate = self; // self.webView.mediaPlaybackRequiresUserAction = NO; webView=[[UIWebView alloc]initWithFrame:CGRectMake(0, 0, 1024, 768)]; [self.webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:[NSString stringWithFormat:@"http://www.youtube.com/"]]]]; [self.view addSubview:webView]; } </code></pre> <p><strong>new error</strong></p> <pre><code>2013-02-13 11:08:20.902 webview[593:c07] [MPAVController] Autoplay: Enabling autoplay 2013-02-13 11:08:20.903 webview[593:c07] [MPAVController] Autoplay: Skipping autoplay, disabled (for current item: 0, on player: 1) 2013-02-13 11:08:20.903 webview[593:c07] setting movie path: http://r4---sn-ci5gupcc-cage.c.youtube.com/videoplayback?el=watch&amp;itag=18&amp;cp=U0hVRVdQVF9IU0NONV9PSlhFOl9xb2x5ZzMxX3Zw&amp;sver=3&amp;expire=1360756439&amp;yms=_tpjcd07_wk&amp;signature=0659B5710FD8503E5AA5059CE35A9754DD59B90F.5194D7A1B0EC8749FC91CC1B31261B81950E801E&amp;upn=Y8J9bVD4jLE&amp;newshard=yes&amp;ratebypass=yes&amp;sparams=cp%2Cid%2Cip%2Cipbits%2Citag%2Cratebypass%2Csource%2Cupn%2Cexpire&amp;ipbits=8&amp;source=youtube&amp;id=748bf802989d33fb&amp;app=youtube_mobile&amp;key=yt1&amp;ip=122.179.77.11&amp;fexp=906335%2C901802%2C909917%2C910207%2C914052%2C916613%2C901446%2C920704%2C912806%2C902000%2C922403%2C922405%2C929901%2C913605%2C925710%2C929114%2C925006%2C908529%2C920201%2C911116%2C926403%2C910221%2C901451%2C919114&amp;dnc=1&amp;mt=1360733832&amp;mv=m&amp;ms=au&amp;cpn=dxlJMMz5hJkR_ARd&amp;ptk=Radaantv&amp;oid=bGpsJKyLNbnXo_1YohiEiw&amp;ptchn=RadaanMedia&amp;pltype=content 2013-02-13 11:08:20.904 webview[593:c07] [MPAVController] Autoplay: Enabling autoplay 2013-02-13 11:08:20.908 webview[593:c07] [MPCloudAssetDownloadController] Prioritization requested for media item ID: 0 2013-02-13 11:08:23.974 webview[593:8817] &lt;0xb057e000&gt; Error '!obj' trying to fetch default input device's sample rate 2013-02-13 11:08:23.974 webview[593:8817] &lt;0xb057e000&gt; Error getting audio input device sample rate: '!obj' 2 013-02-13 11:08:23.975 webview[593:8817] &lt;0xb057e000&gt; AQMEIOManager::FindIOUnit: error 'NoHW' 2013-02-13 11:08:23.975 webview[593:c07] &lt;com.apple.main-thread&gt; AQMEIOManager::FindIOUnit: error 'NoHW' 2013-02-13 11:08:24.567 webview[593:c07] &lt;com.apple.main-thread&gt; AQMEIOManager::FindIOUnit: error 'NoHW' 2013-02-13 11:08:24.567 webview[593:c07] &lt;com.apple.main-thread&gt; AQMEIOManager::FindIOUnit: error 'NoHW' 2013-02-13 11:08:24.569 webview[593:c07] &lt;com.apple.main-thread&gt; AQMEIOManager::FindIOUnit: error 'NoHW' </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload