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 v
« Previous 1 … 16 17 18 19 20 … 115 Next »
DVD Playing problems on PCH and MVP - OK on PC?

 
  • 0 Vote(s) - 0 Average
DVD Playing problems on PCH and MVP - OK on PC?
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#1
2008-12-17, 11:34 PM
I have a problem with a DVD that resides on my Hard Disk - I have added a path to the DVD to the Video Library.

MediaInfo Attached - MPEG2 Video and AC3 Audio
  1. Logs will show I first tried it from the PC - Works fine
  2. Then from the Popcornhour - No Go - Just shows the coloured board and goes back to the screen.
  3. Then from the MVP - No Go - Just does nothing at all ???
  4. I even tried from the PCH direct (I added a smb network share - should I need to btw?) - No Go. Same as 1.
I'm stumped Any suggestions?

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,132
Threads: 957
Joined: May 2006
#2
2008-12-17, 11:50 PM
For DVD playing from the PCH via GBPVR it is more important to know what you are using as the command to mount the share.

For the PCH direct the problem could be with share permissions assuming the rip was good and you have the entire VIDEO_TS folder.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#3
2008-12-18, 12:10 AM
Quote:Then from the MVP - No Go - Just does nothing at all ???
This one is normal. There is no DVD playback support from the MVP.

As Martin mentions above, for playback from the PCH the shares you've mounted are a very important part of the process - and probably the cause of the fault..
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#4
2008-12-18, 08:51 AM
OK, just wanted to say I got it sorted using
  • http://forums.nextpvr.com/showthread.php...hlight=DVD and
  • http://forums.nextpvr.com/showthread.php...hlight=DVD and
  • http://forums.nextpvr.com/showthread.php...hlight=DVD
Not sure which one did it but I modified my gbpvr.cgi as follows (added red lines):

Code:
#!/bin/sh
echo "Content-Length: 29";
echo "Content-type: text/html";
echo "";
cd ~
if [ -f /etc/mvpmc/mvpmcx2 ]
then
    echo "mvmcx2 is loaded";
else
    mkdir /etc/mvpmc
[B][COLOR=red]    mkdir /mnt/D\:\\GBPVRDVDLibrary[/COLOR][/B]
    mount -t cifs //192.168.1.10/mvpmc /etc/mvpmc -o username=root,rw
[COLOR=red][B]    mount -t cifs //192.168.1.10/GBPVRDVDLibrary /mnt/D\:\\GBPVRDVDLibrary -o username=root,rw[/B][/COLOR]
    cp /etc/mvpmc/utelnetd /usr/bin
    ln -s /lib/librmjpeg.so /lib/libjpeg.so.62
    ln -s /lib/librmzlib.so /lib/libz.so
    ln -s /lib/librmzlib.so /lib/libz.so.1
    ln -s /lib/librmzlib.so /lib/libz.so.123
    utelnetd -l /bin/sh -p 23 &
    echo "Telnetd started on port 23............";
fi
killall gaya
sh -c /etc/mvpmc/startmeup 2>/dev/null >/dev/null &
exit 0;

and edited config.xml as follows (changed path to an IP URL rather than D:\ )

Code:
<VideoLibraryDirectory>FamilyVideos~E:\Storage\Videos|Archived Movies 1~X:\ArchivedMovies|Archived Movies 2~Y:\ArchivedMovies|Archived Movies 3~G:\ArchivedMovies|PCH DVD Library~[COLOR=red][B]\\192.168.1.10\GBPVRDVDLibrary[/B][/COLOR]|</VideoLibraryDirectory>

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,132
Threads: 957
Joined: May 2006
#5
2008-12-18, 12:50 PM
That will not work, you can't mix IP notation with D:\. You must have another share mounted that will disappear when you power off.

Martin
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#6
2008-12-18, 02:12 PM (This post was last modified: 2008-12-18, 03:00 PM by jksmurf.)
Hmmm it DID work ... but now it doesn't again .... ??? So what should it look like? This works too..

Code:
#!/bin/sh

echo "Content-Length: 29";
echo "Content-type: text/html";
echo "";

cd ~
if [ -f /etc/mvpmc/mvpmcx2 ]
then
    echo "mvmcx2 is loaded";
else
    mkdir /etc/mvpmc
    [B][color=Red]mkdir /mnt/\\\\192.168.1.10\\GBPVRDVDLibrary[/color][/B]
    mount -t cifs //192.168.1.10/mvpmc /etc/mvpmc -o username=root,rw
[color=Red][B]    mount -t cifs //192.168.1.10/GBPVRDVDLibrary /mnt/\\\\192.168.1.10\\GBPVRDVDLibrary -o username=root,rw[/B][/color]
    cp /etc/mvpmc/utelnetd /usr/bin
    ln -s /lib/librmjpeg.so /lib/libjpeg.so.62
    ln -s /lib/librmzlib.so /lib/libz.so
    ln -s /lib/librmzlib.so /lib/libz.so.1
    ln -s /lib/librmzlib.so /lib/libz.so.123
    utelnetd -l /bin/sh -p 23 &
    echo "Telnetd started on port 23............";
fi
killall gaya
sh -c /etc/mvpmc/startmeup 2>/dev/null >/dev/null &
exit 0;

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Mucic not playing complete tracks Jaggy 8 7,046 2017-03-18, 12:53 AM
Last Post: Jaggy
  Problems Playing on PCH-A100 but OK on the PC jksmurf 34 23,413 2014-09-09, 05:23 AM
Last Post: jksmurf
  Problems with HDX-1000 PeterC_UK 11 8,140 2012-08-19, 01:36 PM
Last Post: mvallevand
  Upgraded to NextPVR and now having problems with MVP configuration cjn1962 14 8,776 2012-04-22, 03:07 AM
Last Post: Miller
  MVP Crashes when playing some video files szkoda 7 4,803 2011-06-30, 11:16 AM
Last Post: HtV
  NMT A100 stopped playing video srhutch 12 5,610 2011-04-30, 02:14 PM
Last Post: srhutch
  Problems with 2 eGreats (for HD and SD TVs) LewE 4 2,525 2010-11-09, 03:56 AM
Last Post: LewE
  1.4.7 + MVP problems siliconaudio 31 17,341 2009-11-29, 12:58 AM
Last Post: mvallevand
  mvpmc.org problems mvallevand 10 5,651 2009-10-13, 05:47 PM
Last Post: mvallevand
  No sound playing trailers or other .mpg files through mvp navyblue 3 2,804 2009-05-16, 03:51 AM
Last Post: Pengu

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

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

Linear Mode
Threaded Mode