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

Allow for custom media player #381

Open
drewauff opened this issue Jan 9, 2022 · 3 comments
Open

Allow for custom media player #381

drewauff opened this issue Jan 9, 2022 · 3 comments

Comments

@drewauff
Copy link

drewauff commented Jan 9, 2022

I haven't been able to figure it out.

Is it possible to stream to a custom media player that is not listed in the switches?

If not I think it would be a great addition.

@stl3
Copy link

stl3 commented Feb 10, 2022

If you don't pass a player argument, by default it will just host it at http://your.ip:port/
You could also paste the full name that it shows with the file, just append it to the http above, for example http://your.ip:port/whatever.file.is.streaming.mkv
From there, you can either try to paste the url into another player, for example it worked for me in Daum Potplayer. If you want to have more silly fun, you can open it in vlc, and then restream it to somewhere else, like a chromecast or tv, although you can also get the tv to reach it as a dlna if I'm not mistaken. What player were you thinking of using?

@drewauff
Copy link
Author

ahh I see..Oh I have a fork of mpv which was converted to a MacOS app, I have got other "scripts/programs" to work with it by point them straight at the executable rather that the .app which wont work.

Getting it working is simple enough, just have to find in the lin in the code which the player(s) is define and change it.

@stl3
Copy link

stl3 commented Feb 10, 2022

Yes there should be a few ways you could get around it like what you mentioned. Let me know if you managed to get it going. I don't have macos to test with but I like to see workarounds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants