Investigate ways to simplify local play and streaming

This commit is contained in:
Bart De Vries 2021-04-07 20:14:58 +02:00
parent 75f8f93da7
commit 8e23123e84
1 changed files with 4 additions and 1 deletions

View File

@ -80,7 +80,10 @@ Kirigami.ApplicationWindow {
property var entry
property bool playerOpen: false
source: "gst-pipeline: playbin uri=file://" + entry.enclosure.path + " audio_sink=\"scaletempo ! audioconvert ! audioresample ! autoaudiosink\" video_sink=\"fakevideosink\""
source: "file://" + entry.enclosure.path
//source: entry.enclosure.url
onError: console.debug(errorString)
//source: "gst-pipeline: playbin uri=file://" + entry.enclosure.path + " audio_sink=\"scaletempo ! audioconvert ! audioresample ! autoaudiosink\" video_sink=\"fakevideosink\""
}
/*