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
#301
2014-12-08, 11:26 PM
BrainStormer Wrote:Local Phisical Drive (USB 3.0)

Can you send the xbmc logs when you play that file with x-newa? I am guessing I know the problem.

Martin
fred250
Offline

Senior Member

Posts: 457
Threads: 10
Joined: Jul 2006
#302
2014-12-09, 12:01 AM
cncb Wrote:Also, from earlier in the thread it sounds like you were able to link to the MB3 app so that both apps could be installed at the same time. Could this be reinstated or is it no longer possible? Thanks.

The MB3 installation was moved to another IP. Now it's working again, and I put it back into the apploader.

/Fred
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,805
Threads: 954
Joined: May 2006
#303
2014-12-09, 12:06 AM
@fred250 I got #1Brainstormer's log and the 404 problem is probably what I expected, The file is

stream?f=T:\RecordedTV\Battlestar Galactica Blood & Chrome\Battlestar Galactica Blood & Chrome_20130210_20002200.ts and you probably aren't url encoding it correctly.

The python I use is urllib.quote(urlname.encode('utf-8'),'\\/:%.?=;') so the & is sent as %26 I kept some safe characters I think because NextPVR didn't like everything url encoded.

Martin
fred250
Offline

Senior Member

Posts: 457
Threads: 10
Joined: Jul 2006
#304
2014-12-09, 01:28 AM
mvallevand Wrote:@fred250 I got #1Brainstormer's log and the 404 problem is probably what I expected, The file is

stream?f=T:\RecordedTV\Battlestar Galactica Blood & Chrome\Battlestar Galactica Blood & Chrome_20130210_20002200.ts and you probably aren't url encoding it correctly.

The python I use is urllib.quote(urlname.encode('utf-8'),'\\/:%.?=;') so the & is sent as %26 I kept some safe characters I think because NextPVR didn't like everything url encoded.

Martin

Thanks Martin,

Encoding problems is most likely the case for this particular file, I'll have to deal with that, but it doesn't explain why the test file named “Default_20141201_15401550.ts” won't play on Samsung.

http://forums.nextpvr.com/showthread.php...post482026

/Fred
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,805
Threads: 954
Joined: May 2006
#305
2014-12-09, 02:10 AM
fred250 Wrote:Thanks Martin,

Encoding problems is most likely the case for this particular file, I'll have to deal with that, but it doesn't explain why the test file named “Default_20141201_15401550.ts” won't play on Samsung.

http://forums.nextpvr.com/showthread.php...post482026

/Fred

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
BrainStormer
Offline

Senior Member

Posts: 544
Threads: 38
Joined: Oct 2005
#306
2014-12-09, 02:22 AM
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

and I was just doing that when I came back here.... it works

This works over dnla:

ffmpeg -i Default_20141201_15401550.ts -vcodec copy -acodec copy Default_20141201_15401550.mpg

file size went from 213.4 MB to 195.6mb so it did remove something
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
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,805
Threads: 954
Joined: May 2006
#307
2014-12-09, 02:29 AM
I was meaning remux to ts so that it still uses the streaming mode that fred250 and sub worked out Samsung

Martin
BrainStormer
Offline

Senior Member

Posts: 544
Threads: 38
Joined: Oct 2005
#308
2014-12-09, 02:46 AM
Yep that works fine over dnla. So is there a way to have npvr strip the encrypted part of the file during recording? Seems it would save a bit of space on the recording drive too.
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
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,805
Threads: 954
Joined: May 2006
#309
2014-12-09, 03:04 AM
BrainStormer Wrote:Yep that works fine over dnla. So is there a way to have npvr strip the encrypted part of the file during recording? Seems it would save a bit of space on the recording drive too.

What about using Fred's app instead of dlna?

Martin
BrainStormer
Offline

Senior Member

Posts: 544
Threads: 38
Joined: Oct 2005
#310
2014-12-09, 03:10 AM
I'll try, I need to find a recording that has the proper URL
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
« Next Oldest | Next Newest »

Users browsing this thread: 7 Guest(s)

Pages (39): « Previous 1 … 29 30 31 32 33 … 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