test url_resolved
This commit is contained in:
parent
affe35ef35
commit
321de98d61
@ -224,7 +224,7 @@ MediaPlayer {
|
|||||||
|
|
||||||
function playStream() {
|
function playStream() {
|
||||||
//console.log(" ********** URL : "+_url_resolved)
|
//console.log(" ********** URL : "+_url_resolved)
|
||||||
source = _url_resolved
|
source = Qt.resolvedUrl(_url_resolved)
|
||||||
play()
|
play()
|
||||||
isPlaying = true
|
isPlaying = true
|
||||||
isPaused = false
|
isPaused = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user