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

Senior Member

Posts: 544
Threads: 38
Joined: Oct 2005
#291
2014-12-06, 04:15 PM
I did some more testing on my samsung. I loaded XBMC on my NPVR Server and had it share my recording folder over UPnP. The TV was able to play my recordings so it shouldn't be a format issue that preventing your app from playing the files.

Your app keeps sending a stream request. I do see a request for an edl file and the file is not found.
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
#292
2014-12-07, 11:24 PM
BrainStormer Wrote:I did some more testing on my samsung. I loaded XBMC on my NPVR Server and had it share my recording folder over UPnP. The TV was able to play my recordings so it shouldn't be a format issue that preventing your app from playing the files.

Your app keeps sending a stream request. I do see a request for an edl file and the file is not found.

I've done some more testing, changing mime type and switching to another http streamer but sadly no luck on this one.

I'm sorry to say I can't figure out whats wrong. But it's the combination of NextPVR http streamer and the Samsung player and something different about your files.

/Fred
BrainStormer
Offline

Senior Member

Posts: 544
Threads: 38
Joined: Oct 2005
#293
2014-12-08, 02:13 AM
fred250 Wrote:I've done some more testing, changing mime type and switching to another http streamer but sadly no luck on this one.

I'm sorry to say I can't figure out whats wrong. But it's the combination of NextPVR http streamer and the Samsung player and something different about your files.

/Fred

I'll have to do some more research then. a possible work around could be to have an option to act as a DNLA control point and command the tv to play the particular show. I'll test to see if the tv supports this method.
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
BrainStormer
Offline

Senior Member

Posts: 544
Threads: 38
Joined: Oct 2005
#294
2014-12-08, 07:19 PM
BrainStormer Wrote:I'll have to do some more research then. a possible work around could be to have an option to act as a DNLA control point and command the tv to play the particular show. I'll test to see if the tv supports this method.

When using DNLA frommy Silicondust Prime the last packet before it starts streaming correctly is this:
Code:
HTTP/1.1 200 OK
SERVER: HDHomeRun/1.0
Connection: close
Content-Type: video/mpeg
Cache-Control: no-cache
Pragma: no-cache
contentFeatures.dlna.org: DLNA.ORG_PN=MPEG_TS_SD_NA_ISO;DLNA.ORG_FLAGS=8D100000000000000000000000000000
transferMode.dlna.org: Streaming

I'll get some captures between your app and the npvr server next.
All my recordings come from the Prime so NPVR most be changing them somehow.
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
BrainStormer
Offline

Senior Member

Posts: 544
Threads: 38
Joined: Oct 2005
#295
2014-12-08, 07:30 PM (This post was last modified: 2014-12-08, 07:37 PM by BrainStormer.)
BrainStormer Wrote:When using DNLA frommy Silicondust Prime the last packet before it starts streaming correctly is this:
Code:
HTTP/1.1 200 OK
SERVER: HDHomeRun/1.0
Connection: close
Content-Type: video/mpeg
Cache-Control: no-cache
Pragma: no-cache
contentFeatures.dlna.org: DLNA.ORG_PN=MPEG_TS_SD_NA_ISO;DLNA.ORG_FLAGS=8D100000000000000000000000000000
transferMode.dlna.org: Streaming

I'll get some captures between your app and the npvr server next.
All my recordings come from the Prime so NPVR most be changing them somehow.

Hi Fred,
Here is the Request from your app:
Code:
GET /stream?f=T:%5CRecordedTV%5CBattlestar%20Galactica%20Blood%20&storepos=0&duration=0&client=SMARTTV:1417368393949 HTTP/1.1
Host: 192.168.0.10:8866
Accept: application/json, text/javascript, */*; q=0.01
Referer: http://192.168.0.10:8866/touch3/content/pages/player.html
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (SmartHub; SMART-TV; U; Linux/SmartTV+2014; Maple2012) AppleWebKit/537.42+ (KHTML, like Gecko) SmartTV Safari/537.42+
AToken: (Blanked out)
Accept-Encoding: gzip, deflate
Connection: Keep-Alive
Cookie: ASP.NET_SessionId=atpffjm5pzf2jh3zdiycsw0g; UseNewThemes=False; .ASPXAUTH=(Blanked out)

and the Response:
Code:
HTTP/1.1 404 Not FoundServer: N-PVR
Connection: Close
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
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,630
Threads: 767
Joined: Nov 2003
#296
2014-12-08, 08:06 PM
Is T: drive a local physical drive, or a mapped drive?
cncb
Offline

Senior Member

Posts: 729
Threads: 112
Joined: Aug 2011
#297
2014-12-08, 09:09 PM
fred250 Wrote:I rarely use my Samsung H-model TV so I can't really give you a detailed answer but this is what I know for sure about in-progress recordings.
The reported duration time is wrong.
Skipping is not very accurate

The F model can work quite well playing and seeking in already made recordings and Live TV (pause/play no seeking)
The E-models (Y2012) seem to have the best suitable player for recorded TV but UI is slow.

I finally got my F-series tv and playing and skipping in recordings does work pretty well. However, like martint123, unfortunately in-progress recordings won't even start playback (just get an endless spinning circle). From your response to him it seems like this can't be fixed for the F-series player?

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.
My Plugins: PhotoFilter, MusicMonkey, Windows Desktop Gadget
fred250
Offline

Senior Member

Posts: 457
Threads: 10
Joined: Jul 2006
#298
2014-12-08, 09:44 PM
BrainStormer Wrote:Hi Fred,
Here is the Request from your app:
Code:
GET /stream?f=T:%5CRecordedTV%5CBattlestar%20Galactica%20Blood%20&storepos=0&duration=0&client=SMARTTV:1417368393949 HTTP/1.1
Host: 192.168.0.10:8866
Accept: application/json, text/javascript, */*; q=0.01
Referer: http://192.168.0.10:8866/touch3/content/pages/player.html
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (SmartHub; SMART-TV; U; Linux/SmartTV+2014; Maple2012) AppleWebKit/537.42+ (KHTML, like Gecko) SmartTV Safari/537.42+
AToken: (Blanked out)
Accept-Encoding: gzip, deflate
Connection: Keep-Alive
Cookie: ASP.NET_SessionId=atpffjm5pzf2jh3zdiycsw0g; UseNewThemes=False; .ASPXAUTH=(Blanked out)

and the Response:
Code:
HTTP/1.1 404 Not FoundServer: N-PVR
Connection: Close

I don't think the 404 has anything to do with Samsung not playing the stream.
The request is from the app setting where-to-resume-postion to 0.
The filename seems odd since it ends with a space (%20) and no extension (.ts?)

But as I said I doubt this has anything to do with the streaming problems.
The test file you provided plays fine on my LG TV but not on any of my Samsungs using the same app and NextPVR - only difference is the Samsung player.

To me I seems like the Samsung player just buffers and never starts playing.

The dlna headers may be useful knowledge. I'll do some more experimenting later this week, I hope, life is busy ATM.

/Fred
fred250
Offline

Senior Member

Posts: 457
Threads: 10
Joined: Jul 2006
#299
2014-12-08, 10:16 PM
cncb Wrote:I finally got my F-series tv and playing and skipping in recordings does work pretty well. However, like martint123, unfortunately in-progress recordings won't even start playback (just get an endless spinning circle). From your response to him it seems like this can't be fixed for the F-series player?

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.

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.

/Fred
BrainStormer
Offline

Senior Member

Posts: 544
Threads: 38
Joined: Oct 2005
#300
2014-12-08, 11:18 PM
sub Wrote:Is T: drive a local physical drive, or a mapped drive?

Local Phisical Drive (USB 3.0)
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: 6 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  Linux nextpvr-helper.deb installer mvallevand 31 46,401 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,894 2020-12-23, 05:19 PM
Last Post: mvallevand
  Generate missing thumbnails for video files imported into NextPVR Jimixter 0 2,576 2019-12-16, 07:28 PM
Last Post: Jimixter
  New NextPVR client for Raspberry Pi 2 and 3. fred250 40 24,552 2019-11-05, 10:28 PM
Last Post: bobphoenix
  Plex Channel for NextPVR psycik 289 174,117 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