Skip to content
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

Videos not playing in DeoVR #32

Open
dmorandi1967 opened this issue Jan 18, 2024 · 6 comments
Open

Videos not playing in DeoVR #32

dmorandi1967 opened this issue Jan 18, 2024 · 6 comments

Comments

@dmorandi1967
Copy link

I'm trying to play VR videos using stash-vr but videos don't start.
This is the log I see:

Jan 17, 23:52:18 WRN Failed to parse resolution from label error="no resolution height found in label" label=MP4 mod=deovr route=videoData videoId=6
Jan 17, 23:52:18 WRN Failed to parse resolution from label error="no resolution height found in label" label=MP4 mod=deovr route=videoData videoId=7
Jan 17, 23:52:18 WRN Failed to parse resolution from label error="no resolution height found in label" label=MP4 mod=deovr route=videoData videoId=2
Jan 17, 23:52:18 WRN Failed to parse resolution from label error="no resolution height found in label" label=MP4 mod=deovr route=videoData videoId=5
Jan 17, 23:52:18 WRN Failed to parse resolution from label error="no resolution height found in label" label=MP4 mod=deovr route=videoData videoId=1
Jan 17, 23:52:18 WRN Failed to parse resolution from label error="no resolution height found in label" label=MP4 mod=deovr route=videoData videoId=4
Jan 17, 23:52:18 WRN Failed to parse resolution from label error="no resolution height found in label" label=MP4 mod=deovr route=videoData videoId=3
Jan 17, 23:52:34 WRN Failed to parse resolution from label error="no resolution height found in label" label=MP4 mod=deovr route=videoData videoId=4
Jan 17, 23:52:34 WRN Failed to parse resolution from label error="no resolution height found in label" label=MP4 mod=deovr route=videoData videoId=1
Jan 17, 23:52:34 WRN Failed to parse resolution from label error="no resolution height found in label" label=MP4 mod=deovr route=videoData videoId=7
Jan 17, 23:52:34 WRN Failed to parse resolution from label error="no resolution height found in label" label=MP4 mod=deovr route=videoData videoId=3
Jan 17, 23:52:34 WRN Failed to parse resolution from label error="no resolution height found in label" label=MP4 mod=deovr route=videoData videoId=6
Jan 17, 23:52:34 WRN Failed to parse resolution from label error="no resolution height found in label" label=MP4 mod=deovr route=videoData videoId=5
Jan 17, 23:52:34 WRN Failed to parse resolution from label error="no resolution height found in label" label=MP4 mod=deovr route=videoData videoId=2
Jan 18, 22:29:26 DBG Filter skipped: Unsupported filter type on front page: Only user created saved scene filters are supported. mod=web op=bg type=CustomFilter

If I try to play videos on stash I can play them (without VR)

Could someone help me?

@jexom
Copy link

jexom commented Jan 24, 2024

Try launching stash-vr with stash url pointing not to localhost but your stash machine ip on lan like 192.168.0.xxx

@dmorandi1967
Copy link
Author

dmorandi1967 commented Jan 25, 2024

I've tried to create 2 different container: the first with stash and the second with stash-vr but in this way I'm not able to see stash from stash-vr. If I create a single app with docker compose with stash and stash-vr. stash-vr can connect to stash-vr and I see all the scenes but I'm not able to play them
This is the yaml file I use:

version: '3.4'
services:
stash1:
image: stashapp/stash:latest
#network_mode: bridge
container_name: stash1
restart: unless-stopped
ports:
- "9999:9999"
section
logging:
driver: "json-file"
options:
max-file: "10"
max-size: "2m"
environment:
- STASH_STASH=/data/
- STASH_GENERATED=/generated/
- STASH_METADATA=/metadata/
- STASH_CACHE=/cache/
- STASH_PORT=9999
volumes:
- /etc/localtime:/etc/localtime:ro
- /share/Stash/config:/root/.stash
- /share/Stash/data:/data
- /share/Stash/metadata:/metadata
- /share/Stash/cache:/cache
- /share/Stash/blobs:/blobs
- /share/Stash/generated:/generated
stash-vr1:
image: ofl0w/stash-vr:latest
container_name: stash-vr1
restart: unless-stopped
ports:
- "9666:9666"
environment:
STASH_GRAPHQL_URL: "http://stash1:9999/graphql"
LOG_LEVEL: "debug"

Do you use docker compose or another type of installation?

@WilderDrone
Copy link

hi @dmorandi1967
were you able to fix this? i am also getting the "no resolution height found in label" error.

@dmorandi1967
Copy link
Author

hi @dmorandi1967 were you able to fix this? i am also getting the "no resolution height found in label" error.

No

@TheObsidianGeneral
Copy link

Hey y'all, I'm also seeing this issue. I'm using Heresphere, and I get the exact same error message when I select a video to be played. This happens for all videos, and all videos work correctly in Heresphere when played directly in Stash rather than using Stash VR.

@poontology
Copy link

The "no resolution height found in label" error is likely not related (some transcoded sources from stash don't list the resolution and while stash-vr prints this error looking at source code it simply means that it ignores them, it should still be able to provide at least the non-transcoded raw stream).

The issue is more likely to be in your local network, if listing the videos works but streaming them doesn't, try changing STASH_GRAPHQL_URL to the IP address of the server instead of the hostname.

That fixed the issue in heresphere for me. (The underlying reason in my case was related to a secondary router that I have for faster wifi that was recently upgraded but I forgot to turn off dhcp and dns so it was resolving the server to an ipv6 address that was not reachable, and for some reason the heresphere video browser resolves addresses differently from the video streaming component.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants