janis8008
janis8008
Same problem happens when I try Higher resolution, but with low bitrate (4k 20 Mbps) For example 1440p 80 Mbps works great with network usage sitting in 60 to 80...
My solution was to use my own hardware decoder, which I wrote using jetson decode example. I could get all the performane that was advertised from nvidia side
the implementation for jetson ffmpeg seemed to be fine, so decode unit handling on moonlight part might be a problem
https://docs.nvidia.com/jetson/l4t-multimedia/l4t_mm_00_video_decode.html This example, and for code, you need tof ind place where decode units are sent to ffmpeg decoder
Nvidia recently updated their ffmpeg decoder, haven't had time to test it yet, maybe they fixed all problems. On Wed, Jan 12, 2022, 3:38 AM Cameron Gutman ***@***.***> wrote: >...
There is an example from Nvidia https://docs.nvidia.com/jetson/l4t-multimedia/l4t_mm_test_group.html
NoGuiExample returns all information, will try to find difference. ``` AvailableFriendlyPorts: 1 - /dev/ttyUSB0 cp210x 10c4:ea60 2 - /dev/ttyACM0 STMicroelectronics Virtual COM Port 0483:5740 3 - /dev/pts/0 0 pty terminal...
Version im using in code is "https://github.com/itas109/CSerialPort - V4.3.0.230215" In no GUI "Version: https://github.com/itas109/CSerialPort - V4.3.1.240204"
Updating to V4.3.1.240204 resolved the issue. Can vcpkg version be updated?