Re: [qubes-users] Have Windows VM open and play video in Linux VM?

2017-01-13 Thread raahelps
On Monday, January 2, 2017 at 10:49:01 AM UTC-5, john.david.r.smith wrote:
> On 02/01/17 15:34, Jarle Thorsen wrote:
> > As there is currently no audio support for Windows in Qubes OS:
> >
> > Can I use any of the Qubes windows tools to copy a video file to a Linux vm 
> > and have it start playing there?
> >
> > The file should only be copied to a temp directory, and not put in 
> > QubesIncomming.
> >
> > Which tool/syntax will let me do this?
> >
> there are two ways:
> 1) (the better way if you can get a working setup)
> for sound/video you can use streaming software (i did this some time ago).
> you have a windows vm W and some linux vm N.
> you set N as netvm for W.
> then you use some virtual soundcard (i think i used hifi cable) and some 
> streaming software to stream the sound to the linux vm (i can't remember 
> what i used.)
> on N you receive the stream.
> since you can hear all audio output of a linux vm, you will hear sound 
> from W.
> 
> my setup was fiddly and had about 2 sec audio delay. (but i did not 
> really bother to fix it, so you probably can do better)
> 
> 2)
> again have some linux vm N as netvm of a windows vm W.
> then you can use public folders on W and mount the public folder on N.
> now you can play the video from N.
> 
> i used both methods for a while (until i  completely switched to linux 
> for all my work-flows).
> in both cases i did not use the windows tools.
> 
> if you have working windows tools, you should have a qvm-open-in-dispvm 
> command .
> you could also try this command.
> (i am not really sure whether the windows tools contain this command)

sounds like this would be great for a big music playlist.

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/e876e69a-0e37-479f-99dc-7c67aba8a52e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Have Windows VM open and play video in Linux VM?

2017-01-02 Thread Jarle Thorsen
john.david.r.smith:
> there are two ways:
> 1) (the better way if you can get a working setup)
> for sound/video you can use streaming software (i did this some time ago).
> you have a windows vm W and some linux vm N.
> you set N as netvm for W.
> then you use some virtual soundcard (i think i used hifi cable) and some 
> streaming software to stream the sound to the linux vm (i can't remember 
> what i used.)
> on N you receive the stream.
> since you can hear all audio output of a linux vm, you will hear sound 
> from W.
> 
> my setup was fiddly and had about 2 sec audio delay. (but i did not 
> really bother to fix it, so you probably can do better)
> 
> 2)
> again have some linux vm N as netvm of a windows vm W.
> then you can use public folders on W and mount the public folder on N.
> now you can play the video from N.
> 
> i used both methods for a while (until i  completely switched to linux 
> for all my work-flows).
> in both cases i did not use the windows tools.

Thanks, I'll keep these two options in mind.
 
> if you have working windows tools, you should have a qvm-open-in-dispvm 
> command .
> you could also try this command.
> (i am not really sure whether the windows tools contain this command)

As far as I can tell there is no qvm-* tools in the windows tools directory at 
least.

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/382a6b0c-b703-44f3-b3d7-fc556af8aac2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Have Windows VM open and play video in Linux VM?

2017-01-02 Thread Jarle Thorsen
Alex:
> I think the "Open in DispVM" feature would match your request; is it
> available for windows tools too? (don't know, I'd do it like that in linux)

In the right-click menu in Windows explorer you have "Send to->Edit in DispVM" 
that might do the trick, but I am looking for a command-line option to have a 
third-party program execute a commandline to open the selected file in external 
program.

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/d68ccf2c-ce02-44f7-b7db-e267326fe1c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Have Windows VM open and play video in Linux VM?

2017-01-02 Thread john.david.r.smith

On 02/01/17 15:34, Jarle Thorsen wrote:

As there is currently no audio support for Windows in Qubes OS:

Can I use any of the Qubes windows tools to copy a video file to a Linux vm and 
have it start playing there?

The file should only be copied to a temp directory, and not put in 
QubesIncomming.

Which tool/syntax will let me do this?


there are two ways:
1) (the better way if you can get a working setup)
for sound/video you can use streaming software (i did this some time ago).
you have a windows vm W and some linux vm N.
you set N as netvm for W.
then you use some virtual soundcard (i think i used hifi cable) and some 
streaming software to stream the sound to the linux vm (i can't remember 
what i used.)

on N you receive the stream.
since you can hear all audio output of a linux vm, you will hear sound 
from W.


my setup was fiddly and had about 2 sec audio delay. (but i did not 
really bother to fix it, so you probably can do better)


2)
again have some linux vm N as netvm of a windows vm W.
then you can use public folders on W and mount the public folder on N.
now you can play the video from N.

i used both methods for a while (until i  completely switched to linux 
for all my work-flows).

in both cases i did not use the windows tools.

if you have working windows tools, you should have a qvm-open-in-dispvm 
command .

you could also try this command.
(i am not really sure whether the windows tools contain this command)

--
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/cca362f3-9f9a-0067-995c-baf5f387564e%40openmailbox.org.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Have Windows VM open and play video in Linux VM?

2017-01-02 Thread Alex
On 01/02/2017 03:34 PM, Jarle Thorsen wrote:
> As there is currently no audio support for Windows in Qubes OS:
> 
> Can I use any of the Qubes windows tools to copy a video file to a
> Linux vm and have it start playing there?
> 
> The file should only be copied to a temp directory, and not put in
> QubesIncomming.
> 
> Which tool/syntax will let me do this?
> 
I think the "Open in DispVM" feature would match your request; is it
available for windows tools too? (don't know, I'd do it like that in linux)

-- 
Alex

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/b3429b05-b561-5410-1c0b-7e0b5fab43f8%40gmx.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Have Windows VM open and play video in Linux VM?

2017-01-02 Thread Jarle Thorsen
As there is currently no audio support for Windows in Qubes OS:

Can I use any of the Qubes windows tools to copy a video file to a Linux vm and 
have it start playing there?

The file should only be copied to a temp directory, and not put in 
QubesIncomming.

Which tool/syntax will let me do this?

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/eb1c7f07-b62d-46b3-adfe-7ae51e1c0a29%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.