lbry-android icon indicating copy to clipboard operation
lbry-android copied to clipboard

Add ability to cast videos to smart devices

Open Feanor78 opened this issue 6 years ago • 7 comments

Implement a "cast" button (similar to the one that shows up on YouTube and Netflix) when you're connected to a wifi network with devices that can be cast to (Roku box, PS4, Xbox, Plex server, etc.).

Acceptance Criteria

Definition of Done

  • [ ] Tested against acceptance criteria
  • [ ] Tested against the assumptions of the user story
  • [ ] The project builds without errors
  • [ ] Unit tests are written and passing
  • [ ] Tests on devices/browsers listed in the issue have passed
  • [ ] QA performed & issues resolved
  • [ ] Refactoring completed
  • [ ] Any configuration or build changes documented
  • [ ] Documentation updated
  • [ ] Peer Code Review performed

Feanor78 avatar Mar 29 '18 18:03 Feanor78

Oh yes please, this would be fantastic.

oakey22 avatar Mar 30 '18 11:03 oakey22

If anyone is interested in giving it a go, there is a library to enable Cast capabilities for android apps. Plex has a fork of it with several commits ahead: https://github.com/plexinc/CastCompanionLibrary-android

thomasesr avatar Nov 02 '20 02:11 thomasesr

Come on almost four years have past from the initial request ... LBRY/ODYSEE has gone way ahead since then, but unfortunately the mobile client it is still crap, it misses major functionality like to be able to cast any device at all! That is is getting really ridicules for the number 2 streaming platform ...

nkrepo avatar Nov 12 '21 17:11 nkrepo

I want to contribute to this but before implementing this feature app needs to register on the following link https://cast.google.com/publish/#/signup

dakshbhardwaj avatar Jul 20 '22 12:07 dakshbhardwaj

I want to contribute to this but before implementing this feature app needs to register on the following link https://cast.google.com/publish/#/signup

I don't think that will be possible. Google banned Lbry from the play store.

IcedQuinn avatar Jul 25 '22 00:07 IcedQuinn

I want to contribute to this but before implementing this feature app needs to register on the following link https://cast.google.com/publish/#/signup

I have not drilled into the requirements official Chromecast SDK, but libvlc can cast to chromecast without requiring any sort of Google registration and is available for android , ios. It can also cast to varius UPnP renderers as a bonus.

https://www.videolan.org/vlc/libvlc.html

nkrepo avatar Jul 29 '22 16:07 nkrepo

Registering on Google Cast website is only required when the user-visible UI is customized. It is not needed in order to just show content

kekkyojin avatar Jul 29 '22 16:07 kekkyojin