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

[REQ] Would PIP be possible? (Multi Feed) #44

Open
schumi2004 opened this issue Mar 26, 2021 · 13 comments
Open

[REQ] Would PIP be possible? (Multi Feed) #44

schumi2004 opened this issue Mar 26, 2021 · 13 comments
Labels
enhancement New feature or request

Comments

@schumi2004
Copy link

As described in title.
Would it be possible to implement PIP (top right) for live streams, data, drivers etc...

@leonardoxh
Copy link
Owner

Personally I have no idea if that is possible on Android TV, do you know an app that has it as an example?

@leonardoxh
Copy link
Owner

Or maybe you're referring to have 2 transmissions at same time, like the main transmission and Data for example ?

@schumi2004
Copy link
Author

Yes, 2 streams at the same time.
I was thinking about a small window in top right corner with for example data stream or individual driver cam. But don't know how to accomplish this in a user friendly way.
Maybe a selection screen were you define what streams you would like to use for it and then play it. No idea if that's even possible.

@leonardoxh
Copy link
Owner

It should be possible, but I believe there is some restrictions on the stream api and you can't freely combine all the streams you want, I believe you can only watch the data cam with the main stream for example

@p750mmx
Copy link

p750mmx commented Mar 30, 2021

Personally I have no idea if that is possible on Android TV, do you know an app that has it as an example?

There is an IPTV app (TiviMate IPTV Player) for Android TV that has the option to put 3 (LIVE TV) streams on one screen and has also the option to show PIP. So it seems to be possible.

@leonardoxh
Copy link
Owner

Yeah it is more if the f1 tv API supports that or not

@leonardoxh leonardoxh added the enhancement New feature or request label Mar 31, 2021
@dewfuz
Copy link

dewfuz commented Apr 13, 2021

https://github.com/robvdpol/RaceControl seems to have no problem just launching multiple streams (even a rudementary sync a crross them), its windows / c# but maybe you could team up, or at least loan idea's :)

@schumi2004
Copy link
Author

Using a browser I can also stream multiple streams so it should be doable imo.

@schumi2004 schumi2004 changed the title [REQ] Would PIP be possible? [REQ] Would PIP be possible? (Multi Feed) Apr 16, 2021
@MiSeRy81
Copy link

Please have a look at the apple tv app. They add the multi view option.
https://github.com/NoahFetz/F1AppleTV

@leonardoxh leonardoxh pinned this issue Apr 19, 2021
@leonardoxh
Copy link
Owner

Thanks for the feedback guys. This is definitely something I am going to do, I just can't provide a ETA or so. But it will be implemented.

@Munskin
Copy link

Munskin commented May 7, 2021

SoundTV (a third party Twitch stream viewer) has multiview implemented on AndroidTV.
Here is the link to their changelog which also mentions a discord channel. https://s0und.github.io/S0undTV-Changelog/

@leonardoxh
Copy link
Owner

Tried a couple of solutions for it, I was able to multi feed it but the controls get super messed up.

In short there is no easy way to implement this, in order to implement it we need to throw away the whole built in control glue and build a custom one so we can change the controls with the native PlayerView and PlayerControlView

@MiSeRy81
Copy link

Are there any news for multifeed?

@leonardoxh leonardoxh unpinned this issue Oct 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants