Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Docker audio #5

Closed
psychemedia opened this issue May 4, 2016 · 10 comments
Closed

Docker audio #5

psychemedia opened this issue May 4, 2016 · 10 comments

Comments

@psychemedia
Copy link

Is it possible to also generate audio?

For example, would it be possible to run Audacity using dockergui?

@hurricanehrndz
Copy link
Contributor

Yes it is.
On May 4, 2016 3:39 AM, "Tony Hirst" notifications@github.com wrote:

Is it possible to also generate audio?

For example, would it be possible to run Audacity using dockergui?


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#5

@psychemedia
Copy link
Author

I managed to get so far but couldn't get the audio to work?

@hurricanehrndz
Copy link
Contributor

To be honest it's been awhile since I have worked with this docker. I'm
going to rebuild it from the ground up, but I'm not sure when. I do
remember getting audio working but that was on a Linux box using a
pulseaduio sink. I might have done some forums post on it. I will try and
see if I can find some info. Which version of the docker Gui are you using?
On May 4, 2016 5:53 AM, "Tony Hirst" notifications@github.com wrote:

I managed to get so far
https://blog.ouseful.info/2016/05/04/more-docker-doodlings-accessing-gui-apps-via-a-browser-from-a-container-using-guacamole/
but couldn't get the audio to work?


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#5 (comment)

@psychemedia
Copy link
Author

I rebuilt my own image this morning from this repo, so I guess that would have reasonably recent versions of most things in it. (I'd also tried against hurricane/dockergui:xvnc).

Errors that spewed from the latest build include:

@hurricanehrndz
Copy link
Contributor

Never got audio on vnc only on xrdp
On May 4, 2016 7:36 AM, "Tony Hirst" notifications@github.com wrote:

I rebuilt my own image this morning from this repo, so I guess that would
have reasonably recent versions of most things in it. (I'd also tried
against hurricane/dockergui:xvnc).

Errors that spewed from the latest build include:

https://camo.githubusercontent.com/267945905f7ccb4c6883332d72ef7a099c96312e/68747470733a2f2f6f75736566756c2e66696c65732e776f726470726573732e636f6d2f323031362f30352f616c73615f6e6f2e706e673f773d3130303426683d383632


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#5 (comment)

@psychemedia
Copy link
Author

Ah.. ok - I was presumably using xrdp when I tested it - access via a browser; (screenshot was just a bit I'd pulled out where it was complaining!)

@hurricanehrndz
Copy link
Contributor

When I refer to xrdp I mean the x11 server. Judging from the tag it seems
you are using the version that has xvnc as it x11 server.
On May 4, 2016 8:44 AM, "Tony Hirst" notifications@github.com wrote:

Ah.. ok - I was presumably using xrdp when I tested it - access via a
browser; (screenshot was just a bit I'd pulled out where it was
complaining!)


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#5 (comment)

@psychemedia
Copy link
Author

psychemedia commented May 5, 2016

I am way out of my depth on this - just a hopeful technologist trying to get things to run...

I note from looking at the guac-dev site that the packages have moved on from the ones used here (0.9.9 vs 0.9.6) and that docker support for guacamole was introduced, though I don't have a good understanding of what that means.

In my mind's eye, I'd (think) like to be able to fire up a guacamole container and then use docker-compose to link in an application container that would be exposed to a browser via the guacamole http endpoint. Or maybe it is better/simpler to keep to the current model and include a guacamole base image at the top of my own application container and let it wrap the application with the ability to view it over http in the browser?

@hurricanehrndz
Copy link
Contributor

Yes that is totally possible. It will not help with the audio. You need to
look into x11vnc and figure out how to edit the configuration to support
audio. Like I said it is easier using the x11rdp server. Please look at the
tags on github and the commit history. There should be some mention of
audio.
On May 5, 2016 2:26 AM, "Tony Hirst" notifications@github.com wrote:

I am way out of my depth on this - just a hopeful technologist trying to
get things to run...

I note from looking at the guac-dev http://guac-dev.org/ site that the
packages have moved on from the ones used here (0.9.9 vs 0.9.6) and that
docker support for guacamole was introduced, though I don't have a good
understanding of what that means.

In my mind's eye, I'd (think) like to be able to fire up a guacamole
container and then use docker-compose to link in an application
container that would be exposed to a browser via the guacamole http
endpoint.


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#5 (comment)

@psychemedia
Copy link
Author

Ah - right - just tried with hurricane/dockergui:x11rdp1.3 and it works, though the audio struggled at times (too much else running on my machine, possibly)!

Thanks for you patience.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants