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 … 36 37 38 39 40 … 115 Next »
The MVP won't play Movies or Music

 
  • 0 Vote(s) - 0 Average
The MVP won't play Movies or Music
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,785
Threads: 769
Joined: Nov 2003
#11
2007-07-30, 04:18 PM
prasi00 Wrote:It still brings this microsoft. net error as aboveSad
Zip and attach the logs showing that error and I'll take a look.
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#12
2007-07-30, 06:12 PM
prasi00 Wrote:Increased the preplay delay to 10 000 but still no good. It still brings this microsoft. net error as aboveSad

Playingt with the preplay delay indicates you are try to make on the fly transcoding work. You other posts indicate you are have trouble with both Transcoding and playing Native MPEGS..

Are MPEGS playing OK?. If you still get errors, then fix those problems before trying to fix ZProcess and on the fly transcoding
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
prasi00
Offline

Junior Member

Posts: 11
Threads: 1
Joined: Jul 2007
#13
2007-07-30, 08:08 PM
Sorry for the missunderstanting. I did mention at some point but not very clearly that I can now play Mpeg and Mpeg2 and mp3 - although playing mp3 caused the MVP box to restart on several occasion.

So the big problem remains transoding on the fly. I tried transoding some xvid files manually with Zprocess and GBpvr both instances there was no problem with the manual transcodin and i was able to play the mpeg output file ont he MVP.

I have attached the latest logs.
Thanks for the fast responce guys.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,785
Threads: 769
Joined: Nov 2003
#14
2007-07-30, 08:14 PM
What speed is your machine?
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#15
2007-07-30, 09:17 PM
prasi00 Wrote:Sorry for the missunderstanting. I did mention at some point but not very clearly that I can now play Mpeg and Mpeg2 and mp3 - although playing mp3 caused the MVP box to restart on several occasion.

So the big problem remains transoding on the fly. I tried transoding some xvid files manually with Zprocess and GBpvr both instances there was no problem with the manual transcodin and i was able to play the mpeg output file ont he MVP.

I have attached the latest logs.
Thanks for the fast responce guys.

You have two choices, Using the default settings of GB-PVR and FFmpeg or using ZProcess with either ffmpeg/mencoder/vlc as the transcoder.

ZProcess may help as it will log things for you. I suspect if sub can confirm that GB-PVR called ZProcess and that it choked when it ran out of file, that we can move on to finding the reason that your computer does do it's job right.
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#16
2007-07-30, 09:21 PM (This post was last modified: 2007-07-30, 09:26 PM by zehd.)
In the logs you provide, there is no mention of ffmpeg or zprocess being called.

Verify that you have either of these two sets of entries in your config.xml

With ZProcess:
Code:
<MVPFFmpegTranscodeCmdLinePAL exe="ZTools\ZProcess.exe">-y -i "{SOURCE_FILE}" -b 2400k -ac 2 -ab 128 -r 25 -s 352x288 -f svcd "{DEST_FILE}"</MVPFFmpegTranscodeCmdLinePAL>
  <MVPFFmpegTranscodeCmdLineNTSC exe="ZTools\ZProcess.exe">-y -i "{SOURCE_FILE}" -b 2400k -ac 2 -ab 128 -r 29.97 -s 352x240 -f svcd "{DEST_FILE}"</MVPFFmpegTranscodeCmdLineNTSC>

or

With FFmpeg
Code:
<MVPFFmpegTranscodeCmdLinePAL>-y -i "{SOURCE_FILE}" -b 2400k -ac 2 -ab 128 -r 25 -s 352x288 -f svcd "{DEST_FILE}"</MVPFFmpegTranscodeCmdLinePAL>
  <MVPFFmpegTranscodeCmdLineNTSC>-y -i "{SOURCE_FILE}" -b 2400k -ac 2 -ab 128 -r 29.97 -s 352x240 -f svcd "{DEST_FILE}"</MVPFFmpegTranscodeCmdLineNTSC>

and that this entry is correct

Code:
<MVPTranscodeUsingFFmpeg>true</MVPTranscodeUsingFFmpeg>
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,785
Threads: 769
Joined: Nov 2003
#17
2007-07-30, 09:30 PM
Quote:2007-07-30 20:55:28.250 VERBOSE [1] getValue() loading new key/value into cache: /settings/LoggingLevel
2007-07-30 20:55:28.250 VERBOSE [1] getValue: /settings/LoggingLevel : Error
2007-07-30 20:55:36.968 ERROR [1] System.IO.IOException: The network path was not found.

at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials)
at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn)
at System.Xml.XmlTextReaderImpl.OpenUrlDelegate(Object xmlResolver)
at System.Threading.CompressedStack.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.CompressedStack.Run(CompressedStack compressedStack, ContextCallback callback, Object state)
at System.Xml.XmlTextReaderImpl.OpenUrl()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.Load(String filename)
at GBPVR.Backend.Common.xcbcfc48b9705b7a2.x36be875b9fe7ea45()
at GBPVR.xbb1566157f5f8b1f..ctor(String directPlayFileName, Boolean mvpMode)
at GBPVR.xbb1566157f5f8b1f.xfb409e85bd292293(String[] xf18a926310372520)
There isnt much info in your logs. You'll need to reset the logging level to 'debug', then reproduce the problem and repost the logs.

We can see it saying "network path was not found" though, which is probably a decent clue. Where are you trying to play the file from? a network drive? or is your recording directory a network drive?
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#18
2007-07-30, 09:37 PM
You will have a lot of trouble trying to access a network path. Manually, it's no problem as a Manual transcode happens in the the Desktop session.

When the MVPServer calls ffmpeg or ZProcess, it does so in the System Session, unless the service is allowed to interact with the desktop.

Can you try this with a video on your local drive first...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
prasi00
Offline

Junior Member

Posts: 11
Threads: 1
Joined: Jul 2007
#19
2007-07-31, 11:09 PM
<MVPTranscodePrePlayDelay>5500</MVPTranscodePrePlayDelay>
<MVPTranscodeUsingFFmpeg>true</MVPTranscodeUsingFFmpeg>
<MVPTranscodeUseFFDSHOW>false</MVPTranscodeUseFFDSHOW>
<MVPFFmpegTranscodeCmdLinePAL exe="ZProcess\ZProcess.exe">-y -i "{SOURCE_FILE}" -b 2400k -ac 2 -ab 128 -r 25 -s 352x288 -f svcd "{DEST_FILE}"</MVPFFmpegTranscodeCmdLinePAL>
<MVPFFmpegTranscodeCmdLineNTSC exe="ZProcess\ZProcess.exe">-y -i "{SOURCE_FILE}" -b 2400k -ac 2 -ab 128 -r 29.97 -s 352x240 -f svcd "{DEST_FILE}"</MVPFFmpegTranscodeCmdLineNTSC>
<MVPFFmpegTranscodeToMP3>-y -i "{SOURCE_FILE}" -ab 224 "{DEST_FILE}"</MVPFFmpegTranscodeToMP3>
<MVPFFmpegTranscodeTS>-y -i "{SOURCE_FILE}" -vcodec copy -acodec copy {DEST_FILE}</MVPFFmpegTranscodeTS>


i think I have right settings in the config.xml fine as far as i can see.
I am trying to transode the files form a disk drive that is on the same system where the gbpvr is installed so its not a network drive - althogh if I can everething runnung i will also include netword drive directries in the video library. I am starting to get a bit concerned guys as to the likelihood of success. Might try to intall everything on a spare pc a have on the garage see if it works there. Problem is that its only 1.4 ghz so it might be stragling there.
I changed the config to debdug for loging hope it helps.
As before the gbpvr GUI interface refuses to start on the pc - starts on the mvp though! so I cant really set it to transode on the fly to reproduce the problem!
Logs attached
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,087
Threads: 957
Joined: May 2006
#20
2007-07-31, 11:20 PM
prasi00 Wrote:As before the gbpvr GUI interface refuses to start on the pc - starts on the mvp though! so I cant really set it to transode on the fly to reproduce the problem!

One thing that I've had trouble with in the past is that even though. as far as I can tell anyway, the mvp is only fed through the ffmpeg/zprocess interface, gbpvr still requires the DirectShow filter for the file type you are playing, installed on the host. For example I haven't installed QuickTime (or alternatives yet) and I can't play or transcode .mov files. When I rename them to a supported type ffmpeg does its magic.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): « Previous 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  NMT's have black screen and native N-PVR won't play denntho 6 8,317 2015-08-01, 03:18 AM
Last Post: mvallevand
  Semicolons in file name won't play on NMT? leaded1 4 6,837 2015-02-21, 07:49 PM
Last Post: mvallevand
  Extremely sluggish PCH Menu and then won't play file? jksmurf 13 6,040 2011-05-02, 12:52 PM
Last Post: jksmurf
  MVP Crashes when Play All in directory ottoguy 2 2,343 2011-04-20, 12:09 PM
Last Post: ottoguy
  Egreat Won't Play Back Programs LewE 19 6,732 2010-05-18, 03:42 AM
Last Post: mvallevand
  Wireless MVP does not play video cidc 3 2,600 2009-08-19, 09:22 PM
Last Post: mvallevand
  MVP wont play H264 mp4 Rory 3 3,340 2009-08-13, 02:58 PM
Last Post: Rory
  MVP resets when trying to play video Porchop 17 5,784 2009-03-01, 09:57 AM
Last Post: Porchop
  Another MVP newbie wanting to play dvr-ms Foamy 18 6,930 2009-01-12, 06:19 PM
Last Post: zehd
  Buffering - Could not play trummel 4 3,506 2008-11-25, 10:43 PM
Last Post: trummel

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

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

Linear Mode
Threaded Mode