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

Can't stream vertical video #3651

Open
seltzdesign opened this issue Mar 27, 2024 · 4 comments
Open

Can't stream vertical video #3651

seltzdesign opened this issue Mar 27, 2024 · 4 comments

Comments

@seltzdesign
Copy link

Share your bug report, feature request, or comment.

I am trying to stream 16:9 vertical video and not having any luck. As soon as I switch OBS to output a vertical resolution I get a message that the format is not supported. As soon as I switch back to horizontal aspect ratio it works fine.

It also seems the embedded player has a fixed aspect ratio and if I change the size in the embed code to anything but 16:9, it simply stays at 16:9.

@seltzdesign
Copy link
Author

Sorry, correction, I could get the vertical stream to work in the end, but the viewer cannot change aspect ratio, as the ratio is fixed in CSS:

image

@gabek
Copy link
Member

gabek commented Mar 27, 2024

Could you elaborate a bit? You said you get a message that the format is not supported. Where do you see that message? Could you share it?

@seltzdesign
Copy link
Author

Could you elaborate a bit? You said you get a message that the format is not supported. Where do you see that message? Could you share it?

Sorry, it was one of those coincidences. I changed the resolution in OBS and kept getting a warning that "the format is not supported" in the embedded viewer. But it turns out it must have been something else, probably because I was using passthrough and after a few Ctrl-Shift-R in the browser it was working.

What still is not working is changing the aspect ratio of the viewer, which I would say is a bug. You can specify the width and height of it and it should work with any aspect ratio. Hard-coding the 16:9 aspect ratio in the CSS is wrong in my opinion. There is no reason it should only work in that aspect ratio other than it being a workaround to not have to deal with some kind of responsiveness in the player.

@gabek
Copy link
Member

gabek commented Mar 28, 2024

The container holding the video player should be 16:9, but the player should not be forcing a resolution. Could you share what it looks like? Is it the same with the full web application vs. just the embed?

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

2 participants