makemkvcon: How to specify which mpls to stream?

Everything related to MakeMKV
Post Reply
coolaj86
Posts: 1
Joined: Thu Sep 04, 2014 3:36 am

makemkvcon: How to specify which mpls to stream?

Post by coolaj86 »

I've rented Divergent from Redbox and I see a number of posts with people suggesting a few of the common mpls files that work for ripping the Blu-Ray, however, I just want to watch it.

Generally I do this:

Code: Select all

makemkvcon --upnp=1 --cache=128 --minlength=180 stream disc:0 &
vlc http://localhost:51000/stream/title0.ts
And sometimes I have to fudge the 180 to be 240 or 600 or whatever in order to get the actual title, but this time I can't seem to get it to work.

However, since I know that it's one of the 4 playlists people are suggesting, I'd like to specify the "file" or "playlist" instead of searching for minlength. How can I do that?
Post Reply