Skip to content

sulabh191/SAVideoPlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

SAVideoPlayer

  • Video Player using avplayer. This is sample project to play http url videos.

  • class VideoPlayer : contains core avplayer functions , observers , Delegate CoolTVPlayerDelegate functions will be implemented in videoPlayerController.

  • class CustomVideoPlayer : Is Inherited from VideoPlayer class , any custom features , functions will be added here. overriding func playVideo() to pass video-url in CustomVideoPlayer.

  • class CoolTVPlayerView : Is UIView which represents UI controls upon which user intended actions as play,pause,seek will be captured and will beimplemented via CoolTVPlayerViewDelegate into videoPlayerController

Releases

No releases published

Packages

No packages published

Languages