NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums General General Discussion v
« Previous 1 … 65 66 67 68 69 … 159 Next »
HD input on server to MVP, any problems?

 
  • 0 Vote(s) - 0 Average
HD input on server to MVP, any problems?
mkenyon2
Offline

Senior Member

Posts: 715
Threads: 208
Joined: Dec 2006
#1
2007-11-27, 06:12 PM
How does that work if I have a High Def tuner and record Hi Dev programs on my server, but feed it out to an MVP?
Currently Running: 1.4.7
[SIZE="1"]HTPC:
Motherboard: ASUS P5LD2 Mobo w/ 945P chipset / CPU: Intel P4 3.0GHz
RAM: 3GB RAM / Video: ASUS Radeon X300SE 128Mb PCIx 16
Tuner(s): ATI TV 650 Dual (PCIx)
OS: Win XP Pro SP3[/SIZE]

[SIZE="1"]Feeding:
2 - Wired MVP[/SIZE]
Spartan
Offline

Senior Member

Posts: 457
Threads: 28
Joined: Mar 2005
#2
2007-11-27, 07:25 PM
You can't without transcoding the source first. This is the reason I recently built a htpc to act as a client...
GBPVR v1.0.16 | Comskip | SportsScores | Weather | I-XmlTV

Server: Tyan Thunder h1000E | 2 x Opteron 2210 | 2GB PC2-5300 DDR2 ECC
LSI MegaRAID 300-8X SATA RAID
1x 73GB SCSI @ 10K RPM (OS)
3x 500GB SATA @ 7.2K RPM (RAID 5) (4 Partitions: Docs, Still Pics, Home Movies, Music)
2x 160GB IDE @ 7.2K RPM (RAID 0) (Recordings)
Hauppauge HVR-1600

Client: Gigabyte GA-MA69GM-S2H | Athlon x2 5000+ BE | 2GB PC-6400 DDR2
1x 320GB SATA @ 7.2K RPM
Antec NSX2480 Case
MCE Remote
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,926
Threads: 956
Joined: May 2006
#3
2007-11-27, 10:58 PM
If you record using the ts mux, your HD files will be automatically transcoded for use on the mvp.

Martin
flyswatta
Offline

Senior Member

Posts: 660
Threads: 39
Joined: Aug 2005
#4
2007-11-28, 03:57 AM
Hmm, I record all of my atsc as .ts files, but when I went to play one via the mvp, I just got a black screen. My server cpu shot up for a while (ffmpeg) but it never sent the video. This would be really cool if I could transcode .ts to .mpg on the fly.
[SIZE="1"]GBPVR Media Center: 2 TwinHan DTV 3250's (OTA HD), 1 PVR150MCE U-Verse STB), AMD 3200+, 1 GB RAM, 250/300 GB HDDs, ATI x800
2 MediaMVPs [/SIZE]
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,926
Threads: 956
Joined: May 2006
#5
2007-11-28, 04:05 AM
Don't forget to add the appropriate -s and -f values for PAL/NTSC to lower to SD res ie.

<MVPFFmpegTranscodeTS>-y -i "{SOURCE_FILE}" -async 15 -b 2400k -acodec copy -r 29.97 -s 352x240 -f svcd "{DEST_FILE}"</MVPFFmpegTranscodeTS>

Martin
flyswatta
Offline

Senior Member

Posts: 660
Threads: 39
Joined: Aug 2005
#6
2007-11-28, 04:17 AM
mvallevand Wrote:Don't forget to add the appropriate -s and -f values for PAL/NTSC to lower to SD res ie.

<MVPFFmpegTranscodeTS>-y -i "{SOURCE_FILE}" -async 15 -b 2400k -acodec copy -r 29.97 -s 352x240 -f svcd "{DEST_FILE}"</MVPFFmpegTranscodeTS>

Martin

Hmm, it started to work (for about 30 seconds). This is a long standing problem I've been having with transcoding on the fly (mostly with AVIs). I've been meaning to fix it, but haven't gotten to it. Sigh, I guess there's no better time than the present...

Thanks!
[SIZE="1"]GBPVR Media Center: 2 TwinHan DTV 3250's (OTA HD), 1 PVR150MCE U-Verse STB), AMD 3200+, 1 GB RAM, 250/300 GB HDDs, ATI x800
2 MediaMVPs [/SIZE]
flyswatta
Offline

Senior Member

Posts: 660
Threads: 39
Joined: Aug 2005
#7
2007-11-28, 10:39 PM
Okay, I was able to get AVIs to transcode - I let it run for about 15 minutes or so, so I'm convinced that at least my previous issue is resolved.

Whenever I try to play a 1080 stream, it starts trancoding but then stops after about 10 seconds or so. Any ideas?
[SIZE="1"]GBPVR Media Center: 2 TwinHan DTV 3250's (OTA HD), 1 PVR150MCE U-Verse STB), AMD 3200+, 1 GB RAM, 250/300 GB HDDs, ATI x800
2 MediaMVPs [/SIZE]
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,926
Threads: 956
Joined: May 2006
#8
2007-11-28, 11:00 PM
This sure sounds like your PC isn't fast enough to transcode 1080i to SD in real time even using the low SD settings I suggested. As I wrote in the MVP forum about HD MKV otf transcoding, (where this thread belongs), some machines won't be able to keep up in real-time.

The only suggestion is to significantly increase the transcode pre-play delay buffer and then if that fails use the mpvmc dongle in case it is a dongle time out issue.

Martin
flyswatta
Offline

Senior Member

Posts: 660
Threads: 39
Joined: Aug 2005
#9
2007-11-28, 11:04 PM
Actually I wouldn't be surprised if the box couldn't transcode it fast enough (see siggy). I'm figuring that's the culprit. Thanks!
[SIZE="1"]GBPVR Media Center: 2 TwinHan DTV 3250's (OTA HD), 1 PVR150MCE U-Verse STB), AMD 3200+, 1 GB RAM, 250/300 GB HDDs, ATI x800
2 MediaMVPs [/SIZE]
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#10
2007-11-29, 12:49 AM
mvallevand Wrote:This sure sounds like your PC isn't fast enough to transcode 1080i to SD in real time even using the low SD settings I suggested. As I wrote in the MVP forum about HD MKV otf transcoding, (where this thread belongs), some machines won't be able to keep up in real-time. Martin

That's what happened to me using zehds utility... played 3 secs then stopped even with 12000 or 15000 delay. Still I have the mother of all machines...

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)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Emby server vulnerability. mvallevand 0 588 2023-05-25, 01:15 PM
Last Post: mvallevand
  NextPVR server configuration suggestions. mvallevand 0 957 2022-08-04, 12:58 AM
Last Post: mvallevand
  Using dshow or ffmpeg as an input to NPVR? gdogg371 80 24,391 2020-02-08, 05:12 PM
Last Post: gdogg371
  Problems on smartphone sdf 4 3,332 2019-08-08, 08:45 PM
Last Post: sub
  Reception problems p37307 3 2,158 2019-05-10, 01:19 AM
Last Post: p37307
  Newbie problems BenMic 10 5,735 2016-02-28, 01:53 AM
Last Post: sub
  Anyone else have zero problems? ga_mueller 0 1,488 2014-09-10, 07:12 PM
Last Post: ga_mueller
  "Lightest" Windows OS for a NextPVR Server psycik 3 3,072 2014-07-01, 09:15 AM
Last Post: psycik
  No longer have access to shared NPVR data directory on XP server??? HarryH3 2 2,415 2013-11-25, 11:12 AM
Last Post: HarryH3
  Working on Server 2012 darrenmunday 3 3,663 2013-10-31, 09:47 PM
Last Post: jyan_osu

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

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

Linear Mode
Threaded Mode