CODE
WM 00:00:07:249: [T:10664] [KONtx/DreamTV] {Instance-109}
WM 00:00:07:249: [T:10664] [KONtx/DreamTV] {Instance-109}
WM 00:00:07:249: [T:10664] [KONtx/DreamTV] {Instance-109}
this is the output when i print the (KONtx.mediaplayer.playlist.currentEntry) on pause state,
that will not give me the url. i want the pure url.
thanks.
KONtx.mediaplayer.playlist.currentEntry is an object. The logs should have tipped you off (instance means it's an object). Did you try dumping it to see what it contains?
For instance, here is the url of the currently playing stream:
CODE
KONtx.mediaplayer.playlist.currentEntry.streams[0].url
Please read the docs, and as always the
source is authoritative.