androidx / media

Jetpack Media3 support libraries for media use cases, including ExoPlayer, an extensible media player for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support DisplayManager to output video to type-c (DP) port and only show control on the phone

opened this issue · comments

[REQUIRED] Use case description

Support DisplayManager to output video to type-c (DP) port and only show control on the phone
This will greatly save phone battery and extend the use case of ExoPlayer (for example, connecting the phone to a XR headset/TV via type-c).

Proposed solution

https://code.videolan.org/search?group_id=9&nav_source=navbar&project_id=36&repository_ref=master&search=DisplayManager&search_code=true

Alternatives considered

https://developer.android.com/reference/android/hardware/display/DisplayManager

Hi @read8873,

I'm not really sure what you are requesting as an additional feature in ExoPlayer. Would you be able to elaborate on your scenario/usecase? It kind of sounds like Tunneling in playback where the actual decoding/renderering occurs on a different device(ex: TV). We do support tunneling with playback and here is a blog post about it. Hope that helps!

https://medium.com/google-exoplayer/tunneled-video-playback-in-exoplayer-84f084a8094d

No it's different.
My phone has type-c display output and i connect it with a cable to TV and i would like to show video only on TV but not on the phone.