Hello, I'm running Debian 7.7 guest on Ubuntu 14.04 with QEMU 2.0.0 downloaded from the Ubuntu repositories. With spicec client everything runs fine, but when using the spice-html5 client the sound doesn't work. I have noticed that the server is sending the audio in raw PCM format and the html client complains about it. So I tried to set the "playback-compression" option to "on" (should be "on" by default), but it didn't work. Now I'm trying to tweak the _javascript_ code for being able to play PCM audio, so I started to write some trial code, however, I'm stuck with the addSourceBuffer method, it doesn't seem to recognize other MIME type different than the original 'audio/webm; codecs="opus"' (I tried with Chrome and Firefox). from playback.js:Maybe I missing something or it's impossible to make PCM audio work on MediaSource API. Modify the server would be hard at this moment, but if there's no other option, which version(s) should I use to force the server to use opus? I really appreciate any help you can provide. Lorenzo. --
|
_______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel