-
Notifications
You must be signed in to change notification settings - Fork 71
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
Add live conversion to airplay-cli #51
Comments
--So as I understand you going to transcode video to FIFO pipe via ffmpeg/libav?-- |
The idea behind this is to use |
I would really love to see this implemented. Any help I can give you with that? |
@bitboxer I'll add a plugin system for the gem/cli so people can extend it. |
I kinda like lib being in ruby, I''m using it in my project as gem. |
@andoriyu Cool. In what kind of project are you using it? |
Home Server software: web ui for rtorrent paired with database for media content (just like plex, but all in ruby), and ability to stream any media file to any selected selected airplay host, unfortunatly I convert video files prior streaming if it's not supported. |
The project has 848 stars and 50 forks, too, it's popular! |
@sodabrew haha, seeing real world usage makes me happy. ❤️ |
I use it all the time and ❤️ it ! |
in #48 there was a discussion on the supported formats that the lib should take in consideration. Since encoding is out of the lib scope a live conversion feature will be added to airplay-cli so it also works as an example implementation.
The text was updated successfully, but these errors were encountered: