moneytoo / Player

▶ Simple and lightweight, yet polished and powerful Android video player based on ExoPlayer
https://play.google.com/store/apps/details?id=com.brouken.player
The Unlicense
1.44k stars 171 forks source link

Real Improvement.txt (Streamable link) #580

Closed MinorX closed 1 month ago

MinorX commented 2 months ago

Despite being an amazing player , Just Player some how misses the most basic , level 1 of any media player - "THE PASTE YOUR STREAM LINK HERE" button here. Android TV lacks the capability to share media links as much easy it is for Android phones. You know what I had to do to play a media file with a stream link ? Create a .html file on my phone , share with my TV , use Html viewer , and then it would show Just Player. I mean , why ? What is the purpose of this?


<html>
<head>
    <title>Media Player Link</title>
</head>
<body>
    <h1>Click the link below to play the media file:</h1>
    <a href="STREAMABLE LINK HERE">Play Media</a>
</body>
</html>```
Pentaphon commented 2 months ago

You may have to use https://github.com/anilbeesetti/nextplayer for this but I agree there should be an "open stream link" function.

MinorX commented 2 months ago

Yeah , but does it have same features such as that of JVP ? Like Dolby vision etc?

On Sun, May 5, 2024, 5:16 PM Pentaphon @.***> wrote:

You may have to use https://github.com/anilbeesetti/nextplayer for this but I agree there should be an "open stream link" function.

— Reply to this email directly, view it on GitHub https://github.com/moneytoo/Player/issues/580#issuecomment-2094773896, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVO224RJS437KCQRNXWMOP3ZAYL2LAVCNFSM6AAAAABGQZ5NBSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJUG43TGOBZGY . You are receiving this because you authored the thread.Message ID: @.***>

Pentaphon commented 2 months ago

Yeah , but does it have same features such as that of JVP ? Like Dolby vision etc?

It is like Just Player but more than just a simple player. It has the same AndroidX media back end but with more features.