我想在iOS中實現jw播放器的視頻。我如何執行。我正在使用MPMediaplayer它正在爲我工作。但我需要在ios上集成jwplayer進行視頻。我該如何做這件事。有任何第三方框架。有沒有iOS的框架?還是需要整合任何第三方框架?請告訴我..如何在ios中播放視頻播放器?
mp = [[MPMoviePlayerController alloc]initWithContentURL:url];
mp.view.frame = self.view.bounds; //Set the size
self.view.backgroundColor=[UIColor clearColor];
mp.controlStyle = MPMovieControlStyleDefault;
mp.view.userInteractionEnabled = YES;
mp.movieSourceType = MPMovieSourceTypeStreaming;
[self.view addSubview:mp.view]; //Show the view
mp.scalingMode = MPMovieScalingModeFill;
[mp setFullscreen:YES animated:YES];
任何機構給我任何想法plz電話我 – Surya 2014-12-04 08:48:30