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

Install ffplay in container #1264

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

OnFreund
Copy link

No description provided.

@AlexxIT AlexxIT self-assigned this Jul 17, 2024
@felipecrs
Copy link
Contributor

I wonder what's the use for this. Ideally the container should be slim, and ffplay seems more like a tool to be used outside go2rtc, no?

@OnFreund
Copy link
Author

It's mentioned in the docs as a way to implement backchannel through exec, but is missing from the container, and getting it into the container isn't trivial (I have to use a dockerfile based on the image and point my compose file at it).

@felipecrs
Copy link
Contributor

Got it. Makes sense.

@AlexxIT
Copy link
Owner

AlexxIT commented Jul 18, 2024

I thought ffplay was already in. I'll have to check

@OnFreund
Copy link
Author

I only see ffmpeg and ffprobe in the original image. I have a local dockerfile that looks like this:

FROM alexxit/go2rtc
RUN apk add ffplay

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

Successfully merging this pull request may close these issues.

3 participants