Re: [OpenIndiana-discuss] HTML5 playback

2019-09-09 Thread Tim Mooney

In regard to: Re: [OpenIndiana-discuss] HTML5 playback, Chris Game said (at...:


Based on a hint on a VirtualBox forum, I installed a new machine with
the  Audio Controller on the machine - Settings - Audio page to
'Intel HD Audio' (was ICH AC97).


Good to know!

It is possible to convert the non-working VM to Intel HD Audio, if for
some reason you don't want to abandon the original VM.  If it's important
to you, I can walk you through the steps to switch it.  That's basically
the disruptive change I was considering having you try.

Tim
--
Tim Mooney tim.moo...@ndsu.edu
Enterprise Computing & Infrastructure  701-231-1076 (Voice)
Room 242-J6, Quentin Burdick Building  701-231-8541 (Fax)
North Dakota State University, Fargo, ND 58105-5164

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] HTML5 playback

2019-09-09 Thread Chris Game

Success at last!

Based on a hint on a VirtualBox forum, I installed a new machine with
the  Audio Controller on the machine - Settings - Audio page to
'Intel HD Audio' (was ICH AC97). On the Live DVD running the pactl
and audiotest er, tests, produced sensible results. Installing OI
then, and increasing the swap size as recommended on here in another
thread, enabled Firefox to open and run html5 videos with sound!

This was a basic install with no extra codecs etc.

Thanks Tim, for your support, without which I would have abandoned
this project days ago.


On Mon, 9 Sep 2019, Tim Mooney wrote:

In regard to: Re: [OpenIndiana-discuss] HTML5 playback, Chris Game said 
(at...:



OK latest test results but no breakthrough!


Well that's disappointing.

What version of Windows are you using as the host?  Before I have
you try anything more disruptive, I would like to try replicate your
setup.

Tim



___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] HTML5 playback

2019-09-09 Thread Tim Mooney

In regard to: Re: [OpenIndiana-discuss] HTML5 playback, Chris Game said (at...:


OK latest test results but no breakthrough!


Well that's disappointing.

What version of Windows are you using as the host?  Before I have
you try anything more disruptive, I would like to try replicate your
setup.

Tim
--
Tim Mooney tim.moo...@ndsu.edu
Enterprise Computing & Infrastructure  701-231-1076 (Voice)
Room 242-J6, Quentin Burdick Building  701-231-8541 (Fax)
North Dakota State University, Fargo, ND 58105-5164

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Any OpenIndiana Developers for Hire?

2019-09-09 Thread Till Wegmüller
Hi Lonnie

I think only Tribblix has thus far achieved such a small footprint. Most
of it comes from the fact that Illumos itself is about 1,2 GB of
uncompressed files and about 300MB compressed (gzip). With all the
dependencies MATE on Openindiana is simply too big for the desired
Footprint.

XFCE could work but i doubt you get below 300MB without recompiling from
Sources and Removing Features.

But the task is certainly possible Jimklimov had some installscripts
around but I can't Remember his repository now.

Greetings
Till
On 07.09.19 19:14, Lonnie Cumberland wrote:
> Hi All,
> 
> I have been thinking about the project that I am trying to do, but realize
> that I do not really have enough experience with building OpenIndiana and
> Illumos-based systems yet to do a reasonable job in putting together a demo
> of the LiveCD that I want.
> 
> With this in mind< thought that perhaps I might be able to pay a more
> experienced OpenIndiana developer to try an assemble the initial LiveCD for
> me as a core thought while I slowly get more experience.
> 
> What I would like is to have these requirement:
> 
> 1. A Ram-based LiveCD like OpenIndiana is now.
> 
> 2. XServer and GUI like now as well
> 
> 3. Smallest possible footprint (below maybe 300 MB would be desired since
> this system might iPXE boot at some future point.)
> 
> 4. No Applications, and non-essential utilities, installed except for SSH,
> Small Browser, stable running VirtualBox 6 (setup to run on non-global
> zones like in the OpenIndiana documentation), and FreeRDP, or rdesktop
> client.
> 
> 5. Install script for using hard drive for ZFS storage, but more on this
> later if someone is interested.
> 
> This post is to really just gauge possible interest and to see what may, or
> may not, be possible since I am learning all about OpenIndiana, SmartOS,
> and OmniOS but the progress is slow and I would like to get an initial demo
> running as soon as possible which will help flush out additional ideas.
> 
> Cheers and have a good weekend,
> Lonnie
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss
> 

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] HTML5 playback

2019-09-09 Thread Chris Game

OK latest test results but no breakthrough!

On Fri, 6 Sep 2019, Tim Mooney wrote:

In regard to: Re: [OpenIndiana-discuss] HTML5 playback, Chris Game said 
(at...:



VLC loads the ogg file, and a progress bar shows it apparently
playing the file, but nothing coming out.


If you open a terminal window on your OI guest and execute

pactl list short sinks

Does it generate output immediately, or does it hang for a while?


It generates this output (without delay):
Connection failure: Connection refused
pa_context_connect() failed: Connection refused


OK, so we need to get pulseaudio into a good state first, then we
can backtrack to the steps I provided previously, with audiotest.

I've seen the exact same message from pulseaudio in a VM, and I've also
seen the message you mentioned related to pulse when shutting down the
VM.

The fact that 'audiotest' also hangs completely likely means that there's
also a problem there, so what I'm going to suggest will hopefully fix one
or both of them.

If I had a deep understanding of pulse, it would likely be possible to
recommend steps using 'pacmd' (which is apparently(?) preferred over
'pactl') to fix its issue, but what I recommend you try first is

1) open a terminal window in your VM
2) run

rm -rf ~/.config/pulse
rm -rf ~/.audioctl

3) reboot your VM and log in again.  Both the pulse config in
~/.config/pulse and the audioctl config in ~/.audioctl should be recreated
with default settings.

4) repeat the vlc, pactl, and audiotest steps from my previous email.
We want to get to the point where all 3 of them run, without hangs and
without errors, even if you get no audio.  Once you can get to the point
where pulse isn't complaining, we can proceed with the other audioctl
config.


No change except the 'pactl list short sinks' command now reports
'Connection failure: timeout'. Otherwise responses are as before.


If steps 1-3 still leave you with a pulse that doesn't want to run or
with 'audiotest' that completely hangs, then we'll try a different approach.
I'm hoping that regenerating the config from scratch will do the trick.


Yes, there seems to be some missing item somewhere.

Thanks for your continued support!

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss