NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 2 3 4 5 … 56 Next »
New LG and Samsung NextPVR Web Smart TV App available for beta testing.

 
  • 0 Vote(s) - 0 Average
New LG and Samsung NextPVR Web Smart TV App available for beta testing.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,805
Threads: 954
Joined: May 2006
#311
2014-12-09, 03:12 AM
Just play the remuxed Default from Video and keep the filename alphanumeric.

Martin
BrainStormer
Offline

Senior Member

Posts: 544
Threads: 38
Joined: Oct 2005
#312
2014-12-09, 03:24 AM
mvallevand Wrote:Just play the remuxed Default from Video and keep the filename alphanumeric.

Martin

Just did it with Bones since it has only one word. and it worked!
Intel i5 3.2Ghz Quad Core, Windows 10 Pro 64Bit
12 GB RAM, Gigabit LAN,3TB SATA HD 8MB Cache Dedicated Recording Drive
SiliconDust Prime, PCH A-100 & C-200, Chromecast, FireTV
Raspberry Pi 3 Running OSMC, Samsung Smart TV UN32H5201AF
Cable Provider: Comcast in Oregon, USA
cncb
Offline

Senior Member

Posts: 729
Threads: 112
Joined: Aug 2011
#313
2014-12-09, 03:54 AM
fred250 Wrote:I see no simple solution to the in-progress recordings problem on F-models.
I think the only way is to tweak the streamer but that's subs department.
I will do some streaming related testing for BrainStormer and while at it I'll have a look at this problem too.

The link to the MB3 app got broken so I removed it.

What exactly does the "streaming" option in the settings do and does it have any effect on this problem?

I was able to get the MB3 app via your AppLoader. Thanks.

Regarding audio, I am able to get DD output when I explicitly set the Digital Audio output in the Samsung Sound settings to Dolby Digital. However, this seems to keep getting reset to PCM maybe due to using the MB3 app which seems to support both DD and DTS output. I'm not sure if they switch this on the fly but I'm wondering if there is a way such that I don't have to keep setting this manually in the NPVR app.
My Plugins: PhotoFilter, MusicMonkey, Windows Desktop Gadget
BrainStormer
Offline

Senior Member

Posts: 544
Threads: 38
Joined: Oct 2005
#314
2014-12-09, 03:59 AM (This post was last modified: 2014-12-09, 04:33 AM by BrainStormer.)
Just added Postprocessing.bat:
Code:
"C:\Program Files (x86)\NPVR\ffmpeg" -i %1 -acodec copy -vcodec copy "%~dpn1-1.ts"
if not exist "%~dpn1-1.ts" goto skipdelete
del %1
move "%~dpn1-1.ts" "%~dpn1.ts"
:skipdelete

So all future recodings will work on my Samsung 2014

copied update.bat to my recordings directory and ran to correct all past recordings:
Code:
forfiles /S /M *.ts /C "cmd /c C:\Users\Public\NPVR\Scripts\postprocessing.bat @path"
Intel i5 3.2Ghz Quad Core, Windows 10 Pro 64Bit
12 GB RAM, Gigabit LAN,3TB SATA HD 8MB Cache Dedicated Recording Drive
SiliconDust Prime, PCH A-100 & C-200, Chromecast, FireTV
Raspberry Pi 3 Running OSMC, Samsung Smart TV UN32H5201AF
Cable Provider: Comcast in Oregon, USA
fred250
Offline

Senior Member

Posts: 457
Threads: 10
Joined: Jul 2006
#315
2014-12-09, 09:03 PM
mvallevand Wrote:I just checked the file and I set it might be tagged Encrypted at the start, and Samsung likely respects DRM in files I do remember reading about that. Brainstormer how does it play simply remuxed with ffmpeg

Martin

Interesting Martin.
I'm curious to know if it is the removal of the encrypted-tag or the remux itself that made the file playable.

I know just about nothing about these files and isn't familiar with any tools.
Do you think it would be possible to get a peace of the test file that doesn't have this encrypted tag without remuxing?

Would it be possible (I mean easily) to add this encrypted-tag to a file that otherwise plays fine?

/Fred
fred250
Offline

Senior Member

Posts: 457
Threads: 10
Joined: Jul 2006
#316
2014-12-09, 09:09 PM
BrainStormer Wrote:Just added Postprocessing.bat:
Code:
"C:\Program Files (x86)\NPVR\ffmpeg" -i %1 -acodec copy -vcodec copy "%~dpn1-1.ts"
if not exist "%~dpn1-1.ts" goto skipdelete
del %1
move "%~dpn1-1.ts" "%~dpn1.ts"
:skipdelete

So all future recodings will work on my Samsung 2014

copied update.bat to my recordings directory and ran to correct all past recordings:
Code:
forfiles /S /M *.ts /C "cmd /c C:\Users\Public\NPVR\Scripts\postprocessing.bat @path"


Great that you've found a work around!

But I'm still curious to know whats going on.
I'm hoping for Martin or someone else to give me directions on how to produce test files that can be used to determine the actual cause.

/Fred
fred250
Offline

Senior Member

Posts: 457
Threads: 10
Joined: Jul 2006
#317
2014-12-09, 10:02 PM
cncb Wrote:What exactly does the "streaming" option in the settings do and does it have any effect on this problem?
Lots of problems, experimenting and testing in the early days of my app led to that I needed a way to swiftly change streamer without deploying a new program all the time.
/stream and /live are NextPVR native streamers. I don't know in detail how they differ but I need to use /stream because /live can not play arbitrary video files by filename only recordings.
555 and Special are experimental and to no use for anybody but me.


cncb Wrote:Regarding audio, I am able to get DD output when I explicitly set the Digital Audio output in the Samsung Sound settings to Dolby Digital. However, this seems to keep getting reset to PCM maybe due to using the MB3 app which seems to support both DD and DTS output. I'm not sure if they switch this on the fly but I'm wondering if there is a way such that I don't have to keep setting this manually in the NPVR app.

Currently audio and also other things like aspect ratio and subtitles are overlooked/ignored in my app.
My goal is to keep the app as universal as possible and not dig too deep into device specific APIs.
But over time as more people request the same features I guess they will eventually be added.

/Fred
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,805
Threads: 954
Joined: May 2006
#318
2014-12-10, 01:03 AM
fred250 Wrote:I'm hoping for Martin or someone else to give me directions on how to produce test files that can be used to determine the actual cause

I noticed Brainstormer's file had the Conditional Access information in the PMT. No idea of that means anything.

Martin
BrainStormer
Offline

Senior Member

Posts: 544
Threads: 38
Joined: Oct 2005
#319
2014-12-10, 03:44 AM
mvallevand Wrote:I noticed Brainstormer's file had the Conditional Access information in the PMT. No idea of that means anything.

Martin

Perhaps sub could have NPVR Leave that part out. Then live streaming would also work.
Intel i5 3.2Ghz Quad Core, Windows 10 Pro 64Bit
12 GB RAM, Gigabit LAN,3TB SATA HD 8MB Cache Dedicated Recording Drive
SiliconDust Prime, PCH A-100 & C-200, Chromecast, FireTV
Raspberry Pi 3 Running OSMC, Samsung Smart TV UN32H5201AF
Cable Provider: Comcast in Oregon, USA
fred250
Offline

Senior Member

Posts: 457
Threads: 10
Joined: Jul 2006
#320
2014-12-10, 08:32 AM
BrainStormer Wrote:Perhaps sub could have NPVR Leave that part out. Then live streaming would also work.
I guess that wouldn’t be possible, not in the streamer, unless a remux is done on-the-fly.
The streamer just passes on chunks of the file not able to deal with its contents.

When you successfully play a file, that wouldn’t play in my app, over UPnP do you know if it gets transcoded in any way or just streamed as is?

When I tried to play your test file on the Samsung over DLNA/UPnP using WMP as the streamer it wouldn’t play.

/Fred
« Next Oldest | Next Newest »

Users browsing this thread: 6 Guest(s)

Pages (39): « Previous 1 … 30 31 32 33 34 … 39 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Linux nextpvr-helper.deb installer mvallevand 31 46,398 2024-11-05, 04:15 PM
Last Post: mvallevand
  LineUp for NextPvr PRBUK 1 2,842 2023-12-04, 03:17 PM
Last Post: PRBUK
  OlSkool skin for NextPVR v6 Jaggy 3 2,022 2023-07-16, 05:26 PM
Last Post: sub
  Roku NextPVR Channel mvallevand 7 8,004 2022-11-28, 12:10 AM
Last Post: mvallevand
  Generate NextPVR import XML from recorded TV .wtv files from WMC Jimixter 5 5,272 2021-05-06, 03:34 PM
Last Post: a1blues
  Pluto TV and Filmon for NextPVR mvallevand 2 3,893 2020-12-23, 05:19 PM
Last Post: mvallevand
  Generate missing thumbnails for video files imported into NextPVR Jimixter 0 2,575 2019-12-16, 07:28 PM
Last Post: Jimixter
  New NextPVR client for Raspberry Pi 2 and 3. fred250 40 24,551 2019-11-05, 10:28 PM
Last Post: bobphoenix
  Plex Channel for NextPVR psycik 289 174,094 2018-01-14, 04:17 AM
Last Post: psycik
  Bluray Player Beta whurlston 23 11,766 2015-10-05, 09:32 AM
Last Post: Lao Pan

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

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

Linear Mode
Threaded Mode