Skype for a relative in the hospital?

I am hoping someone can help me with some technical advice.  My dad is going to be in a hospital for a few weeks, but would love to watch his grand-daughter (my niece) play soccer.  I told him I thought there would be a way to set up his TV (a Samsung UN28H4000) so that he can watch the games over Skype.
I think we will be able to get someone at the game to record the action using a smartphone, and keep a Skype connection open, but I have no idea how well this will work.  Smartphone cameras are usually wide angle, and for a soccer game, I would think he would need a distance camera.
I don't mind buying a camera for his TV, or even buying a distance camera for his dad's cell phone, but I just don't know enough about the hardware and software connections.
Does anyone have any ideas on how I can make this work?

Most of the hospitals I visit don't have fairly new TVs.  That TV in question does not natively support Skype so you'd have to get an all-in-one solution like a TelyHD or a Logitech TV cam.  It might be less expensive or easier, to use a laptop or netbook.  There still would be the issue of Internet access at the hospital.  Still trying to coordinate this in real-time with poor quality equipment is not that ideal.  It would probably easier, less expensive and higher quality to have the game recorded using a quality digital camera then copied to a flash drive to be either viewed on that TV or any computer/device that can play the file back.  A skype call could always be made later to the grand-daughter while in the hospital.

Similar Messages

  • Contention for latches related to the shared pool was consuming significant

    We are having performance issue on our database. When I look at the AWR, I see that there is a contention for latches. Below is the AWR Report.
    ADDM Report for Task 'ADDM:1775307360_12808'
    Analysis Period
    AWR snapshot range from 12807 to 12808.
    Time period starts at 10-MAY-11 01.00.15 PM
    Time period ends at 10-MAY-11 02.00.23 PM
    Analysis Target
    Database 'ADVFDWP' with DB ID 1775307360.
    Database version 11.1.0.7.0.
    ADDM performed an analysis of all instances.
    Activity During the Analysis Period
    Total database time was 27827 seconds.
    The average number of active sessions was 7.71.
    Summary of Findings
    Description Active Sessions Recommendations
    Percent of Activity
    1 Shared Pool Latches 6.43 | 83.42 0
    2 Top SQL by DB Time 2.41 | 31.24 3
    3 "Concurrency" Wait Class 2.18 | 28.22 0
    4 PL/SQL Execution 1.53 | 19.86 1
    5 "User I/O" wait Class 1.33 | 17.24 0
    6 Hard Parse 1.24 | 16.14 0
    7 Undersized Buffer Cache .83 | 10.73 0
    8 CPU Usage .7 | 9.02 0
    9 Top SQL By I/O .31 | 4.04 1
    10 Top Segments by I/O .24 | 3.12 1
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Findings and Recommendations
    Finding 1: Shared Pool Latches
    Impact is 6.43 active sessions, 83.42% of total activity.
    Contention for latches related to the shared pool was consuming significant
    database time in some instances.
    Instances that were significantly affected by this finding:
    Number Name Percent Impact ADDM Task Name
    1 ADVFDWP1 99.31 ADDM:1775307360_1_12808
    Check the ADDM analysis of affected instances for recommendations.
    Finding 2: Top SQL by DB Time
    Impact is 2.41 active sessions, 31.24% of total activity.
    SQL statements consuming significant database time were found.
    Recommendation 1: SQL Tuning
    Estimated benefit is 1.07 active sessions, 13.82% of total activity.
    Action
    Run SQL Tuning Advisor on the SQL statement with SQL_ID "fdk73nhpt93a5".
    Related Object
    SQL statement with SQL_ID fdk73nhpt93a5.
    INSERT INTO SFCDM.F_LOAN_PTFL_MOL_SNPSHT SELECT * FROM
    F_LOAN_PTFL_MOL_SNPSHT_STG
    Recommendation 2: SQL Tuning
    Estimated benefit is 1 active sessions, 12.96% of total activity.
    Action
    Tune the PL/SQL block with SQL_ID "7nvgzsgy9ydn9". Refer to the "Tuning
    PL/SQL Applications" chapter of Oracle's "PL/SQL User's Guide and
    Reference".
    Related Object
    SQL statement with SQL_ID 7nvgzsgy9ydn9.
    begin
    insert into SFCDM.F_LOAN_PTFL_MOL_SNPSHT select * from
    F_LOAN_PTFL_MOL_SNPSHT_STG;
    end;
    Recommendation 3: SQL Tuning
    Estimated benefit is .4 active sessions, 5.2% of total activity.
    Action
    Investigate the SQL statement with SQL_ID "fcvfq2gzmxu0t" for possible
    performance improvements.
    Related Object
    SQL statement with SQL_ID fcvfq2gzmxu0t.
    select
    a11.DT_YR_MO DT_YR_MO,
    a11.IND_SCRTZD IND_SCRTZD,
    a13.CD_LNSTAT CD_LNSTAT_INTGRTD,
    sum(a11.CNT_LOAN) WJXBFS1,
    sum(a11.AMT_PART_EOP_UPB) WJXBFS2,
    sum(a11.AMT_LST_VLD_PART_UPB) WJXBFS3
    from
    SFCDM.F_LOAN_PTFL_MOL_SNPSHT
    a11
    join
    SFCDM.D_DETD_LNSTAT_CURR
    a12
    on
    (a11.ID_CYCL_CLOS_DETD_LNSTAT_SRGT = a12.ID_DETD_LNSTAT_SRGT)
    join
    SFCDM.D_LNSTAT_CD
    a13
    on
    (a12.ID_LNSTAT_CD_SRGT = a13.ID_LNSTAT_CD_SRGT)
    join
    SFCDM.D_LOAN_CHARTC_CURR_MINI
    a14
    on
    (a11.ID_LOAN_CHARTC_SRGT = a14.ID_LOAN_CHARTC_SRGT)
    where
    (a11.DT_YR_MO in (201103)
    and a14.CD_SFCRM_LOAN_BUS_LI not in ('L', 'T', 'W')
    and a13.CD_LNSTAT in (14)
    and not exists
    (select * from SFCDM.F_LOAN_PTFL_MOL_SNPSHT s
    where s.id_loan_syst_gend = a11.id_loan_syst_gend
    and s.dt_yr_mo

    It is worth checking the actual size of the shared pool e.g.
    select pool,sum(bytes)/1024/1024/1024 from v$sgastat group by pool;
    the parameters you ahve posted suggest you have set a minimum but no maximum, so it could very large.
    Next up is looking for unhared SQL i.e.
    select column1 from some_table where column2='A_VALUE';
    select column1 from some_table where column2='Another_Value';
    where the code should be using binds instead of literals for security and performance reasons, a simple way to find this is to look in v$sql for sql having the same plan_hash_value but different sql_Ids and compare the sql_fulltext of each statement.
    Also a possibility is sql with many child cursors, this is trickier as the cause may vary and may not be easy to fix. check th econtents of v$sql for sql that have high values in the child_number column anmd investigate the contents of v$sql_shared_cursor for the reason there are multiple child cursors.
    Chris

  • Skype for web (Beta) on the way

    http://blogs.skype.com/2014/11/14/please-welcome-s​kype-for-web-beta/
    A possible bone tossed to PB users when this is available? (May work with Origami browser set to a user agent of one of the supported platforms.) Won't get my hopes up, but we shall see...

    Hi and welcome to the Skype Community,
    Once the product will be available to a larger group we'll open up a dedicated community section, yes.
    Meanwhile please share your feedback here if you are part of the beta: http://community.skype.com/t5/Other-features/Skype-for-Web-Beta-announced/td-p/3774119
    Follow the latest Skype Community News
    ↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

  • Is a message and call record using Skype for Web kept on the computer?

      does anyone know tell me path of historical web skype Does anyone know tell me path of historical web skype?     Subject/title amended from "Historic" to clarify the question. 

    I would check the web skype historic somewhere in the c: the machine eg in the folder " % temp % " for the company to use the skype app just that some older machines are complaining of memory because it is very heavy for them ... one of the fulga options that I found was the web skype but the only problem I found was that there's no way we monitor the message traffic as we made already ...

  • Why the free version Skype for Windows Desktop is the only one with ads?

    Why? as the title ask? All the other Skype program on other platforn e.g. Android, iOS, Mac doesn't contain any ads, like the phone / tablet version does not seems to have one. The Mac version I don't really know, but people who uses skype on mac tells me there's no ad in their skype. Well maybe if there are, it might be not as annoying as the windows desktop version and they might have not noticed. I don't really care if you put ads in the program it's free anyway, but don't put and use ads that make the program looks cheap and annoys it user to use program. Anyway, I believe skype is seriously needed to be the main messaging/videocall app for windows (like mac's iMessage). Especially with the release of Windows 10 and if you're going to be that, putting such intrusive ads in the program is just not going to cut it, if you gonna put ads, do it right (at least). Seriously your ad placement is just like saying F**K you i'm going to put ads whereever i want. Skype is part of Microsoft now; It's very funny to see that Skype's on Windows (the OS Microsoft make) Desktop platform, is the skype platform I personally least like to use (I have use skype in android phone and tablet too, and on Mac). Like seriously, If you work with Microsoft, shouldn't you make a skype version that's bundled to Windows as Messaging service, like Windows Messenger back in windows XP days? 

    Hi Shanny33,
    Thanks for using Apple Support Communities.  This article has steps you can take for the error you're seeing:
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Cheers,
    - Ari

  • What is known about UCMA support in 'Skype for Business', the next generation of Lync Server?

    Microsoft has announced that the next version of Lync will be "Skype for Business".  In the first half of 2015, the next version of Lync will become Skype for Business with a new client experience, new server release, and updates to the service
    in Office 365.
    http://blogs.skype.com/2014/11/11/introducing-skype-for-business/
    What is known about support for UCMA and other Lync SDKs in the new version that is expected to be released in less than six months?
    UCFin

    There is now publicly available information that all the Lync SDKs will be supported in Skype for Business. Specifically, there will be support for:
    Unified Communications Managed API (UCMA)
    Lync Server SDK
    Lync Client Managed API (including UI Suppression)
    Unified Communication Web API (UCWA)
    You can read more on my blog post: here: http://blog.thoughtstuff.co.uk/2015/03/lync-development-apis-whats-supported-in-skype-for-business/
    -tom
    Tom Morgan Developing Lync

  • Any chance for the "away" and "busy" statuses to make it back into Skype for Android?

    I recently realized that the new (well new as of early July) Skype for Android is missing the "away" and "busy" statuses (and perhaps some other one as well). I've seen other users around this forum mentioning the same thing, but it's unclear to me whether this was done intentionally or not. Are there any chances for these statuses to be added back? And if not what has been reasoning behind the decision of taking them out? - Adriano

    There is another topic, addressing this issue and also explaining it pretty good:http://community.skype.com/t5/Android/Regression-in-4-0-Away-and-Busy-statuses-not-visible/td-p/1729768Unfortunately it doesn’t have much kudos either, even though it is pretty old. The worst about it is, that you aren’t even able to see the real status of your contacts:                Contacts who have their status set to “away” are shown as online.                Contacts who have it set to “busy” are shown as offline. (Which is even worse…)This simply can’t be intentional.  Also.. It's been possible in older skype versions for android, it's also possible on ios.. So where is the need to get rid of the busy/away status in the new android version? 

  • How to cancel Skype for good

    Help... Please can someone tell me how to cancel skype, I have not used skype since february as conection was really bad, I cancelled in my account and closed account, every month since skype are still taking payment from pay pal, i followed paypals intructions and  singed into skype and re canceled the account again, account says its closed, skype are still taking payments 
    [Name redacted for privacy]

    Mike,
    The forum you have posted your question in is for questions related to the SAP Business One SDK.  Your question seems application related and typically application questions you would post in the SAP Business One Discussion Forum.
    From the SAP Business One Online Help ...
    1. To deactivate an alert, choose > Administration > Alert Management.
    2. In the Alert Management window, select the required Alert using Find mode.
    3. Uncheck the Active checkbox.
    4. Choose Update. The alert function is now inactive.
    Hope that helps,
    Eddy

  • Lync 2013 - Skype for business User Interface

    Hello,
    We are using Lync 2013 with Lync 2013 server with CU from August 2014 (so not ready for Skype for Business).
    I have installed latest Desktop Updates for Windows and Office, and now everytime we log on we get the Skype for Business UI with the question to restart the client with the Lync UI.
    I have followed the recommendation in this article:
    https://technet.microsoft.com/library/dn954919.aspx
    I have set this:
    In the [HKEY_CURRENT_USER\Software\Microsoft\Office\Lync] key, create a new
    Binary value.
    The Value name must be  EnableSkypeUI, and the
    Value data   must be set  to 00 00 00 00.
    But this settings seems to be completely ignored... doesn't do anything.
    We can't set the policy on the server, as the server is not yet up-to-date and doesn't know about a Skype UI policy.
    Can somebody please tell me how I can start the updated Lync / Skype for Business client with the Lync UI as a default (without disturbing the user with the restart-the-client pop-up)?
    Thanks a lot!

    Hi,
    As mentioned the Lync Server is not up-to-date, based on my knowledge this is why the issue occurs.
    Please refer to this article below:
    https://technet.microsoft.com/library/dn954919.aspx
    You can configure the client experience only if you are running Lync Server 2013 with the December 2014 Cumulative Update (5.0.8308.857) or later installed. The latest one is:
    KB 3036869 February 2015 Cumulative Update 5.0.8308.871 for Lync Server 2013 Core Management Server.
    You can specify the client experience the users in your organization will see by using the
    Set-CSClientPolicy cmdlet with the EnableSkypeUI parameter:
    Set-CsClientPolicy -Identity Global -EnableSkypeUI $true
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs. Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • While in a Skype call in Windows 8, the volume of other sounds lowers

    Hi everyone,
    I am reposting an issue ride is experiencing when using Skype in Windows 8. Ride writes:
    I am having a problem when using Skype as well.  While taking a Skype call, sounds on other programs are lowered in volume.  I have selected "do nothing" in the sound card communications settings section, but the problem still persists.  Is there any way to fix this?  I am using windows 8 with a Compaq CQ45 computer.
    Hi ride,
    I've noticed that the Skype app on the Windows 8 Start screen does not do all the things that the desktop version of Skype for Windows 8 does. I heartily recommend installing the desktop version of Skype, as well as the Start screen app, and logging in to both. That way you'll still get updates in your live tile on the Start screen, and you will still be able to get voice messages on your desktop version of Skype. It's the best of both worlds.
    I managed to listen to an online radio station full blast while making a Skype call. Here's what I did:
    First, I installed both the Skype app and the desktop version of Skype for Windows 8 (get the directions in the Installing and setting up Skype for Windows 8 and the Installing and setting up Skype for Windows desktop sections of the Using Skype to Make Voice and Video Internet Calls (Windows 8) document.)
    Then, like you, I selected the Do nothing radio button on the Communications tab of Sound menu (press the Windows + W keys; type Sound into the search field; and then click Sound in the search results.) I then restarted my computer.
    I made a Skype call using the desktop version, and then made a new Skype call from the Start menu app. That's when I started noticing that the volume of the radio station was not reduced. Also, when a friend sent an instant message, I heard the little ping sound full blast.
    I'm not entirely sure why that all worked, but it did, and I hope it works for you, too. Will you reply to this post to let me know if it helps you?
    ~Lil.Liebe
    Clicking the white KUDOS THUMBS UP on the right is a way to say thanks!
    Click Accept as Solution on a reply that solves your issue to help others in search of answers.

    syedaismatara wrote:
    Hi, When i call from skype sound culity very bad. Skype new version not working good. how can i get old version ?
    Hi!  It appears your concern is completely different from that of the thead starter.  Unfortunately, thread hijacking is not allowed in this site as such practice may bring confusion in the community forum. 
    please visit the link below on instructions on how to create a new thread.  most likely your concern can be easily seen and get accurate responses when placed in the correct section. thanks!
    Help Us Help You (How to Start a New Thread)
    all users, guest, visitors, advisors and superusers must follow this rule in order to maintain order and avoid confusion in the forum site.  from the title of the thread any user can easily know what the thread is all about.
    IF YOU FOUND OUR POST USEFUL THEN PLEASE GIVE "KUDOS". IF IT HELPED TO FIX YOUR ISSUE PLEASE MARK IT AS A "SOLUTION" TO HELP OTHERS. THANKS!
    ALTERNATIVE SKYPE DOWNLOAD LINKS | HOW TO RECORD SKYPE VIDEO CALLS | HOW TO HANDLE SUSPICIOS CALLS AND MESSAGES
    SEE MORE TIPS, TRICKS, TUTORIALS AND UPDATES in
    | skypefordummies.blogspot.com | 

  • New Skype for Business PSTN services announced

    Announcing preview of new Skype for Business services in Office 365Skype Meeting Broadcast, available to eligible Office 365 customers worldwide, enables broadcast of a Skype for Business meeting on the Internet to up to 10,000 people, who can attend in a browser on nearly any device. Skype Meeting Broadcast makes it easy to host large virtual meetings like internal “Town Hall” style meetings and public webinars. The preview includes integration with Bing Pulse, for real-time polling and sentiment tracking, and Yammer, to enable attendee dialogue during the broadcast.PSTN Conferencing, available in preview to Office 365 customers in the U.S., allows people invited to a Skype for Business meeting in Office 365 to join the meeting by dialling in using a landline or mobile phone. This traditional dial-in capability is in addition to...
    This topic first appeared in the Spiceworks Community

    Over the last couple of weeks, there have been a whole bunch of new announcements made regarding the databasing capabilities of AzureI've gathered them up into a single post for convenience, enjoy!Azure Data Factory Updates:support for new data stores to Azure Data Factory. You can now additionally connect to MySQL, DB2, Sybase, PostgreSQL and Teradata. Data can now be copied from any of these data sources to Azure Blob or Azure SQL DatabaseAzure SQL Data Warehouseis open for Limited Public Preview, designed for data warehouses in the 5-10 TB range to give users the ability to start testing and providing Power BIwith Azure SQL Data WarehousePower BI allows you to directly connect to the data stored in your Azure SQL Data Warehouse offering simple and dynamic exploration.21 new partners announced for Azure SQL Data Warehouseportfolio of...

  • Skype for business online with Third party mail server

    Dear All, I would like to ask you about the Skype for business. Now I have mail hosting account and I want to use email hosting account via outlook and skype for business online for conference. But when I try to open outlook and sent skype for business online meeting it shown error to me that "Unable to identify the calendar owner. Please contact your support team" Please kindly feedback me about this issues. Best Regards, Zhuge_Laing 

    Hi, Zhuge_Laing, and welcome to the Community, To receive the information you require more quickly, please click on the "Looking for Skype For Business" link above the messages list here, and follow the links through to the Office 365 Support Team. Alternately, this link will take you to the same place: https://support.skype.com/faq/FA34551 Regards,Elaine

  • Skype for Windows non-federated contacts

    Hi,
    I have an Office 365 Small Business account. I was using Skype to connect to non-federated Lync contacts. With Skype for Business, I can't connect to these contacts. Was the ability for Lync to connect to Skype contacts removed?
    Do I need both the Skype and Skype for Business programs on my PC? Can I run both simultaneously? It isn't clear from what I've read, I'd like to have one client open and see both personal and business (Lync) contacts.

    Not sure where you're getting your data, Entegy, but I have found Skype to work quite well, especially considering the cost.  It's less buggy than a lot of expensive software.
    I've been collaborating using Skype for some 7 or 8 years now, often in tandem with screen-sharing software, and sometimes on calls that last all day with folks on Macs and PCs alike, even iPads.  I've transferred files with it from bytes to gigabytes
    without error. 
    Skype is not without a few little glitches but I count it amongst the top productivity applications I've ever used.  It has always "just worked" for me.  Perhaps it has to do with how tightly you run your ship when it comes to keeping
    your computer well-maintained.
    Why would anyone consider installing Skype for Windows 8 while the Windows desktop
    version is still available.  What could a person possibly hope to gain by trying to use the Metro/Modern side of Windows?
    I just installed the Skype Windows desktop version 6.3.59.105 on my Windows 8 test system and it works just fine.
    -Noel
    Detailed how-to in my eBooks:  
    Configure The Windows 7 "To Work" Options
    Configure The Windows 8 "To Work" Options

  • How do I turn off skype for web (beta) when I log-in to my outlook email

    I've noticed in the past couple of days that when I log-in to my outlook email page that it shows the new 'skype for web (beta) icon at the top right of the messenger pane instead of the old message link.  How do I  turn this off and go back to the old version as I don't like the new skype for web and much prefer the old style message pane?  I have noted that when I open my People page or OneDrive page that the old version still shows there, so why can't I turn it off in my email page and go back to the original pane? I would appreciate some help and advice on this.  Thanks.

    Hi Claudius,, Thanks for replying.  You asked what I preferred about the old message pane.  I just preferred how it looked.  You could see automatically from your contact list who was online as the call/video icons showed clearly beside their name and if you simply wanted to send an IM, you just selected the contact and the IM box would appear at the bottom.  I just don't like how the new skype for web looks at the side of your Outlook email page as I don't like the layout.  I know it all comes down to personal preference and mine is for the old version.  I don't understand why they have to keep making changes to things.  The way I see it is, if something isn't broke, why break it?  The old version worked perfectly well and I preferred it but we, the users, don't get a say in anything because the people who make these decisions just go ahead and change things no matter what. Thanks for clearing this up for me.  I had hoped you could just turn it off and revert back to the old message pane but you say this isn't possible which is unfortunate. Regards, Linda  

  • New Skype Emoji not appearing on Skype for Windows Phone

    Posted here because I couldn't select "Skype for mobile" in the Windows 10 Edge browser... I've noticed that emoji like (Windows10) do not appear in Skype on Windows Phone.  Instead, I see an empty white box.  I also don't see the text of the emoji. Seems like an issue with Skype for Windows Phone where the app understands that (Windows10) is an emoji, but can't find the image to display.   

    Please,  run the DirectX diagnostics tool (32-bit option only).
    Go to Windows Start and in the Run box type dxdiag.exe and press the OK button. This will start the DirectX diagnostics program. Run this diagnostics and save the results to a file. Please, attach this file to your post.
    Be aware that you will have to zip this file before attaching it here.

Maybe you are looking for

  • Setting field (system condition) required at work order operation level

    Hi everyone, I wanted to make 'required' system condition field at operation level, however neither it's available in OIOPL nor in OIOPD.. I'd appreciate if anyone could suggest something Thanks in advance

  • Need to change Pipeline URL

    Hello, I need to change the pipeline url for my XI. I did changed it in SLD -> Business System and in SXMB_ADM -> Integration Engine Configuration. But when I check the configuration in SXMB_ADM (F7), it seems that everything is not correct: Yellow t

  • Do you know what is wrong at this?

    import java.awt.*; import java.awt.event.*; import java.applet.Applet; * beschrijving * @version 1.0 van 21-11-2007 * @author public class LeeftijdcategorieApplet extends Applet { // Begin variabelen private TextField leeftijdVeld = new TextField();

  • Adobe Reader 10.1.2 - nur noch über Standarddrucker drucken?

    Moin, vor ein paar Tagen wurde das Update auf Adobe Reader 10.1.2 eingespielt. Danach hat sich das Druckerauswahlfenster verändert. Heute bemerkte ich, dass man nur noch über den Standard-Drucker drucken kann. D.h. auch wenn ich einen anderen Drucker

  • Not possible to increase the size of a sparsebundle on 10.5.7

    Hi, I have a sparsebundle of 300GB on a NAS (Droboshare). It's used for Time Machine backups. I think the band size is 64MB. I can decrease the size (e.g. from 300 to 299GB) with hdiutils but when I try to increase it, I always get the following erro