8000 No audio for rxddit video embeds · Issue #55 · MinnDevelopment/fxreddit · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

No audio for rxddit video embeds #55

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

Open
fadster opened this issue May 22, 2024 · 3 comments
Open

No audio for rxddit video embeds #55

fadster opened this issue May 22, 2024 · 3 comments

Comments

@fadster
Copy link
fadster commented May 22, 2024

Embedded videos using rxddit don't have audio.

@MinnDevelopment
Copy link
Owner

Reddit does not provide videos with audio out of the box, it uses a streaming system which combines an audio and video stream at runtime. An embed service cannot do this, it can only provide a link to a video file or player directly.

For some videos we do have audio, but especially longer ones are not possible to do through embeds, because it would require manually re-encoding the stream while the embed is loaded. Since this is hosted on Cloudflare workers, re-encoding a video is out of the question, and it would likely be too slow to do for longer videos anyway.

@Keiyuu
Copy link
Keiyuu commented Feb 2, 2025

How does vxReddit handle it?
I've seen videos where the audio doesn't work with fxreddit, but it does on vxReddit.

Try this one for example: https://www.reddit.com/r/SipsTea/comments/1ifj2nc

@MinnDevelopment
Copy link
Owner

They download and manually convert the videos, which only works for some cases where the video is short enough. I can't do that on cloudflare workers, since they are not designed for this kind of task (and downloading videos does not scale well for a free service).

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

3 participants
0