NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) MVP & NMT MVPMCX2 and other NMT stuff v
« Previous 1 2 3 4 5 6 … 37 Next »
DVD ISO playback with NPVR?

 
  • 0 Vote(s) - 0 Average
DVD ISO playback with NPVR?
drbenjamin
Offline

Member

Posts: 145
Threads: 36
Joined: Oct 2007
#1
2011-12-29, 06:51 AM
Hey all

I've read as many threads as I can find and am a bit unclear as to whether there's a way to play DVD ISO files on the NMT? I have mounted my Video share as part of my npvr.cgi, comfirmed that it is mounted via telnet. When I navigate to a folder with a single ISO inside and press play, I get to the colored PCH screen but then it goes black and back to the NPVR menu. Configuring a SMB Network share to the same folder (using setup on the PCH) I can navigate to the ISO, press play, and after the colored screen I get the DVD menu and all is well. This is a DVD of home movies, no DRM involved. If the folder has a VIDEO_TS folder instead of an ISO, the direct NMT share still works but NPVR never even gets to the colored PCH screen.

attaching the MVP log, the file is called 1990.ISO. Is the "backdoor"method of playing ISO files working in NPVR or was that GB-PVR only?

tyvm!
HD-PVR Rocket, G4400 w/ 4GB RAM, 12 TB HD, Windows 10 Pro, AppleTV
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,127
Threads: 957
Joined: May 2006
#2
2011-12-29, 06:59 AM
Sub didn't implement it as cleanly as he did in GBPVR, you need to hit play on the folder containing the .iso. Other than that the mount command will be the same.

Martin
drbenjamin
Offline

Member

Posts: 145
Threads: 36
Joined: Oct 2007
#3
2011-12-29, 07:09 AM
Hi Martin

tks for the quick reply - I tried hitting play on both the folder containing the ISO and the ".." folder inside there - same result. THe logs indicate that the file was being sent, and the PCH switched to te screen I associate w/ DVD playback, but then aborted. Are there any logs to check on the PCH?

I should mention that the folder is 1 level down from the share point; the share is \\Media-server\Video and the file I Want to play is in \\media-server\Video\HomeMovies\1990.


Cheers, thanks again for all your work. These media extenders are what make NPVR so useful for me, as did the MVPs with GB-PVR.
HD-PVR Rocket, G4400 w/ 4GB RAM, 12 TB HD, Windows 10 Pro, AppleTV
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,127
Threads: 957
Joined: May 2006
#4
2011-12-29, 07:28 AM
What are the mkdir/mount lines that you used? You have NextPVR configured to load from the drive D:

Martin
drbenjamin
Offline

Member

Posts: 145
Threads: 36
Joined: Oct 2007
#5
2011-12-29, 07:32 AM
mkdir /mnt/\\\\media-server\\Video

mount -t cifs //192.168.1.12/Video /mnt/\\\\media-server\\Video -o username=xxx,password=xxxx,ro

media-server is the NPVR PC, I set up a "Video" share the same as my mvpmc share. I can cd into it and ls the files via telnet to the PCH. D:\ is the hard drive on media-server where all my recordings etc. goes, and D:\Video is the folder where the home movies I want to watch on the PC are.

THanks!
HD-PVR Rocket, G4400 w/ 4GB RAM, 12 TB HD, Windows 10 Pro, AppleTV
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,127
Threads: 957
Joined: May 2006
#6
2011-12-29, 02:15 PM
You can't mix and match drive letters and unc naming when using DVDs. That wouldn't have worked in GBPVR. Instead of D: configure NPVR to use \\media-server\Video or configure the mounts for the D: drive

mkdir /mnt/D:\\Video
mount -t cifs //192.168.1.12/Video /mnt/D:\\Video -o username=xxx,password=xxxx,ro

Martin
drbenjamin
Offline

Member

Posts: 145
Threads: 36
Joined: Oct 2007
#7
2011-12-29, 09:05 PM
mvallevand Wrote:mkdir /mnt/D:\\Video
mount -t cifs //192.168.1.12/Video /mnt/D:\\Video -o username=xxx,password=xxxx,ro

Martin


That worked perfectly! Thanks Martin, it is great to be able to access these from inside NPVR!


D
HD-PVR Rocket, G4400 w/ 4GB RAM, 12 TB HD, Windows 10 Pro, AppleTV
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,127
Threads: 957
Joined: May 2006
#8
2011-12-29, 10:07 PM
Great, I'm glad you got it working. Setting it up isn't really intuitive but it does job.

Martin
drbenjamin
Offline

Member

Posts: 145
Threads: 36
Joined: Oct 2007
#9
2012-01-22, 01:06 AM
Sorry to pester you Martin, but I've somehow managed to break my DVD playback. I spent the last month ripping our DVDs onto my hard drive. I was running out of space, so I got another drive for them and did the following
1) Made a new folder D:\Home_Movies
2) Mounted the new drive with no letter, onto D:\Home_Movies
3) Shared the new folder
4) edited my npvr.cgi to include

mkdir /mnt/D:\\Home_Movies
mount -t cifs //192.168.1.12/Home_Movies /mnt/D:\\Home_Movies -o username=xxx,password=xxxxx,ro

which was exactly whatit read before except that I had "Video" instead of "Home_Movies". I replaced my Video Media folder in NPVR settings with D:\Home_Movies.

When I start the NMT I can telnet to it, cd into /mnt/D:\Home_Movies and cat a txt file that I put there so I think the share is working. In NPVR (on the NMT) I can navigate to the .iso files, but when I go up a level, select the folder and press play it goes through the PCH screen then back to NPVR. Any ideas where I'm going wrong? logs attached.

tks
HD-PVR Rocket, G4400 w/ 4GB RAM, 12 TB HD, Windows 10 Pro, AppleTV
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,127
Threads: 957
Joined: May 2006
#10
2012-01-22, 01:49 AM
Can you play the .ISO files through the NMT interface?

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  can't play m4v files on NMT through NPVR steveum 5 14,742 2014-09-19, 11:38 PM
Last Post: mvallevand
  rolled out NPVR and PCH in the house, One issue ricksuper67 2 4,911 2013-12-09, 12:58 PM
Last Post: ricksuper67
  Cannot get HDHomerun Prime Live Tv to nmt through npvr txinga 4 3,316 2013-04-15, 10:48 PM
Last Post: mvallevand
  Martin/All Is it technically possible for NPVR/MVP to ever play Copy Once Recordings jt25741 4 4,452 2012-12-19, 06:46 PM
Last Post: jt25741
  Weird - playback sound but no video baj1 9 5,895 2012-07-22, 05:42 AM
Last Post: baj1
  PCH A100 - "Could not Play" AVI via nPVR psycik 14 7,403 2012-04-14, 01:42 AM
Last Post: psycik
  NMT/NPVR Weirdness baj1 8 4,575 2012-02-10, 12:54 PM
Last Post: mvallevand
  Operate NPVR with keyboard on NMT eurojojo 16 12,381 2012-02-03, 11:15 PM
Last Post: eurojojo
  Another DVD ISO problem in NPVR arkennedy75 20 8,166 2012-01-30, 02:12 AM
Last Post: mvallevand
  More than one server - one NPVR and one GBPVR? baj1 4 2,584 2012-01-17, 06:49 PM
Last Post: martint123

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode