playBluRay is not working for me. My system is Ubuntu10.01 64-bit. I've got curl, MakeMKV and vlc installed.
Vlc has this error after makeMKV has read the disc:
Your input can't be opened:
VLC is unable to open the MRL '
http://localhost:51000/stream/title0.ts'. Check the log for details.
Here's the console output from funning makeMKV. The "connection refused" messages suggest that there is a permissions problem reading the stream.
roberts@igor:~/linux/playBluRay$ ./playBluRay.sh
MakeMKV v1.6.3 linux(x64-release) started
Using direct disc access mode
Calculated BUP offset for VTS #1 does not match one in IFO header.
Calculated BUP offset for VTS #2 does not match one in IFO header.
Calculated BUP offset for VTS #3 does not match one in IFO header.
Calculated BUP offset for VTS #4 does not match one in IFO header.
Calculated BUP offset for VTS #5 does not match one in IFO header.
Calculated BUP offset for VTS #6 does not match one in IFO header.
Title #0 has length of 15 seconds which is less than minimum title length of 100 seconds and was therefore skipped
Title #1 has length of 12 seconds which is less than minimum title length of 100 seconds and was therefore skipped
Cells 17-end were skipped due to cell commands (structure protection?)
Title #4 was added (16 cell(s), 1:26:55)
Cells 2-end were skipped due to cell commands (structure protection?)
Title #6 was added (1 cell(s), 0:02:11)
Cells 2-end were skipped due to cell commands (structure protection?)
Title #7 was added (1 cell(s), 0:03:50)
Cells 2-end were skipped due to cell commands (structure protection?)
Title #8 was added (1 cell(s), 0:04:00)
Cells 2-end were skipped due to cell commands (structure protection?)
Title #9 was added (1 cell(s), 0:02:12)
Cells 4-end were skipped due to cell commands (structure protection?)
Title #11 was added (3 cell(s), 0:06:41)
Cells 2-end were skipped due to cell commands (structure protection?)
Title #13 was added (1 cell(s), 0:02:48)
Region setting of drive TSSTcorp:CDDVDW SH-S223F does not match the region of currently inserted disc, trying to work around...
Operation successfully completed
Streaming server started, web server address is
http://192.168.1.95:51000 or
http://localhost:51000
UPnP server enabled on address 192.168.1.95
VLC media player 1.1.4 The Luggage (revision exported)
Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
[0x177c120] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
Blocked: call to setlocale(6, "")
Blocked: call to sigaction(17, 0x7f64656d3b20, 0x7f64656d3a80)
Warning: call to signal(13, 0x1)
Warning: call to signal(13, 0x1)
Warning: call to srand(1294390393)
Warning: call to rand()
Blocked: call to setlocale(6, "")
(process:6048): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Warning: call to signal(13, 0x1)
Warning: call to signal(13, 0x1)
Blocked: call to setenv("_PX_CONFIG_ORDER", "", 1)
[0x1bda6a0] main access error: connection failed: Connection refused
[0x1bda6a0] access_http access error: error: HTTP/1.1 404 Not Found
[0x1bda6a0] main access error: connection failed: Connection refused
[0x1bda6a0] access_http access error: error: HTTP/1.0 404 Not Found
[0x1bda6a0] main access error: connection failed: Connection refused
[0x1bda6a0] access_mms access error: error: HTTP/1.0 404 Not Found
[0x188afd0] main input error: open of `
http://localhost:51000/stream/title0.ts' failed: (null)
To test if the stream was readable I ran curl on it, and it seemed to read ok:
curl
http://192.168.1.95:51000
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<title>
MakeMKV streaming server
</title></head><body>
<div>This page is designed to be read by robots, not humans. For this it is a valid xhtml text document with a simple structure. Each page contains exactly one table that in turn contains name-value pairs which may point to other tables (web pages) or files to stream.</div>
<div><b>This feature is experimental - discs that use seamless branching will likely not work.</b></div>
<table>
<tr><th>name</th><th>value</th></tr>
<tr><td>version</td><td>MakeMKV v1.6.3 linux(x64-release)</td></tr>
<tr><td>address</td><td>192.168.1.95:51000</td></tr>
<tr><td>titles</td><td><a href="
http://192.168.1.95:51000/web/titles">/ ... ></td></tr>
</table>
</body></html>