DVB-S card and MHP implementations on PC

Is there some DVB cards and MHP implementations for PC (like middleware for STB) available that allow to receive and watch MHP content on PC or laptop (with usb DVB device)?

None of the free implementations let you do this. I'm not sure if either of the commercial emulators do. These are not cheap, but if you really want to know, I would suggest that you ask Osmosys (www.osmosys.tv). Their MHP emulator for Windows seems to be the most mature.
Steve

Similar Messages

  • Java Card and OID Implementation

    Hi
    Has anyone used java card (Smart card) authentication and authorization with Oracle Internet Directory. Can it be done using the Identity Managment Component.
    More specifically speaking , I want to create the trade partner user in internet directory and wants to enable the JAAS in oracle application server for authentication and authorization.
    There are other types of users ( patient) who are having the biometric smart card (i.e. Java card). When these user swipes the finger, client based authentication is performed using the fingerprints and connects to the oid to get the authorization and personal details.
    Please let me know the exact suggestion to implement these type of identification and authorizaiton. Please let me know if there is any oracle technical paper which addresses the mentioned problem.
    Thanks in Advance.
    with regards
    Mazhar

    I am interested in this also. We are currently trying to move our website to java card authentication with an OID directory. I know it has been done before but have not thoroughly researched it yet.

  • DVB card + Irt MHP RI

    I got a DVB card that is compatible with MS BDA(broadcast data architecture)
    and Irt MHP reference implementation 1.1.1.
    I want to use this card to receive transport stream via a terrestrial
    and display by application provided by irt MHP RI.
    They claim that the RI supports BDA compatible DVB cards:
    ==========================================================
    IRT MHP Reference Implementation
    Informations for the DVB DLL's ("irtdvb*.dll")
    2003-05-08 IRT John Feist
    In order to receive live broadcast DVB data, you may use one of the
    drivers mentioned below with the appropriate card.
    You will need at least:
    - Microsoft Windows NT 4.0, 2000 or XP with a recent service pack
    - a correctly installed DVB driver
    - an adapted system path that includes the location of the vendor DLLs
    Currently the following drivers are supported:
    - irtdvbtt Technotrend PCline premium family, version 2.15
    - irtdvbbda Microsoft BDA (Broadcast Driver Archtecture) compatible DVB card (*)
    (e.g. Technotrend PCline budget family with BDA drivers)
    The following drivers are supported, but currently without audio/video support:
    - irtdvbttlcd Technotrend PCline budget family, version 2.15
    - irtdvbttusb Technotrend PCline USB family, version 2.15
    The selection of the driver is done in the configuration file
    "runtime/cfg/Frontends.cfg".
    (*) For irtdvbbda you need in addition:
    - DirectX 9
    - Windows XP
    - MPEG-2 sofware decoder
    - Graphics Card with 64 MB RAM minimum
    You have to set the property VIDEO.COMPOSITION_DLL=irtdvbbda
    in "runtime/cfg/System.cfg".
    ==============================================================
    I already installed the DVB card and its driver,
    system.cfg is set to VIDEO.COMPOSITION_DLL = irtdvbbda
    frontend.cfg is set to [irtdvbbda]
    but I got the following error message when startup MHP:
    ==============================================================
    *15:10:42.223 Info [PAL] de.irt.mhp.palimpl.core.demux.input.NativeDvbDevice: Initialized card with type Terrestrial
    having 16 section and 1 PES filters MAC: 000000. Thread[main,5,main].
    *15:10:42.283 Error [PAL] de.irt.mhp.palimpl.core.a.a: Error during instantiation of PlugIn de.irt.mhp.optional.AddOn.
    Thread[main,5,main].
    java.lang.UnsatisfiedLinkError: init
    at de.irt.mhp.palimpl.core.rendering.MHPCompositionPeer.init(Native Method)
    at de.irt.mhp.palimpl.core.rendering.MHPCompositionPeer.a(MHPCompositionPeer.java:506)
    at de.irt.mhp.palimpl.core.rendering.k.<init>(k.java:69)
    at de.irt.mhp.palimpl.core.rendering.ScreenImpl.j(ScreenImpl.java:436)
    at de.irt.mhp.palimpl.core.rendering.ScreenImpl.i(ScreenImpl.java:424)
    at de.irt.mhp.palimpl.core.rendering.ScreenImpl.addNotify(ScreenImpl.java:336)
    at java.awt.Window.show(Unknown Source)
    at java.awt.Component.show(Unknown Source)
    at java.awt.Component.setVisible(Unknown Source)
    at de.irt.mhp.palimpl.core.rendering.ScreenImpl.<init>(ScreenImpl.java:141)
    at de.irt.mhp.palimpl.core.rendering.y.<init>(y.java:32)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at java.lang.Class.newInstance0(Unknown Source)
    at java.lang.Class.newInstance(Unknown Source)
    at de.irt.mhp.b.a.a.getComponent(a.java:91)
    at de.irt.mhp.optional.core.ui.SaveAreaComponent.<init>(SaveAreaComponent.java:149)
    at de.irt.mhp.optional.core.ui.SaveAreaComponent.a(SaveAreaComponent.java:183)
    at de.irt.mhp.optional.AddOn.init(AddOn.java:28)
    at de.irt.mhp.palimpl.core.a.a.a(a.java:79)
    at de.irt.mhp.palimpl.core.a.a.parseCommandLineArguments(a.java:44)
    at de.irt.mhp.palimpl.PalStarter.systemStateChanged(PalStarter.java:127)
    at de.irt.mhp.palimpl.core.c.d.a(d.java:160)
    at de.irt.mhp.palimpl.core.c.d.a(d.java:23)
    at de.irt.mhp.palimpl.core.c.e.run(e.java:112)
    at java.security.AccessController.doPrivileged(Native Method)
    at de.irt.mhp.palimpl.core.c.d.setState(d.java:106)
    at de.irt.mhp.palimpl.PalStarter.<init>(PalStarter.java:88)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at de.irt.mhp.boot.MhpRI.main(MhpRI.java:68)
    ==============================================================
    How do I solve this problem?
    Thanks.

    Hello,
    there is not much you can do.
    java.lang.UnsatisfiedLinkError: init
    This appears because the init-function is not available in used dll
    You should contact the IRT to get the correct version of teh dll.

  • Using PXI 7352 Motion card and 6025E DAQ

    Dear Sir,
    I am using SCXI 1520 along with PXI 1011 & E Series DAQ (6025E) to measure the Load Value of a load cell. I am also using PXI 7352 Motion card to control the velocity of a Plunger. Now my requirement is to stop the movement of the Plunger depending on the value I read from the load cell. I am not able to achieve the stoping accuracy for high speeds (around 150mm/sec) in the software. Can it be possible with the use of Motion Control card and RTSI signals? If so, how can I do that? (I am not used any limit switches as the load value at which the Plunger should stop is user programmable and I am using DAQ card in Multiplexed mode because i am reading more number of analog inputs with only one DAQ card)
    Ramkumar. D
    Soliton Automation,
    India.

    Hello.
    Based on your post I am guessing that you are performing the control in software, i.e. starting a velocity move, and then reading the load cell until it reaches a threshold, then stopping the motion. As such you are essentially limited by the software control loop rates.
    You are using PXI so it is possible that you are using real-time. If not, one solution could be to implement a real-time application that would be more deterministic, but again this would still depend on the software.
    Depending on your system (stepper or servo), you could implement a direct analog feedback into the motion card itself, but this would require a signal which has a range much greater than your load cells. This is only a good option for servo axes. If this was somehow possible, you can tell the motion controller to move to a specified LOAD instead of a specified position/velocity. Provided you could appropriately condition the signal, this is the best choice.
    Unfortunately, you cannot implement limit switches/etc over RTSI, so I believe that this will not be a good option.
    A third, and probably most un-desireable option, is to output a voltage on the PXI-6025E proportional to the load received from the load cell. This voltage could then be used as the analog feedback for your motion device. This, however, still adds the software layer of delays.
    I hope these ideas help you out.
    Regards,
    Colin C.
    Applications Engineering
    Colin Christofferson
    Community Web Marketing
    Blog

  • [SOLVED] DVB-C card stopped working (after update?)

    edit: Marked as solved because the problem hasn't occurred for years.
    I have a TechnoTrend TT-Budget C-1501 PCI DVB-C card which used to work fine. Today I installed a bunch of updates including new kernel and now the card doesn't work. Current kernel version is 3.9.2-1-ARCH, as reported by uname -r. I don't remember the kernel version which was installed when the card worked but I installed Arch about a month ago and this was the first upgrade.
    dmesg gives the following information:
    $ dmesg | grep -i dvb
    [ 1.663037] saa7146: register extension 'budget_ci dvb'
    [ 1.663232] DVB: registering new adapter (TT-Budget C-1501 PCI)
    [ 1.718876] input: Budget-CI dvb ir receiver saa7146 (0) as /devices/pci0000:00/0000:00:1c.4/0000:03:00.0/0000:04:01.0/rc/rc0/input13
    [ 1.719068] rc0: Budget-CI dvb ir receiver saa7146 (0) as /devices/pci0000:00/0000:00:1c.4/0000:03:00.0/0000:04:01.0/rc/rc0
    [ 1.721746] DVB: TDA10023(-1): tda10023_writereg, writereg error (reg == 0x00, val == 0x33, ret == -121)
    [ 1.771639] DVB: TDA10023(-1): tda10023_readreg: readreg error (reg == 0x1a, ret == -121)
    This problem seems to be relatively common with cards containing the TDA10023 chip but I haven't found a proper solution. Is this just a bug or should I adjust something?
    EDIT: I forgot to mention that the card works on Windows.
    Hardware specs:
    Intel Xeon E3-1230v2 CPU
    16GB of RAM
    ASRock H77 Pro4/MVP motherboard (BIOS/UEFI version seems to be the latest (1.50))
    Geforce GTX 650 Ti
    Last edited by ormu (2015-04-07 16:01:12)

    Weird, now it's working again after "cold" boot... Could the Windows driver load a different firmware which doesn't work properly on Linux? I think I used the card on Windows just before rebooting to Arch...
    $ dmesg | grep -i dvb
    [ 1.651217] saa7146: register extension 'budget_ci dvb'
    [ 1.651361] DVB: registering new adapter (TT-Budget C-1501 PCI)
    [ 1.708299] input: Budget-CI dvb ir receiver saa7146 (0) as /devices/pci0000:00/0000:00:1c.4/0000:03:00.0/0000:04:01.0/rc/rc0/input13
    [ 1.708338] rc0: Budget-CI dvb ir receiver saa7146 (0) as /devices/pci0000:00/0000:00:1c.4/0000:03:00.0/0000:04:01.0/rc/rc0
    [ 1.711359] budget_ci dvb 0000:04:01.0: DVB: registering adapter 0 frontend 0 (Philips TDA10023 DVB-C)...

  • Hauppauge TV card and InstanOn

    Hi to all,
    I'm a brand new forum user and I find it very useful. Thanks to all of you!!!
    I bought a MEGA 865 Pro with a Pentium4 Prescott based CPU (1 G RAM) and I installed a Hauppauge TV card. The card works properly with XP Media Center and (of course) with its standalone software  but, unfortunately, it is not recognized at all if I switch-on the MEGA 865 as media center (with InstantOn. Let's say in stand by mode)  . Is there any possibility to let the card properly work without switching-on the machine in PC mode? 
    Thanks for any help/suggestion  could you provide.
    Gianky.

    can you tell us which Hauppauge card you have?
    does it use a chipset that is supported by InstantOn? look in the 865PRO FAQ sticky
    i guess it has hardware MPEG2 encoding, and may not be suitable for the InstantOn software, as it is designed to work with software-driven TV tuners. or it is a DVB-T card, which won't work at all in InstantOn

  • Hauppauge PVR card and cpu usage

    Just wondering if anybody is running a PVR 350 TV card. My concern is this I am running this card and it is using 50%+. When I had this card in my P4 2.5GHz usage was around 20%. I am not sure what is up any ideas? I am running all default settings on the board etc..

    can you tell us which Hauppauge card you have?
    does it use a chipset that is supported by InstantOn? look in the 865PRO FAQ sticky
    i guess it has hardware MPEG2 encoding, and may not be suitable for the InstantOn software, as it is designed to work with software-driven TV tuners. or it is a DVB-T card, which won't work at all in InstantOn

  • Java card and reader/writer prices

    hi...I would like to know how much is a java card and how much is a reader/writer? thanks.

    You should implement your own session handling mechanism since the only type of session that is supported by JavaCard is HTTP, in version JC v3 (Connected version).
    Actually, I'm not even sure an HTTP session would suit your requirements.
    The easiest way to implement a session flag in your proposed system would be via a timestamp (saved in the Java Card applet).
    What does the following line mean?
    DOEACC@VIVS wrote:
    www.omnikey.com is best place

  • Wild card and blank search for INBOX SEARCH

    Hi All,
    we are working on SAP CRM 2007. we have an requirement where we want to implement "Wild card and blank search for INBOX SEARCH page". please provide me some pointers to proceed. TIA
    rgds,
    @run

    Hi Ajith,
    István is correct, wild card '*' is readily available for any Item name, BP name or other searchable fields.
    Thanks,
    Gordon

  • Hi how can i find i tunes gift cards and certificates in order to create my account?

    hi how can i find i tunes gift cards and certificates in order to create my account?

    hi,
    1.You can write your own realm in 61 which can plugged for your security
    calls.
    2. once you write your ownrealm.. you can access it through weblogic
    api/ur api..
    thanks
    kiran
    "Richard Koudry" <[email protected]> wrote in message
    news:3dd0d081$[email protected]..
    Dear Colleagues,
    I am currently developing a J2EE application using WLS 6.1.
    My team and I have to implement a security requirement to suit ourcompany's needs.
    >
    The security requirements are that, users' password need to be aged (30days maximum) and we need to provided a GUI front-end (JSP) to allow users
    to change their password when these expire after 30 days.
    >
    Our internal contacts in the company, have already taken the lead to findout about whether we will be able to use the WLS 6.1 platform to do this and
    the answer we got back, was.
    >
    Now we need to develop our own security module.
    I have 2 questions:
    1. How can we turn off the WLS security in order develop our ownapplication-based security module?
    >
    2. How can we develop a security module that allows us to age users'password and provide them with facilities to change their passwords when
    these expire?
    >
    At the moment, we are using the default BEA WebLogic login.jsp page andthere some configuration in the web.xml for this. I will be grateful if you
    could advise me on how to turn this default security off so that we can
    write our own security module.

  • Bundle-Ether between MSC card and FP140 card on CRS-3

    Hi,
    Currently we have implemented a Bundle-Ether between 3 interfaces in MSC Card (8x10GE) and now we are planning replace one MCS Card by one FP-140 Card (14x10GE), so I would like to know if there is any risk or any incompatibility to form Bundle-Ether with 2 interfaces of MSC card and one interface of FP-140 Card.
    Regards,
    Jaime Soto.

    Hi Jaime,
    as far as i know there is no issue with splitting the bundle between MCS and FP-140 cards.
    wbr
    /vadim

  • How can i use my account without the billing info, as i do not have a credit card. and my shipping and billing info is under US. i'm in singapore. how do i change this?

    how can i use my account without the billing info, as i do not have a credit card. and my shipping and billing info is under US. i'm in singapore. how do i change this?

    If you are just visiting Singapore, then leave the account as it is. If you have moved there, then view your account using the iTunes app on a Mac or PC and change the country/region to your current location and address. If you do not have a bank card, you can fund your account using iTunes gift cards if available in Singapore.

  • I want to switch stores from Japan to USA. I used to have an iTunes card, and there's 15 YEN left in my account, how can I get rid of that so I can start purchasing in the US store using my new credit card?

    I want to switch stores from Japan to USA. I used to have an iTunes card, and there's 15 YEN left in my account, how can I get rid of that so I can start purchasing in the US store using my new credit card?

    I can't seem to find an app that costs my available balance. iTunes said I need to spend it ALL before I can change stores. This means I cannot totally change stores.... Hopeless.

  • My LR 4 suddenly no longer recognized my memory cards. I am using the same cards and cameras but consisitently get the error message:"files not imported because the files could not be read. they are jpg and nef files...I am stuck without my workhorse! Any

    My LR 4 suddenly no longer recognized my memory cards. I am using the same cards and cameras but consisitently get the error message:"files not imported because the files could not be read. they are jpg and nef files...I am stuck without my workhorse! Any advice is helpful. This has never happened in 6 years

    answered in your other thread LR 4 suddenly no longer recognizes files.

  • I used to have an application in my iPhone 4 and 4s that captures business card and creates its content to my contacts. Its no longer working with my i5. Can you recommend me a new apps for this same function

    I used to have an application in my iPhone 4 and 4s that captures business card and creates its content to my contacts. Its no longer working with my i5. Can you recommend me a new apps for this same function

    Try CardMunch it works well for me

Maybe you are looking for

  • Clarification required in File to DB scenario

    Hi all, I have a requirement to insert flat file records to a Oracle database. Few fields in the database are of type nchar/nvarchar.Is there any special transformation required in PI for these fields, as my records are not getting inserted into DB w

  • Receiving Custom XML Document over AS2 (HTTPS) - Inbound Processing

    Hi All, Need help in Receiving Custom XML Document over AS2 (HTTPS) - Inbound Processing External Trading Partner will be able to post the XML Documents to https://<b2bconsolehost>:<b2bconsoleport>/b2b/httpReceiver. Here is the process flow: 1. Exter

  • Problem in login ORACLE 11G

    Hi all i install oracle 11 g in fedora 11. every thing seems be ok. but problem is that after login my database i have got following error :- SQL*Plus: Release 11.1.0.6.0 - Production on Thu Dec 9 15:21:39 2010 Copyright (c) 1982, 2007, Oracle. All r

  • Message personalizations not visible in WebAccess

    Running GW 8.0.2 When personalizing a message (such as changing the subject line) using the full GW client (PC, Mac, or Linux), the personalization doesn't show up in WebAccess. It does from any other platform. -Barry.

  • Create a dashboard like a page on Discoverer Desktop / Plus?

    Hi, Is it possible to create a dashboard like a page on Discoverer Desktop / Plus / Viewer. A page (or workbook sheet) with 4 – 6 graphs and one table? e.g. below layout (G is my graph and T is table) G1 | G2 G3 | G4 G5 | T1 Thanks