search for: basinilya

Displaying 8 results from an estimated 8 matches for "basinilya".

2011 Feb 18
6
[Bug 34430] New: nouveau driver does not return VGA connector status breaking upower
https://bugs.freedesktop.org/show_bug.cgi?id=34430 Summary: nouveau driver does not return VGA connector status breaking upower Product: xorg Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2013 Dec 02
2
creating opus encoder and decoder executable on Windows
Hi all: How do I create opus encoder and decoder executable on Windows using MS Visual Studio 2010? What I'm doing is the following: 1. I downloaded the codebase on my local drive using: $ git clone git://git.opus-codec.org/opus.git 2. Then I go to D:\opus\win32\VS2010 and open the opus.sln using MS Visual Studio 2010. 3. Then I build the solution opus. I get 3 executable at
2016 Apr 15
1
Can libvird use iSCSI direcly?
Hi. I was expecting that qemu-kvm process would connect directly to iSCSI server, but https://libvirt.org/storage.html#StorageBackendISCSI says that it wants symlinks in `/dev/disk/by-path` . That suggests it relies on Linux iSCSI client that will act as mediator and create block devices. So is "iSCSI volume pools" just a convenience thing giving no performance gain compared to
2016 Apr 17
0
Make disk "unaffected by snapshots"
Hi. Is it possible to make a virtual disk unaffected by snapshots just like writethrough disks in VBox? I tried raw with shareable flag, but snapshot creation fails with: "internal snapshot for disk vdb unsupported for storage type raw".
2015 May 11
0
Working example of mount.cifs -o setuids
Hi. How do I use the option 'setuids'? Logic suggests that it's intended for root mounts (with the ability to chown from client), but everal threads on this list say the opposite. Anyway, I can't make it work with or without 'valid users = root' or 'admin users = foo' in smb.conf. I tried samba 3.6.9 and 4.2 Please can someone post a working example of smb.conf,
2013 Nov 29
2
Please help me decode this webrtc chrome conversation
Hi. I made a webrtc relay with recording and dumped the SDP requests and RTP packets into files. Then I made a java decoder based on jitsi. Although the files contain all the needed info: encription keys, codec info, timestamps, etc., I could only decode one side in one of 2 conversations. For example, the RTP payload is decrypted successfully, but opus_packet_get_nb_samples() or opus_decode()
2013 Nov 29
1
Please help me decode this webrtc chrome conversation
Yes, I parse the RTP header, decrypt the payload and then feed the decrypted data to opus. Besides, opus_decoder_get_nb_samples() on 1st packet returns reasonable number 960, but then opus_decode() fails. On Fri, Nov 29, 2013 at 11:39 PM, Jean-Marc Valin <jmvalin at jmvalin.ca>wrote: > On 29/11/13 01:49 PM, Ilya Basin wrote: > > For example, the RTP payload is decrypted
2013 Dec 02
0
creating opus encoder and decoder executable on Windows
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><title></title> <META http-equiv=Content-Type content="text/html; charset=windows-1251"> <meta http-equiv="Content-Style-Type" content="text/css"> <style type="text/css"><!-- body { margin: 5px 5px 5px 5px;