Tony Ducrocq

Results 9 comments of Tony Ducrocq

This would be a really good feature! I thing https://github.com/mharizanov/arduino-netboot is a really good starting point. The code does not look really complicated and it also looks like most of...

It happens everytime. If you need any other information tell me.

``` $ uname -a Linux obelix 3.10.25-gentoo #1 SMP Thu Feb 6 12:33:07 CET 2014 x86_64 AMD FX(tm)-8120 Eight-Core Processor AuthenticAMD GNU/Linux $ python2.7 --version Python 2.7.5 $ lsusb Bus...

I am facing the same issue, no error in logs. The only error i can find is in the browser console : `Failed to load resource: /ocs/v2.php/apps/text/workspace?path=%2F the server responded...

`hciconfig` works fine, I am able to bring up hci0. Unfortunately I am away from the device until Monday so I would be able to send the strace output of...

I made a strace of a working call to `hciconfig` and I don't really understand why it does not work. Here is the relevant part of the trace for hciconfig...

Thank you @ABeltramo, I updated Wolf container but, unfortunatly, it did not solved the issue. I enabled DEBUG log level, please find attached the logs. [Wolf_logs.txt](https://github.com/user-attachments/files/22476979/Wolf_logs.txt)

I carrefully compared the logs with moonlight-tizen and moonlight-windows and I can see on significant difference in the audio pipeline, on Windows: `encrypt=true` on Tizen: `encrypt=false` Hope it can help.

Hi, I have been able to recompile the Moonlight Tizen client to enable enryption and I can confirm that audio is working! For those who are curious to test, you...