Skip to content

cordova plugin for playing HLS stream on iOS and Android

License

Notifications You must be signed in to change notification settings

condor304/cndstream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cndStream

This is a simple plugin to play audio from HLS m3u8 playlists on both iOS and Android.

install: cordova plugin add https://github.com/condor304/cndstream.git

Usage:

Play:

window.cndStream.play("YOUR URL")

Pause:

window.cndStream.pause();

Stop:

window.cndStream.stop();

Reset:

window.cndStream.reset();

NOTE: it works only on device or simulator - not on browser

About

cordova plugin for playing HLS stream on iOS and Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published