Skip to content

Commit

Permalink
修复Demo的全屏报错
Browse files Browse the repository at this point in the history
  • Loading branch information
silenCetestifY committed Jul 3, 2016
1 parent fde5a32 commit 6c893aa
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
5 changes: 1 addition & 4 deletions Demo/yg_mediaDemo/yg_mediaDemo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
<string>armv7</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationPortrait</string>
</array>
<array/>
</dict>
</plist>
24 changes: 14 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,27 @@
# YG_ThunderPlayer
#**A Cunstom MediaPlayView use for ios**

##也可以CocoaPods导入
```
pod 'YG_ThunderPlayer', '~> 0.2.3'
pod install
- **轻量级视频播放控件,只需要设置一个View**
```


- ###**现已支持.m3u8格式视频直播流**
<br>
- ###**轻量级视频播放控件,只需要设置一个View**
<br>
- ###**可以任意位置使用的playView,用于播放**
<br>
- ###**可以全屏,进度拖动,来回切换**

- **可以任意位置使用的playView,用于播放**



- **可以全屏,进度拖动,来回切换**

###支持视频直播解析 .m3u8文件
<img src=http://img.hoop8.com/1607A/EslO3wFY.png width="667" height="375"><br>
###你可以将 playView 嵌入到Cell中

<img src=http://img.hoop8.com/1607A/uEjU4rJ4.png width="375" height="667"><br>

###可以实现全屏播放
<img src=http://img.hoop8.com/1607A/W6IDcRgX.png width="667" height="375"><br>

###支持视频直播解析 .m3u8文件
<img src=http://img.hoop8.com/1607A/EslO3wFY.png width="667" height="375"><br>
2 changes: 1 addition & 1 deletion YG_ThunderPlayer.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "YG_ThunderPlayer"
s.version = "0.2.2"
s.version = "0.2.3"
s.summary = "A MediaView used on iOS."
s.description = <<-DESC
It is a cunstom MediaView used on iOS, which implement by Objective-C.
Expand Down

0 comments on commit 6c893aa

Please sign in to comment.