Jamy is a streaming Audio player for Node.Js aiming to support MSE compatible sources
playbackOptions: PlaybackOptions
, Playback options for the transcoder
seekable: boolean
, True if the stream is seekable
stream: Stream.PassThrough
, The output stream
currentTime: number
, The current time of the presentation, in seconds
playing: boolean
, True if Jamy is playing something
Plays a media
Parameters
infos: MediaInfos
, Describes the media source
Stops the playback and kill transcoder
Resumes the playback
Pauses the playback
Seeks the given time in seconds If the media is not seekable, does nothing but emit and error
Parameters
time: number
, Timecode in seconds. If negative, timecode will be substracted from the end