KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
StarcraftWatch
★ 21
Open GitHub ↗
YouTube video player on tvOS
Download README (.md)
Explore Similar Repositories
Least
:
Least amount of effort to add multiple views in a recyclerview
dev-hodor
:
/dev/hodor
YBImgPicker
:
使用ALASSET框架读取图片信息。支持多图选择,代理回调。调用简单
Morse_Encoding_Decoding
:
This project allows you to encode and decode Morse code using your device's flashlight and camera. For decoding was used augmented reality library OpenCV 2
weather-android
:
Example how to use dagger2
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
StarcraftWatch
?
Download (.md)
# StarcraftWatch Starcraft Watch is a tvOS prototype I worked on as an introduction to the new Apple TV operating system. The app is a YouTube video player, pulling videos from [SC2 Pro Gaming](https://www.youtube.com/user/SC2OGTV) french Starcraft 2 channel. The [YouTube Data API](https://developers.google.com/youtube/v3/?hl=en) is being used to pull all the video informations, and [HCYoutubeParser](https://github.com/hellozimi/HCYoutubeParser) for parsing the YouTube URL and get the actual video URL. The reason why I'm using HCYoutubeParser is because YouTube doesn't allow you to stream videos directly from their URLs, you have to use their player. The problem is the SDK is using web views, which are not allowed on tvOS. The only way I found is to use this URL parser to get the actual video URL, and then stream the video using the native AVFoundation video player. ### How to start the app * Make sure to use cocoapods with version superior or equal to `0.39.0` * In your terminal do `$ pod install`. ### Contact If you have any questions feel free to contact me at klein.thibault@gmail.com. Also your issues and pull requests are welcome to improve the code.