NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 3 4 5 6 7 … 93 Next »
Media Browser Integration

 
  • 0 Vote(s) - 0 Average
Media Browser Integration
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#511
2014-04-27, 07:02 PM
Svekke Wrote:Indeed it works. I did something stupid. Smile
When i converted the json to c# i get the following.

But why do you use an array for the recording and liveTv? On a tuner you only have 1 recording, live stream,...
Or am i wrong?
You can have a card with more tuners, like i have. But everthing is seperated. You can't have multiple items on 1 tuner...
You can have multiple on digital tuners. With digital tv they often transmit up to 8 or channels on a single frequency, and NextPVR is able use them all at the same time. So, you could be doing several recordings and live tv sessions at the same time, on one or more channels, only using the one tuner.
Svekke
Offline

Member

Posts: 121
Threads: 7
Joined: Oct 2012
#512
2014-04-27, 08:09 PM
sub Wrote:You can have multiple on digital tuners. With digital tv they often transmit up to 8 or channels on a single frequency, and NextPVR is able use them all at the same time. So, you could be doing several recordings and live tv sessions at the same time, on one or more channels, only using the one tuner.

Oh that's something i didn't know. Smile
I also don't have digital yet, only analog.

Then i need some changes in the object on MB side i think.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#513
2014-04-28, 03:37 AM
Svekke Wrote:For the recording you have a nice name. But the liveTV have not that same nice name.
UncleJohnsBand Wrote:I think I can get a "nice name" for live Tv when I add the other stuff mentioned in my above post.
If the NextPVR server is set to "EPG Based" timeshifting instead of the default "Time Based" (Settings, Misc2 tab), you will get a "nice name" for live tv.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#514
2014-04-28, 03:46 AM
whurlston Wrote:If the NextPVR server is set to "EPG Based" timeshifting instead of the default "Time Based" (Settings, Misc2 tab), you will get a "nice name" for live tv.
Unfortunately that's only the case for NextPVR itself. Timeshifting with other client types is still time based.

In the next release I will try to provide some more information about what the live tv sessions are doing though.
lukemb3
Offline

Member

Posts: 109
Threads: 1
Joined: Jul 2013
#515
2014-04-28, 07:43 PM
Ok, I didnt realize you could have simultaneous activity on a single tuner. I think for now since it's only used for display I'll keep it as is and avoid having to change the interface. But the next time there's a change we can definitely slip it in.

I think now the big thing really is optimization and avoiding transcoding whenever possible. The only way to do that is to get media info about the stream you're sending back. I'm just not sure of the best way to do that though.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,186
Threads: 958
Joined: May 2006
#516
2014-04-28, 09:32 PM
lukemb3 Wrote:I think now the big thing really is optimization and avoiding transcoding whenever possible. The only way to do that is to get media info about the stream you're sending back. I'm just not sure of the best way to do that though.

I wrote about that earlier, you can get the service type for the channel but to get it from the stream first for live tv isn't going to work well at all. In North America for HD most user won't have luck unless they have the HDPVR or the newest HDHR4

Martin
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#517
2014-04-29, 12:04 AM
lukemb3 Wrote:Ok, I didnt realize you could have simultaneous activity on a single tuner. I think for now since it's only used for display I'll keep it as is and avoid having to change the interface. But the next time there's a change we can definitely slip it in.

I think now the big thing really is optimization and avoiding transcoding whenever possible. The only way to do that is to get media info about the stream you're sending back. I'm just not sure of the best way to do that though.

My update will go out with the next NEWA release....not sure when that will be.... I still need to update the wiki with the last release that came out with the last release of NPVR.
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
Svekke
Offline

Member

Posts: 121
Threads: 7
Joined: Oct 2012
#518
2014-04-29, 06:54 PM (This post was last modified: 2014-04-29, 09:17 PM by Svekke.)
mvallevand Wrote:I wrote about that earlier, you can get the service type for the channel but to get it from the stream first for live tv isn't going to work well at all. In North America for HD most user won't have luck unless they have the HDPVR or the newest HDHR4

Martin

So what would you suggest?
Is it also possible to fast forward? What i mean, that you can start the recorded "movie,..." in the middle....
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,186
Threads: 958
Joined: May 2006
#519
2014-04-29, 09:55 PM
Svekke Wrote:So what would you suggest?

I posted my suggestions a few page back. Best suggestion is to get MBT working on clients that it will for. I'd also suggest you guys be a little less fanboy about the non-transcoding possibilities. North America + Roku ia a bad mix.

Quote:Is it also possible to fast forward? What i mean, that you can start the recorded "movie,..." in the middle....
The NextPVR web server allows range requests. I am not sure how well that works with transcoding and multiple reads by external ffmpeg. You might need an integrated ffmpeg demux.

Martin
Svekke
Offline

Member

Posts: 121
Threads: 7
Joined: Oct 2012
#520
2014-05-03, 03:47 PM
I don't see any method to send range request. Also i don't see that on recordings...
« Next Oldest | Next Newest »

Users browsing this thread: 9 Guest(s)

Pages (56): « Previous 1 … 50 51 52 53 54 … 56 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Looking for C# UPnP Media Server code bgowland 5 7,773 2016-12-16, 08:25 PM
Last Post: mvallevand
  Media\Show Directory mvallevand 12 6,164 2014-07-02, 10:58 AM
Last Post: sub
  Media\Shows Metadata mvallevand 2 1,955 2013-05-22, 04:09 AM
Last Post: mvallevand
  Streaming media imilne 44 13,258 2012-12-14, 04:05 AM
Last Post: mvallevand
  SkyDrive Eplorer Integration Released.....also available for Mac and iPad UncleJohnsBand 0 1,493 2012-04-24, 01:06 AM
Last Post: UncleJohnsBand
  Building a list of files in media folders (npvr Music and Videos) bgowland 2 1,967 2012-02-05, 10:29 AM
Last Post: bgowland
  Windows Media Connect - Storing stuff on a Home Server psycik 3 2,780 2009-09-29, 03:47 AM
Last Post: mvallevand
  Plugin notification of stopped media mvallevand 7 2,429 2009-08-19, 11:16 PM
Last Post: mvallevand
  GBPVR Media Events KingArgyle 1 1,624 2005-03-27, 07:12 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