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

Member

Posts: 109
Threads: 1
Joined: Jul 2013
#471
2014-04-06, 04:09 PM
Normally it's more efficient than that but sometimes that's just the way it goes with transcoding.

The good news is that not every client will need to transcode. Also for the next release I'm going to add some properties the live stream info object. So if you're able to tell us the codec and bitrate information, we may be able to optimize via techniques such as stream copy that only amount to a container remux without encoding.
Svekke
Offline

Member

Posts: 121
Threads: 7
Joined: Oct 2012
#472
2014-04-07, 08:02 PM
I now try to implement the tuner/stats part. But i receive this from the next pvr api.
But i only have 1 tunercard with 2"instances". So i think i only should see 2 tuners/instances. No?

Code:
{
  "Tuners": [
    {
      "tunerName": "Hauppauge WinTV-7164 BDA DVBT Tuner:2",
      "tunerStatus": "Sleeping",
      "recordings": [],
      "liveTV": [
        "LiveTV - C:\\Buffer_TV\\live-VTM-1152-90.ts"
      ]
    },
    {
      "tunerName": "Hauppauge WinTV-7164 BDA DVBT Tuner:2",
      "tunerStatus": "Sleeping",
      "recordings": [],
      "liveTV": [
        "LiveTV - C:\\Buffer_TV\\live-VTM-1152-90.ts"
      ]
    },
    {
      "tunerName": "Hauppauge WinTV-7164 BDA DVBT Tuner:2",
      "tunerStatus": "Sleeping",
      "recordings": [],
      "liveTV": [
        "LiveTV - C:\\Buffer_TV\\live-VTM-1152-90.ts"
      ]
    },
    {
      "tunerName": "Hauppauge WinTV-7164 BDA DVBT Tuner:2",
      "tunerStatus": "Sleeping",
      "recordings": [],
      "liveTV": [
        "LiveTV - C:\\Buffer_TV\\live-VTM-1152-90.ts"
      ]
    },
    {
      "tunerName": "Hauppauge WinTV-7164 BDA DVBT Tuner:2",
      "tunerStatus": "Sleeping",
      "recordings": [],
      "liveTV": [
        "LiveTV - C:\\Buffer_TV\\live-VTM-1152-90.ts"
      ]
    }
  ]
}
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#473
2014-04-07, 09:40 PM
What does it looks like with NTray when you have that?

Martin
lukemb3
Offline

Member

Posts: 109
Threads: 1
Joined: Jul 2013
#474
2014-04-10, 06:33 PM
Hey guys,
Quick question. What kind of media info are you able to report on live channel streams? In the GetChannelStream method, would it be possible to add information about the format getting sent back.

Basically now that it's working I would like to add some optimizations. For instance, if we know that we're getting back h264, and the client requests h264, we may be able to stream copy and avoid transcoding. Thanks.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#475
2014-04-10, 07:12 PM
lukemb3 Wrote:Hey guys,
Quick question. What kind of media info are you able to report on live channel streams? In the GetChannelStream method, would it be possible to add information about the format getting sent back. .

Nothing on the stream, but up to 3.2.9 it could be derived from the channeloid table that you use. I'm not sure if the type is in the current JSON call. In 3.2.9 the new transcoding HDHR breaks that rule.

Also I am not sure how MB3 determines which channeloid to use for merged channels because you can merge h264 and m2v channels.

Martin
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#476
2014-04-10, 09:42 PM
I had a look at UJB's code, and it would take a small change to use GetChannelMapping to return the service type.

Martin
Svekke
Offline

Member

Posts: 121
Threads: 7
Joined: Oct 2012
#477
2014-04-11, 08:56 PM
I see this in the tray --> http://i.imgur.com/UvbaUjc.png

Also when i watch tv and somebody else start a recording then the livestream stops.
See logs in attachement 11/04/2014 22:43
KRA
Offline

Member

Posts: 237
Threads: 23
Joined: Sep 2012
#478
2014-04-11, 09:17 PM
I've noticed a issue, don't know if it's related to MB3 or NPVR. I use the MB3 web as client/remote control, and MBT as client/player.

And I've noticed every time I change channel it picks a new tuner.

I have 1 dvb-c and 1 dvb-s tuner most of channels are the same and merged as one channel, but even though the channel is available on the tunder/device currently in use it still picks the other one to start new channel. Even when I change to a channel on the same transponder as currently in use it still changes tuner! (Both tuners are set to handle 3 instances)

Can provide logs if wanted, if so please tell what logs are needed.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#479
2014-04-11, 09:38 PM
Svekke Wrote:I see this in the tray --> http://i.imgur.com/UvbaUjc.png

Also when i watch tv and somebody else start a recording then the livestream stops.
See logs in attachement 11/04/2014 22:43

Svekke those logs definitely show two streams at the same time

<File offset="875041300">C:\Buffer_TV\live-2BE-1152-149-6.ts</File>
<File offset="0">C:\Buffer_TV\live-LibelleTV-1152-152.ts</File>

so you need to be more specific about the time. For web.log it is quite spammy so you probably will need to send .1-.3 too.

Martin
Svekke
Offline

Member

Posts: 121
Threads: 7
Joined: Oct 2012
#480
2014-04-12, 05:42 AM
What do you mean by you need to send .1-.3 ?

I give you also a little bit information.
I was watching tv (live-2BE .....). Then my sister started the recording (live-libelle...).
It works for my sister, she don't see anything wrong. But at that moment mine just stops playing.

I can start it again. There is no problem then. She don't get kicked from the recording...
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (56): « Previous 1 … 46 47 48 49 50 … 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,163 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,257 2012-12-14, 04:05 AM
Last Post: mvallevand
  SkyDrive Eplorer Integration Released.....also available for Mac and iPad UncleJohnsBand 0 1,492 2012-04-24, 01:06 AM
Last Post: UncleJohnsBand
  Building a list of files in media folders (npvr Music and Videos) bgowland 2 1,966 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