https://github.com/baquer/googlecastsender
This GoogleCastSender Application shows how an iOS sender application can cast a Video in Swift 4
https://github.com/baquer/googlecastsender
application googlecast swift-4
Last synced: 9 months ago
JSON representation
This GoogleCastSender Application shows how an iOS sender application can cast a Video in Swift 4
- Host: GitHub
- URL: https://github.com/baquer/googlecastsender
- Owner: baquer
- License: apache-2.0
- Created: 2018-03-05T13:19:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-23T13:36:38.000Z (over 7 years ago)
- Last Synced: 2025-02-16T09:15:41.553Z (11 months ago)
- Topics: application, googlecast, swift-4
- Language: Swift
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# GoogleCastSender
This GoogleCastSender Application shows how an iOS sender application can cast a Video.
Many peoples found difficulty in Chrome Cast implementation, because the provided code are in either Objective-C or in Swift-2
so this application is built with Swift-4.
# Setup Instructions (Cocoapods)
1:- Clone the Project
2:- open podfile using open podfile in terminal
3:- Check the latest version of Cast
4:- Install the pods using pod Update
5:- Open the .xcworkspace file rather the the xcproject to ensure you have the pod dependencies.