Re: How to connect PC to TV 46tl938g in order to get audio signal

Hi All,
I bought TV 46tl938g and I would like to connect my PC to TV.
There is "PC Input" but I would also connect the audio to listen audio from PC to TV (to view film or my video).
Is possibile it?
thank you

Further to "Randy Roberts" post, take care that your PC does have the ability to feed audio out with the HDMI (or DVI) signal, as some video cards lack this feature, others require a link cable between motherboard and video card, which was covered in a thread by sidamos on this forum, (a different model TV, but the same situation),
read that thread, it may give you an idea of how to do it in the easiest way.
Personally, I have an HDMI on my laptop, which feeds straight to my RL900A, with no problems.
donhe7

Similar Messages

  • HT201269 how to connect I-phone 5S to a computer to transfer audio and data files

    how to connect I-phone 5S to a computer to transfer audio and data files

    You asked the same question 20 minutes ago and I answered it then
    https://discussions.apple.com/thread/6029247

  • What do I need to connect my white macbook to my TV and get audio?

    I have Macbook 6,1. Upgraded with a OS X Lion 10.7.2.
    I have bought the Kanex Mini DisplayPort to HDMI cable with aduio support. I have been successful in hooking it up, to allow the display to work but I can not seem to get audio. I have found through research, that this might be because my macbook is too old, and does not have the correct hardware to send audio through this cable......is there a secondary cable that I can get to connect my audio?

    If you have the Late 2009 model 6,1 White Unibody with the MiniDisplay Port there is an adapter that can combine video and audio to HDMI.
    http://www.monoprice.com/products/product.asp?c_id=104&cp_id=10428&cs_id=1042802 &p_id=5969&seq=1&format=2

  • How to connect jpeg to timeline clip replacing video but keeping audio

    I put some video in the project timeline and now I would like to connect several still pictures (jpeg) at specific points in this video so that you hear the sound from the video but only see the still image.
    Connecting my jpeg to the clip in the timeline is not a problem. Once connected, however, the still picture only covers a part of the video (i.e. only the center part of the video) during playback. The jpeg is superimposed on the center part of the video, but the sides of the video still show up as played.
    What i would like is for the jpeg to completely superimpose the video in the clip, but be able to listen to the audio story told by the video in the background .
    I tried resizing the jpeg to 16:9 aspect ration before importing it, but this made no difference. I have also considered doing the connecting in the other direction, i.e. to place the jpeg into the primary timeline and connect the audio part of the video to the jpeg. This might work, but I would rather not do this because it would require adjusting the size of many video clips.
    I am a novice, so any help would be much appreciated.
    Francisco

    Problem solved.
    To a large extent the solution is illustrated here around minute 13:47 in this tutorial by Jerad Hill:
    http://www.youtube.com/watch?v=2F-Y6iMdtQg&feature=related
    Here it is suggested that you double click in the picture and zoom in and out to get the picture adjusted to take up the whole screen. This you do by opening the inspector, on the video tab, and the transform tool. You use the scale slider to increase or decrease the scale of your photograph (or connected video clip) so that it fits the screen.
    I will leave this discussion posted just in case it helps someone else.

  • How to connect my keynote remote

    how to connect my keynote remote

    Hello,
    to those unable to get Wi-Fi syncing working at your work or institution, it is not the fault of the App, rather it is the fault of the network that you are connecting to.
    It is most likely that the reason that it doesn't work is because the network administrators have closed access to the port that you need for the linking between your iOS device and your Mac. The reason that it works fine at home is because you have those ports that you need locked down. The other reason may be that your iOS device is talking to another base station than your Mac is and some networks also segregate base stations from each other.
    On the Bluetooth side, it might not be working because you are trying it use something like an iPod Touch 2nd generation (or iPhone 3) these devices can only use their Bluetooth headset, nothing else. So if you are trying to connect your Mac and iPod Touch 2nd Gen, you might get them to pair, but you'll never get them to connect. So don't bother.
    So what do you do? Did you just waste your money? Let me assure you that no you didn't.
    This is what you do.
    Go to your Wi-Fi/Airport menu and select "Create Network…" then give it a network name, such as yours or the name of your computer. I would strongly recommend adding 128-WEP encryption so that your classmates/co-workers/viewers can't connect to your computer and start sniffing around. Once you've created a network your Wi-Fi/Airport menu should turn into a grey arc with a computer in the centre.
    Go to your iOS device and under the General -> Network settings select your newly created network
    Enter in the password you just gave your network.
    Once your iOS device is connected to your Mac, you are good to go! Fire up Keynote on your Mac and Keynote Remote on your device.
    Do the linking in the Keynote Settings on your Mac. You should now have control of your presentation!
    A couple of notes: what you are doing is effectively removing yourself from the infrastructure network and creating your own. With that in mind note that you won't have access to the Internet on your iOS device nor your Mac. But unless your presentation includes links to websites, you should be okay. The way around this is to connect your Mac to a wired Ethernet connection and perhaps sharing that Internet connection to your Wi-Fi/Airport port to give to your iOS device as well.
    A tip: If you do the initial set up at home/office with the network and linking and use the same network name and password, you should only have to do step 1, 2 & 4 as your iOS device will have your password stored and the linking already done.
    Hope that helps!
    And yes, I would like to have the ability to jump to a specific page, and also have the ability to black out the screen.
    Cheers, Andrew Jung.

  • How to connect iseries green screen from java program

    how to connect iseries green screen from java program to get the data in the DB files ,here the DB is DB2/400

    Just some Friday fun. Use the telnet program that comes with Windows and supports VT escape sequences.
    import java.io.*;
    import java.net.*;
    public class AutoTelnet {
         private static Socket s;
         public static void main(String[] args) throws Exception {
              Thread t = new Thread() {
                   @Override public void run() {
                        try {
                             s = new ServerSocket(5555).accept();
                        } catch (IOException ex) {
                             ex.printStackTrace();
              t.start();
              Process p = new ProcessBuilder("cmd", "/C", "start", "telnet", "127.0.0.1", "5555").redirectErrorStream(true).start();
              t.join();
              PrintStream ps = new PrintStream(s.getOutputStream());
              ps.println("Screen will be cleared in 5 seconds");
              ps.println("5");
              Thread.sleep(1000);
              ps.println("4");
              Thread.sleep(1000);
              ps.println("3");
              Thread.sleep(1000);
              ps.println("2");
              Thread.sleep(1000);
              ps.println("1");
              Thread.sleep(1000);
              ps.println("\u001b[2J");
              Thread.sleep(5000);
    }

  • How to connect to database in JSP

    Hi, all.
    I am using J2EE and cloudscape. I have written all the EJB classes. But now i have no idea that how to connect to database in jsp such as i get user ID from portal, then i connect to database check the existence of user ID and the password then return true or false value. how to write all this in jsp?
    Thanks very much!
    yayun

    this is the required code
    i hope this will help u
    <html>
    <head>
    </head>
    <body>
    <%@ page import="java.sql.*" %>
    <%
    try
    String fu=request.getParameter("username");
    String fp=request.getParameter("password");
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Connection Con=DriverManager.getConnection("jdbc:odbc:wind","","");
    Statement stmt=Con.createStatement();
    ResultSet rs=stmt.executeQuery("select * from table1 where username='"+fu+"' and password='"+fp+"'");
    if(rs.next())
    %>
    <jsp:forward page="success.jsp"/>
    <%
    else{
    %>
    <jsp:forward page="unsuccess.jsp"/>
    <%
    catch(Exception e)
    %>
    </body>
    </html>

  • How to define the Market Sales KF, in order to receive the desired result

    Hi all,
    I dont know how to define the Market Sales Kefigure, in order to get the following result. Any hint is more than welcome.
    Prd_ID = Product ID
    PS  =  Product Sales
    M_ID = Market ID
    MS  = Market Sales
    MS%  = Market Share ( formula in BEX PS/MS)
    <b>
    Prd_ID;PS;M_ID;MS;MS%</b>
    A00001;10;MRK1;100;10%
    A00002;20;MRK1;100;20%
    <b>SBTOT</b>;30;MRK1;100;30%
    B00001;40;MRK2;200;20%
    B00002;30;MRK2;200;15% 
    <b>SBTOT</b>;70;MRK2;200;35%
    <b>GTOTL</b>;100;MRKX;300;33,3%
    Products A00001 and A00002 compete in the same market. So the individual marketshares should be calculated against the market MRK1(200), e.g. 40/200 and 30/200.
    The totals now, of the A00001 and A00002 products(3040) should be compared against <b>the same market</b> MRK1(200),</b> and <b>not against</b> the MRK1MRK1(200+200).
    Thanks
    Vasso Siagri<b></b><b></b><b></b>

    Maik,
    thank you for your answer, but I am afraid this is not giving the desired results.
    What I want----
    >What am getting
    Prd_ID;PS;M_ID;MS;MS%
    A00001;10;MRK1;100;10%  ---> 10;MRK1;200;5%
    A00002;20;MRK1;100;20%  ---> 20;MRK1;200;10%
    SBTOT;30;MRK1;100;30%   ---> 30;MRK1;200;15%
    B00001;40;MRK2;200;20%  ---> 40;MRK2;400;10%
    B00002;30;MRK2;200;15%  ---> 30;MRK2;400;7,5%
    SBTOT;70;MRK2;200;35%   ---> 70;MRK2;400;17,5%
    GTOTL;100;MRKX;300;33,3% ---> 1000;MRKX;600;16,7%
    Neither resticted KF restricted on Market ID is working for many markets; it is working only if you analyze one market id.
    Any idea? bw idea? What actually I need is aggregation of unique records in terms on market id.

  • How to connect my friends apple notebook through video call

    HOW TO CONNECT TO A FRIEND WHO IS USING APPLE NOTEBOOK FROM MY IMAC SUGGEST ME WAITING FOR A SOLUTION FROM APPLE TEAM SUPPORT

    Hi,
    Typing in all upper case is regarded and shouting here.
    Presumably as you have posted in the OS X 10.7.x (Lion) area you are running this version of the OS on your iMac.
    This will have iChat 6 on it.
    This can use AIM, Jabber and Yahoo IDs within the app.
    Apple IDS ending in @mac.com and iCloud issued @me.com and @icloud.com are also Valid AIM Screen Names.
    If you use Googlemail and Enable "talk" in the products there you can then use your Google Mail ID as a Jabber ID (although it has it's own Add Account option in iChat)
    Facebook has an option to Enable "Chat" which will give you a Chat ID variant on your name there and this can be used in iChat (or Messages) as a Jabber ID.
    The Yahoo Account will only do Text chats.
    It also has to be an actual ID registered at Yahoo.
    Chats are then AIM to AIM or Jabber to Jabber or Yahoo to Yahoo.
    So your Buddy will also need a suitable ID or Screen Name  for the relevant service.
    8:16 pm      Sunday; January 19, 2014
      iMac 2.5Ghz 5i 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • How to connect sound or audio to my tv using hdmi adapter. I tried to connect thru sound settings but my tv is not found.

    how to connect sound to my tv set using hdmi adapter. Im using 2009 macbook pro 13". I went to sound settings then output and it shows internal speaker built- in, it wont locate my tv set. pls. help, thanks

    You probably can't because it looks like your MacBook Pro is too old to carry audio over HDMI. You will need to run a separate audio cable from the audio out port on the MacBook Pro to the audio in port on the TV.
    Check your MacBook Pro model year against the list in this Apple tech note:
    About Mini DisplayPort to HDMI adapters
    Learn about the Mini DisplayPort in the latest Mac models that enables audio and video output for DisplayPort and HDMI.

  • I need to know how to connect my macbook to the tv

    I ordered the mini dvi adapter for my macbook 13in and obviously it connects to the computer but i have no idea how it connects to the tv. Where does it go? and do i need something else to help connect it to the tv? I am really confused please help.

    Yep, Apple makes adaptors to go from the mini DVI on the macbook to almost any type of input that you TV will have. First check the back of your tube to find out what kind of input it has, and order the appropriate adaptor.
    Luck
    E

  • How to connect a Sony Bravia TV to the internet through your Airport network

    Since it took me a lot of time to figure out how to connect my Sony Bravia TV to the internet through my Airport network, I better share how to do it. Hopefully saving others a lot of time.
    My 32EX600 Sony Bravia TV is Ethernet connected to my Mac Mini, which is part of my Airport network, together with another Mac, an Airport Extreme Base Station and an ADSL modem/router. Moreover, the Mac Mini is connected to the TV by HDMI.
    Whatever I tried in the TV’s Wired Network Set-up (Auto, or Manual with manual IP, Subnet Mask, Default Gateway and DNS IPs), I couldn’t get it right. Cable Connection and Local Access were mostly OK, Internet Access always Failed.
    The solution lies in the Sharing panel of the System Preferences of the Mac Mini. In the Internet Sharing item of that panel, you should choose to “share your internet connection from WiFi to computers (the TV in this case) using Ethernet“, and NOT (as I had chosen before and seemed so obvious) “share your internet connection from Airport to computers using Ethernet“. After that change, the Bravia Network Set-up, using the Wired and Auto options, flawlessly connected to the internet. No expensive (Sony) WiFi USB dongle needed.

    I have now had a detailed reply from Sony Europe and the way to do this is to:
    1.       Press Home on the TV Setup
    2.       Use the right and left arrow to select Setting.
    3.       Use the up and down to select Network, press Enter.
    4.       Select Network Setup.
    5.       Select Wireless setup.
    6.       Select Scan
    7.       Select your network
    8.       A new screen will appear asking for entering the security key.
    9.       Enter your WPA2 key.
    10.   Select Enter.
    11.   It will take you back to the same screen asking for entering the
    security key.
    12.   Press the right arrow.
    13.   Select Auto.
    14.   Press the right arrow.
    15.   Select Save and connect.
    These instructions are not the same as shown on the TV but they worked fine for me so they may help others with a similar problem.

  • How to connect my Mac book Pro to a TV

    How to connect my MacBook Pro to the TV using HDTV cable

    I am assuming your TV has HDMI connector.
    In that case, if your MacBook is the retina-one, you have HDMI connector there too. All you need is HDMI cable to connect teh two.
    If your MacBook has thunderbolt port instead, you need Mini DisplayPort to HDMI adapter and HDMI cable.
    Hope this makes sense.

  • How to connect old aiport express to my new Airport Extreme? My Ipad says "base station e5713b cannot be configured" and my AirPort tool on my PC will not permit me to add my new Airport Extreme network (no network names to choose from)

    How to connect old aiport express to my new Airport Extreme?
    I have a PC running with Win7 and just replaced my Jensen With a brand New Airport Extreme.
    I have set up the Airport Extreme to the internet, Iphones and Ipads and it work as it should.
    I have downloaded latest Version of Airport tool on my PC. In addition i have downloaded the airport tool for Ipad.
    I have reset one of my airport Express and it now shows up both on the Ipad and on the PC airport tool.
    My Ipad says "base station e5713b cannot be configured."
    I have wired the airport Express to my Ethernet to be able to "see it" on my Airport tool.
    My AirPort tool on the PC will not permit me to add the airport Express to my new Airport Extreme network (no network names on the drop-down list to choose from). I wished for an easy set-up, but nothing seems to be plug and play as the Commercial says.. can you please help me?
    Sigve

    Hi
    Thanks for Swift reply.
    Yep - I in fact have two A1088 and one A1264
    I actually bought the new router because the Jensen
    router always lost connection to the Airport Express after some hours or days. I
    always needed to restart my Jensen to play music and that was driving my wife
    mad. The hope was that the Extreme should fix this. Both A1088 have been set up
    to only stream music to two of my stereo amplifiers from my PC’s Itunes library.
    Are the A1088 now useless?
    The A1264 has been set up to feed internet into a Denon Reciever that needed Ethernet cable.
    Please advise
    Regards
    Sigve

  • How to connect my iPhone and iPad to Apple TV

    How to connect my iPhone and iPad to Apple TV

    Connect the iPad and Apple TV to the same WiFi network. Double Tab the home button on the iPad and then swipe your recently used apps from left to right until you see the mirroring icon which looks like a retangle with an up arrow. Tab that icon until you see the Apple TV. Tab Apple TV and slide the slider to the ON position. You should now see your iPad screen on the TV the Apple TV is connected to.

Maybe you are looking for