Jump to content

Integrate Dvb Viewer in Media center


olixelle

Recommended Posts

Hi all :)

 

we are a young french company that provides custom media center applications for handicapped and old users.

We are looking for a TV viewer with recording & time shifting capacities to include it in our applications.

 

We recently bought DVBViewer and it looks to match to our needs.

 

I saw that several tools are provided in the member seciton to customize DVBViewer.

 

Could u please tell me how to custom it in order to fullfill our requirements:

- start DVBViewer without window's border

- channel +/-, go to channel X

- start / stop record

- start / stop time shifting

- hide / show OSD information

- custom OSD appearance (OSD menu editor should be the right tool :)

 

As u probably understood it, we plan commercial uses of DVBViewer (i will contact u later about this purpose) but i'd like to be sure that DVBViewer is the right product.

 

For information, our application is build in .net

 

Thanks in advance for ur help !

 

Best regards

 

Olivier ZIMMERMANN

Link to comment

It's possible to send every action from the actions.ini (in DVBViewer folder) to the DVBViewer via the COM Interface. I managed to use the COM Interface of DVBViewer with a J# Application. There is even a special command to set a certain channel number.

 

Maybe you should have a look at the COM interface documentation (member section) and OSD Editor (not only the OSD Menu Editor).

 

It's possible to send every action to DVBViewer with command line parameters (-x# where # is the action number from actions.ini), too.

Link to comment
  • 3 weeks later...

ok thanks !

 

here is what i tried:

 

Me.MyManager.SetSetupValue("General", "HideMenu", "1")

Me.MyManager.SetSetupValue("General", "Statusbar", "0")

Me.MyManager.SetSetupValue("General", "Toolbar", "0")

Me.MyManager.SetSetupValue("OSD", "UseOSD", "0")

Me.MyManager.ApplyConfig()

 

but doesnt apply...

 

another question: i tried to start a record using this:

Me.MyManager.SendCommand(22)

 

but it doesnt work too....

 

please :bounce:

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...