Sampsa Riikonen
Sampsa Riikonen
Thanks for the report. I have reproduced the issue when you connect several times into the same end-point (i.e. "/1"). Now that you refreshed my mind about this, it was...
Interesting project & thanks for the report! A tip: if you want a linux-based desktop program, you might find [this](https://elsampsa.github.io/valkka-live/_build/html/index.html) interesting (however, it's kinda experimental: recording doesn't work, lack of...
thanks for the report! there is a queue where the stream packets are inserted. Maybe put a max. number of packets / bytes criteria for that queue..?
This bug is now fixed, but only in the new repo in here: https://github.com/elsampsa/valkka-streamer
pretty dead here.. abandoned project?
I pimped up the ``-c`` (capture) option in ``wsdiscover`` to pretty-print the xml messages & add some more info & tried TP-LINK agains UNV. Here are my findings. First, ``wsdiscover``...
The ```` seems different as well: it should be ``xs:anyURI``, but python-ws-discovery uses ``urn:uuid``. I'd imagine that cams should look at the ```` section, read the specs version from there...
As of today and with rocm-6.2.0: this works: ```bash /opt/rocm-6.2.0/lib/llvm/bin/clang++ -D__HIP_ROCclr__=1 --offload-arch=gfx908 -o CMakeFiles/hip_comp.dir/src/vector_add.hip.o -x hip -c /home/sampsa/amd/doodles/hip_doodle0/src/vector_add.hip ``` but this still does not: ``` /opt/rocm-6.2.0/lib/llvm/bin/clang++ -D__HIP_ROCclr__=1 --offload-arch=native -o CMakeFiles/hip_comp.dir/src/vector_add.hip.o...
The wsdl files that come off-the-shelf with libValkka, might not be the most up-to-date (I'll keep this ticket open so I remember to update them at some moment) Other from...
This sounds cool! Are you able to pair bt devices using pydbus dbus interface?