Seungmin Kim
Seungmin Kim
The core issue seems to be that each of these variables are linked to a Vue element and it's generating massive numbers of render ticks. https://github.com/selkies-project/selkies-gstreamer/blob/ff0ba43e6d04396a625ee83737cc6954b265e475/addons/gst-web/src/app.js#L466-L510
Honestly, I have never imagined DOM updates could be so taxing. https://github.com/selkies-project/selkies-gstreamer/commit/5a17b10126f939668f015420aecba356921a3047 Disabled DOM updates when the menu is not open (It's not possible to interactively control anything anyways with...
Possible. Just no hardware and time. 1. Compiling GStreamer for AARCH64 (addons/gstreamer) 2. Add nvv4l2h264enc/nvv4l2vp9enc and test 3. Verify all the pipeline works Would be trivial for newbies. https://docs.nvidia.com/jetson/archives/r35.2.1/DeveloperGuide/text/SD/Multimedia/AcceleratedGstreamer.html Nicholas...
The above list is for https://github.com/selkies-project/selkies-gstreamer: https://github.com/selkies-project/selkies-gstreamer/issues/50. For the container itself, it needs to detect the architecture with `TARGETPLATFORM` (https://nielscautaerts.xyz/making-dockerfiles-architecture-independent.html) and do not install `:i386` packages if so and install...
I will make initial preparations to make aarch64 work trivially. I do need tests from actual aarch64 hardware and therefore your help by testing things.
I now have the hardware, at least for plain ARM64.
https://github.com/selkies-project/selkies-gstreamer/issues/50 This is not a small work... Expect some time.
I am doing some initial cleanup so that the Dockerfile and the entrypoint scripts are not reliant on just the x86_64 architecture. However, this is just the start and there...
Preparing... Note to self: (VirtualGL 3.1.1 arm64) ``` -rw-r--r-- root/root 4739 2022-11-22 19:21 ./usr/share/doc/virtualgl-3.0.90/somerights20.png -rwxr-xr-x root/root 2398936 2022-11-22 19:47 ./usr/lib/libvglfaker-nodl.so -rwxr-xr-x root/root 10312 2022-11-22 19:46 ./usr/lib/libgefaker.so -rwxr-xr-x root/root 2403128 2022-11-22...
I do not have a Jetson device. Thus, someone will need to provide an example that builds GStreamer 1.24.0 with NVIDIA Deepstream SDK V4L2 Video Encoder integrated. Other than that,...