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

stream for vlc #2

Open
coolaj86 opened this issue Sep 4, 2014 · 4 comments
Open

stream for vlc #2

coolaj86 opened this issue Sep 4, 2014 · 4 comments

Comments

@coolaj86
Copy link

coolaj86 commented Sep 4, 2014

Is there a way for me to choose the playlist to stream to watch on-the-fly (i.e. with vlc)?

The equivalent of this:

makemkvcon --upnp=1 --cache=128 --minlength=180 stream disc:0 &
vlc http://localhost:51000/stream/title0.ts

except I don't know how from the commandline to choose which playlist to stream from (and the menlength auto detection often doesn't work).

@lasley
Copy link
Owner

lasley commented Sep 5, 2014

Disclaimer - I haven't used makemkvcon for streaming before. You should, however, be able to select the track that you would like to stream by appending it after the disc like so (selects first playlist):

makemkvcon --upnp=1 --cache=128 --minlength=180 stream disc:0 1 &...

Is this a feature that you would like to see integrated into node-makemkv?

@coolaj86
Copy link
Author

coolaj86 commented Sep 5, 2014

I'll try it out next time I get a blu-ray from redbox. That was so simple, but I couldn't find it. I would like to see it integrated. When I have the time to play with it I'll see if I can figure out how to put it in myself.

@lasley
Copy link
Owner

lasley commented Sep 6, 2014

It shouldn't be too difficult to add. Let me know if the command works and we'll continue forward with this.

-Dave Lasley

On Sep 5, 2014, at 12:16 PM, AJ ONeal [email protected] wrote:

I'll try it out next time I get a blu-ray from redbox. That was so simple, but I couldn't find it. I would like to see it integrated. When I have the time to play with it I'll see if I can figure out how to put it in myself.


Reply to this email directly or view it on GitHub.

@lasley
Copy link
Owner

lasley commented Mar 2, 2015

Hey @coolaj86 - did this command end up working? I'm about to begin the 1.0 release branch, this would be an interesting feature to include.

lasley added a commit that referenced this issue Jul 19, 2016
… master

* commit '67ef96b19ee0fcb9ddd78fac1565d58d4639182c':
  [IMP] ReadMe & Client * Remove unneeded buttons from UI * Update ReadMe for no buttons * Clarify install instructions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants