NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 298 299 300 301 302 … 433 Next »
Playing mpeg1 videos

Playing mpeg1 videos
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#1
2012-08-08, 05:20 PM
I'm having trouble playing some mpeg1 videos that I have downloaded. I remember seeing something about in the forums a while ago but I can't find it. I have tried both <ForceMpgGraph>true</ForceMpgGraph> and <MpgUsingSplitter>true</MpgUsingSplitter> but in vain. NextPVR reports the duration to be 0. The files play fine in VLC. Is NextPVR playing mpeg1 files itself or asking windows to play them? What else do I need to do?

"I'd rather have a bottle in front of me than a frontal lobotomy"
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#2
2012-08-08, 05:30 PM
I have these set as follows
Code:
<ForceMpgGraph>false</ForceMpgGraph>
    <MpgUsingSplitter>true</MpgUsingSplitter>
You might want to try watching one and posting your logsWink

Alex
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#3
2012-08-08, 06:37 PM
ACTCMS Wrote:I have these set as follows
Code:
<ForceMpgGraph>false</ForceMpgGraph>
    <MpgUsingSplitter>true</MpgUsingSplitter>
You might want to try watching one and posting your logsWink

Alex
I'v already tried that. The only interesting in the log is that it says "duration 0"
Code:
2012-08-08 19:04:24.631    [DEBUG][1]    PlaybackPositionHelper.GetPlaybackPosition(K:\uTorrent\star_trek_-_enterprise\star_trek_enterprise_-_season_1_ep_01_-_broken_bow_part_1.mpg)
2012-08-08 19:04:24.631    [DEBUG][1]    File not previously played (0)
2012-08-08 19:04:24.640    [DEBUG][1]    Playing video file: K:\uTorrent\star_trek_-_enterprise\star_trek_enterprise_-_season_1_ep_01_-_broken_bow_part_1.mpg
2012-08-08 19:04:24.679    [DEBUG][1]    YouTube: IEventNotification(BUILDING_GRAPH, K:\uTorrent\star_trek_-_enterprise\star_trek_enterprise_-_season_1_ep_01_-_broken_bow_part_1.mpg)
2012-08-08 19:04:24.787    [DEBUG][1]    RenderDemux()
2012-08-08 19:04:24.787    [DEBUG][1]    setting 'auto' aspect ratio
2012-08-08 19:04:24.789    [DEBUG][1]    Graph filter list:
2012-08-08 19:04:24.789    [DEBUG][1]     - MPEG-2 Splitter
2012-08-08 19:04:24.789    [DEBUG][1]     - File Source (Async.)
2012-08-08 19:04:24.821    [DEBUG][1]    YouTube: IEventNotification(PLAYING_VIDEO, K:\uTorrent\star_trek_-_enterprise\star_trek_enterprise_-_season_1_ep_01_-_broken_bow_part_1.mpg)
2012-08-08 19:04:24.827    [DEBUG][1]    OnKeyDown() done. Took 197 ms
2012-08-08 19:04:24.848    [DEBUG][1]    Updating OSD.
2012-08-08 19:04:25.694    [DEBUG][1]    Frame Render Rate=42.9331970214844
2012-08-08 19:04:28.886    [DEBUG][1]    Hiding OSD.
2012-08-08 19:04:29.274    [DEBUG][1]    GetDuration returning 0
2012-08-08 19:04:29.297    [DEBUG][1]    GetDuration returning 0
2012-08-08 19:04:29.305    [DEBUG][1]    Updating OSD.
2012-08-08 19:04:29.393    [DEBUG][1]    GetDuration returning 0
2012-08-08 19:04:29.433    [DEBUG][1]    GetDuration returning 0
.
.
.
2012-08-08 19:04:46.366    [DEBUG][1]    GetDuration returning 0
2012-08-08 19:04:46.476    [DEBUG][1]    GetDuration returning 0
2012-08-08 19:04:46.526    [DEBUG][1]    OnKeyDown() called: {CTRL}ControlKey, Control
2012-08-08 19:04:46.586    [DEBUG][1]    GetDuration returning 0
2012-08-08 19:04:46.686    [DEBUG][1]    GetDuration returning 0
2012-08-08 19:04:46.796    [DEBUG][1]    GetDuration returning 0
2012-08-08 19:04:46.906    [DEBUG][1]    GetDuration returning 0
2012-08-08 19:04:46.996    [DEBUG][1]    OnKeyDown() called: {CTRL}S, Control
2012-08-08 19:04:46.996    [DEBUG][1]    YouTube: IEventNotification(PLAYBACK_KEYDOWN, System.Windows.Forms.KeyEventArgs)
2012-08-08 19:04:47.023    [DEBUG][1]    About to store playback position information
2012-08-08 19:04:47.023    [DEBUG][1]    GetDuration returning 0
2012-08-08 19:04:47.029    [DEBUG][1]    PlaybackPositionHelper.StorePlaybackPosition(star_trek_enterprise_-_season_1_ep_01_-_broken_bow_part_1.mpg, 0, 0)
2012-08-08 19:04:47.114    [DEBUG][1]    Stopping graph@1
2012-08-08 19:04:47.114    [DEBUG][1]    Stopping graph@2
2012-08-08 19:04:47.114    [DEBUG][1]    Stopping graph@3
2012-08-08 19:04:47.119    [DEBUG][1]    Removing filter  MPEG-2 Splitter
2012-08-08 19:04:47.120    [DEBUG][1]    Removing filter  File Source (Async.)
2012-08-08 19:04:47.131    [DEBUG][1]    YouTube: IEventNotification(PLAYBACK_STOPPED, K:\uTorrent\star_trek_-_enterprise\star_trek_enterprise_-_season_1_ep_01_-_broken_bow_part_1.mpg)
2012-08-08 19:04:47.132    [DEBUG][1]    UiStatic.Dispose()

"I'd rather have a bottle in front of me than a frontal lobotomy"
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#4
2012-08-08, 08:18 PM
Maybe try File/Render Media File... in GraphEdit and see if it builds a graph which works?

Alex
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#5
2012-08-08, 08:47 PM
ACTCMS Wrote:Maybe try File/Render Media File... in GraphEdit and see if it builds a graph which works?

Alex
Thanks, Graphedit says that it cannot render the file, so obviously I lack some decoder. Any suggestions?

"I'd rather have a bottle in front of me than a frontal lobotomy"
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#6
2012-08-08, 09:45 PM
Maybe start with the MPV and MPA decoders cited in this post

Alex
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#7
2012-08-08, 09:56 PM
You probably need to set both those settings to false, and install a splitter like LAV? Dont quote me though - I haven't used MPEG1 in years.
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#8
2012-08-08, 10:30 PM
sub Wrote:You probably need to set both those settings to false, and install a splitter like LAV? Dont quote me though - I haven't used MPEG1 in years.
I have the LAV splitter installed, but Gspot wants to use the Mainconsept splitter that I uninstalled a long time ago. Gspot also says that the nessesary codecs are installed. Maybe try and reinstall LAV?

"I'd rather have a bottle in front of me than a frontal lobotomy"
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#9
2012-08-08, 10:41 PM
download the mpc-hc filters and register MpegSplitter.ax. IIRC that's what I did to play a few mpeg-1 files I had.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#10
2012-08-08, 10:55 PM
Thanks all, I reinstalled LAV and let it reset settings, all good now but ForceMpgGraph and MpgUsingSplitter has to be set to false.

"I'd rather have a bottle in front of me than a frontal lobotomy"
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Reset the green "played" icon on videos jeffesjefe 7 2,713 2022-03-24, 03:12 PM
Last Post: audge218
  Recordings not playing in browser FamilyGuyFan 1 1,425 2020-10-22, 10:18 PM
Last Post: mvallevand
  Audio track 1 (MPEG1,NAR) spudjg1 17 4,728 2019-08-31, 05:06 PM
Last Post: spudjg1
  NextPVR freeze when playing certain recordings Handy.Man 1 1,149 2019-01-03, 07:33 PM
Last Post: ssmith1936
  Upgrade from 3.9.2 to 4.2.3 Going to full screen stop playing now! Handy.Man 45 7,996 2018-12-28, 12:58 AM
Last Post: Handy.Man
  Nextpvr not playing tv in kodi NYCGambino 2 1,215 2018-12-06, 10:46 AM
Last Post: Graham
  Problem playing hdhomerun premium tv Tacoma 6 1,733 2018-11-29, 06:53 AM
Last Post: sub
  m3u8 link not playing in NPVR joeijm 7 3,005 2018-11-04, 11:45 AM
Last Post: joeijm
  Playing back of BBC 4 HD with Lav Video Decoders robbyp 14 3,604 2018-08-23, 06:33 PM
Last Post: sub
  Recordings screen vs Videos screen playback decoding vintdiesel 13 3,643 2018-08-09, 04:57 PM
Last Post: sub

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

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

Linear Mode
Threaded Mode