NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 28 29 30 31 32 93 Next »
Pocket PC Remote Plugin

 
  • 0 Vote(s) - 0 Average
Pocket PC Remote Plugin
Tommi
Offline

Junior Member

Posts: 22
Threads: 6
Joined: Aug 2005
#1
2006-01-20, 11:40 PM
Hi,

I'm currently in to develop a remote control "plugin" for GB-PVR so you can control it with an iPaq over WLAN.
The idea is that you have a simpy interface on the iPaq too, not only remote control buttons.
The whole thing would constist of three parts:
  1. GBPVR Plugin with a simple TCP-Server
  2. Windows Service with a simple TCP Server too
  3. Pocket PC Application

The Windows Service will simply dispatch the Pocket PCs requests to the Server in the GB-PVR Plugin.
I have already skeletons for all of these three Parts.

But I have some trouble with the GB-PVR Plugin API.
Is there any documention besides the one in Wiki?
I would need to get Channel List with currently active Program, whole Program for diplaying TV-Guide on PPC, and need to know how to start playing a Channel from out of my plugin (even if its not currently active in the menu, since there will be only shown if connected or not )

Could anyone help me with some of those questions?
Any hint would be a help.

Thanks in advance.

Cheers
Tommi

P.S. I'm a strong skilled .Net coder, so u don't have to explain everything in detail. Smile
AMD Athlon XP 2800, nVidia GeForce FX5200 ->TV-OUT, Hauppage WinTV-PVR350, 1GB RAM, 240GB HDD, WinX Pro SP2
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#2
2006-01-20, 11:56 PM
Not answering your question, but a thought, why not try acting as an MVP.

the MVP service uses a modified VNC protocol....perhaps you could look at that.
Tommi
Offline

Junior Member

Posts: 22
Threads: 6
Joined: Aug 2005
#3
2006-01-21, 12:04 AM
Hi psycik,

that's not really what I want, since i don't want to control gb-pvr by sending key-events to the window. The plugin should act more as an extended user interface (remote user interface).
Btw, pocket displays have a small resolution, so I would have a bad quality when resizing the image...

But anyway, thanks for answering me Smile

...Tommi...
AMD Athlon XP 2800, nVidia GeForce FX5200 ->TV-OUT, Hauppage WinTV-PVR350, 1GB RAM, 240GB HDD, WinX Pro SP2
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#4
2006-01-21, 12:26 AM
Cool, and so in answer to your questions, if you want to look at some examples, I'd guess the X series to be the best since they have a guide, etc and source available. They're on the wiki.
Tommi
Offline

Junior Member

Posts: 22
Threads: 6
Joined: Aug 2005
#5
2006-01-21, 02:31 PM
Hey psycik,

thanx for the hint. I was going through the in parallel to post a thread here.

I think I'm over with the problem of starting LiveTV... Smile

Let's hope the other one's will be solved soon too..Big Grin

..-Tommi-..
AMD Athlon XP 2800, nVidia GeForce FX5200 ->TV-OUT, Hauppage WinTV-PVR350, 1GB RAM, 240GB HDD, WinX Pro SP2
Tommi
Offline

Junior Member

Posts: 22
Threads: 6
Joined: Aug 2005
#6
2006-01-30, 11:44 AM
Hey,

I figured out the problems on myself, but there is one left:

When I start LiveTV with the Pluginhelper, how do I pause, or stop it?
I tried the getActiveVideoplayer().pause(); but it doesn't seem to work. Although it sais, that its active.

Someones got a little hint?

Thanks in advance,
Tommi
AMD Athlon XP 2800, nVidia GeForce FX5200 ->TV-OUT, Hauppage WinTV-PVR350, 1GB RAM, 240GB HDD, WinX Pro SP2
Tommi
Offline

Junior Member

Posts: 22
Threads: 6
Joined: Aug 2005
#7
2006-02-01, 10:13 AM
Is really no one interested in such a plugin?

Think i solved all problems now...

But if noone else is interested in, coding would be more easy...
So please let me know.
Sub, whats your opinion?

Greetz
Tommi
AMD Athlon XP 2800, nVidia GeForce FX5200 ->TV-OUT, Hauppage WinTV-PVR350, 1GB RAM, 240GB HDD, WinX Pro SP2
bluesxman
Offline

Senior Member

Posts: 311
Threads: 7
Joined: Jul 2004
#8
2006-02-01, 01:23 PM
I'm certainly interested in what you come up with, but I'm afraid can't offer any help with your coding queries.

One thing I'm wondering about, why have two servers on the PC (the service & plugin). Couldn't the plugin pickup the requests coming in from the PPC?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,686
Threads: 767
Joined: Nov 2003
#9
2006-02-01, 04:15 PM
Quote:When I start LiveTV with the Pluginhelper, how do I pause, or stop it?
I tried the getActiveVideoplayer().pause(); but it doesn't seem to work. Although it sais, that its active.

Someones got a little hint?
This might work for you, but it wasnt my intention that this be called from a plugin, so I cant be sure.

I will provide a proper API for controlling playback from plugins later.
Tommi
Offline

Junior Member

Posts: 22
Threads: 6
Joined: Aug 2005
#10
2006-02-01, 06:59 PM
Thank's for the response. Work makes just more fun if there will be someone who could use it Smile


bluesxman Wrote:One thing I'm wondering about, why have two servers on the PC (the service & plugin). Couldn't the plugin pickup the requests coming in from the PPC?

I thought up that a lot of times too, but there is still one thing the plugin could never provide: startup the GB-PVR Application. Smile
But you're right, all other tasks could be sent to plugin directly. Perhaps I will adapt that, it just seems a little strange to me to run a service which is just for starting up an application, so I let the other things in it too.. Smile
AMD Athlon XP 2800, nVidia GeForce FX5200 ->TV-OUT, Hauppage WinTV-PVR350, 1GB RAM, 240GB HDD, WinX Pro SP2
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (6): 1 2 3 4 5 6 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  PIP plugin for Kodi sgilani 2 2,825 2022-10-17, 12:44 AM
Last Post: sgilani
  New Systems Plugin kirschey 10 3,350 2020-11-14, 08:01 PM
Last Post: sub
  Remote control example code? drmargarit 4 3,769 2018-04-21, 11:24 PM
Last Post: drmargarit
  API help - remote control greg in kansas 0 2,651 2016-07-04, 03:54 PM
Last Post: greg in kansas
  TitanTv Remote Schedule For GBPVR UncleJohnsBand 51 33,656 2015-08-20, 05:11 PM
Last Post: sub
  VIdeo playback from plugin mvallevand 5 3,460 2015-08-06, 10:43 PM
Last Post: sub
  Attention Sub: Open TV / Custom Data Grabber plugin Benoire 2 2,906 2014-11-14, 02:05 AM
Last Post: Benoire
  Remote client logout timeout. mvallevand 2 2,524 2014-10-28, 12:55 AM
Last Post: mvallevand
  API docs to help with plugin development? McBainUK 3 2,771 2013-06-08, 06:14 PM
Last Post: sub
  Refreshing TV Guide Data (after System plugin EPG update) imilne 13 6,094 2013-03-24, 08:03 PM
Last Post: imilne

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

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

Linear Mode
Threaded Mode