-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cloud GPU use? #115
Comments
This worked for me: On my laptop, I installed nginx as rtmp server & OBS to stream my webcam to Cloud machine. Good luck! |
@jenssalu |
I tried the idea written by @jenssalu. The results are very poor - 1 FPS - likely due to all the network latencies. I would suggest using hardwired (ethernet) connections and avoid WiFi to see if you'll get more luck than I did. Here's what I did for my Windows-only attempt. Setup I installed Hamachi on both my video capture machine and on my NVIDIA VM. I created a VPN to join the 2 computers together. On video capture machine (instructions adapted from here):
On NVIDIA VM:
Execution
|
@maxxwizard, Nice! That's almost the same setup as I did it! My laptop (GeForce GTX 1050) got an fps of max 6 fps! On my VM (GPU: P6000), I was able to get a fps of 16. The last days, I was using a poor wifi connection, but still managed to have a latency of max 1.5 seconds! |
@maxxwizard Same goes for the outdated/abandoned RTMP plugin, it comes packaged with [0]. The better maintained ones seem to be [1,2] and the best one seem to be the nginx-http-flv-module in [3]. But then again,what do I know! I'm looking to try to get this working with a more recent version nginx. References:
|
Ok, I now get it. From
I tried to install nginx 1.18.0, which are showing that it's supposedly compiled with configure arguments:
--with-cc=cl
--builddir=objs.msvc8
--with-debug
--prefix=
--conf-path=conf/nginx.conf
--pid-path=logs/nginx.pid
--http-log-path=logs/access.log
--error-log-path=logs/error.log
--sbin-path=nginx.exe
--http-client-body-temp-path=temp/client_body_temp
--http-proxy-temp-path=temp/proxy_temp
--http-fastcgi-temp-path=temp/fastcgi_temp
--http-scgi-temp-path=temp/scgi_temp
--http-uwsgi-temp-path=temp/uwsgi_temp
--with-cc-opt=-DFD_SETSIZE=1024
--with-pcre=objs.msvc8/lib/pcre-8.44
--with-zlib=objs.msvc8/lib/zlib-1.2.11
--with-http_v2_module
--with-http_realip_module
--with-http_addition_module
--with-http_sub_module
--with-http_dav_module
--with-http_stub_status_module
--with-http_flv_module <--- THIS !
--with-http_mp4_module
--with-http_gunzip_module
--with-http_gzip_static_module
--with-http_auth_request_module
--with-http_random_index_module
--with-http_secure_link_module
--with-http_slice_module
--with-mail
--with-stream
--with-openssl=objs.msvc8/lib/openssl-1.1.1f
--with-openssl-opt='no-asm no-tests -D_WIN32_WINNT=0x0501'
--with-http_ssl_module
--with-mail_ssl_module
--with-stream_ssl_module Any idea how to implement and configure this? |
Filed an issue at the module page: |
Apparently the module included above with |
Now you can run on Mac with a good speed using Google Colab |
Can i use clould GPU now,because i havn't a NAVID GPU. |
Hi. I have a GeForce GTX 1050i and it clearly isn’t up to the task. Performance is woeful (although Task Manager suggests only 7-8% load so maybe something else is wrong).
Is there any viable way to connect with a cloud-based GPU for a fee whilst still using my local webcam?
The text was updated successfully, but these errors were encountered: