Audio doesn't play from apps in LXD desktop container

Bug #1595356 reported by Michael Sheldon
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu SDK IDE
Fix Released
High
Unassigned

Bug Description

Steps to reproduce

1. Create a project with the following QML:

import QtQuick 2.4
import QtMultimedia 5.6
import Ubuntu.Components 1.3

MainView {
    applicationName: "audiotest.michael-sheldon"
    width: units.gu(100)
    height: units.gu(75)

    Page {
        header: PageHeader {
            title: i18n.tr("Audio Test")
        }

        MediaPlayer {
            source: "http://mikeasoft.com/~mike/dobro.ogg"
            autoPlay: true
        }
    }
}

2. Run it within an LXD desktop container

Expected result:

Audio should start playing

Actual result:

No audio can be heard

Related branches

Changed in ubuntu-sdk-ide:
status: New → Triaged
importance: Undecided → Critical
Changed in ubuntu-sdk-ide:
importance: Critical → High
Changed in ubuntu-sdk-ide:
status: Triaged → In Progress
Changed in ubuntu-sdk-ide:
status: In Progress → Fix Committed
Changed in ubuntu-sdk-ide:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.