We have the same thing happening because we are doing our own transcoding and only uploading webm files.
So the version plays fine in the web app while the Streaming mode is not working in RV : the SG package is looking specifically for an mp4 attachment (and even if you were to hack it to look for the webm instead, RV wouldn’t be able to play it)
You can check if that’s your case by testing the following urls in a web browser :
<site_url>/file_serve/version/<version_id>/mp4 (result would be “Version does not have an attachment for the provided format.”)
<site_url>/file_serve/version/<version_id>/webm (version would play)
Hello, we also have this issue happening while going through an nginx proxy.
Do you have any configuration settings you can suggest to try?
Thanks,
Paulo
Hi Michael, version 7.2.6, though we support a number of other versions.
From the ones we use, only the following versions work with those versions of TLS:
@autodesk, this is why its useful to have the old-style of release notes, now it just links to this forum.
@Paulo, I can’t find the release notes for 7.3.0, but I believe that’s when they upgraded the Python version and TLS, those older versions of RV don’t support newer TLS and ShotGrid removed support for old TLS.
TLDR; your pre-7.3.0 are using outdated security and probably shouldn’t be used to begin with.