Skype4MP with video (1 Viewer)

mts

Portal Pro
September 2, 2007
317
25
Home Country
Germany Germany
Hey guys,

you know that the skype Desktop-Api is still available? Microsoft recalled their decision to cancel the desktop-api before they have an alternative.
Link: https://support.skype.com/en/faq/FA214/what-is-the-desktop-api

As communicated in this blog post, due to technology improvements we are making to the Skype experience, some features of the API will stop working with Skype for desktop. For example, delivery of chat messages using the API will cease to work. However, we will be extending support for two of the most widely used features – call recording and compatibility with hardware devices – until we determine alternative options or retire the current solution.
I just made a short test without a problem:
Code:
            skype = new Skype();
            skype.Attach();          

            for (int i = 0; i < skype.Friends.Count; i++)
            {
                Title = skype.Friends[i + 1].DisplayName;

                if (skype.Friends[i + 1].Handle == "echo123")
                {
                    Call call = skype.PlaceCall(skype.Friends[i + 1].Handle);
                    break;
                }
            }

Unfortunately I never wrote a mediaportal-plugin before, but it should be very easy to integrate it.
If you use this it wont show you the client:
_SendSkypeCommand("SET WINDOWSTATE HIDDEN");
 
Last edited:

mts

Portal Pro
September 2, 2007
317
25
Home Country
Germany Germany
great, so maybe we can just bring it back to life again. I think it would be great to have some basic functions like:
- display your buddy list. (show who is online / offline)
- initiate a call (with or without video)
- answer a call (with or without video)

I think this should be possible at the moment. All the chat-functions are disabled at the moment.
 

offbyone

Development Group
  • Team MediaPortal
  • April 26, 2008
    3,989
    3,712
    Stuttgart
    Home Country
    Germany Germany
    Those functions are in there ;) Question is if it still works with the current Skype API. And it also needs updating to work with current MP version.
     

    offbyone

    Development Group
  • Team MediaPortal
  • April 26, 2008
    3,989
    3,712
    Stuttgart
    Home Country
    Germany Germany
    Alright here's the google code project with svn:
    https://code.google.com/p/skype4mp/

    I already fixed the code to run with MediaPortal1.7 or higher and build an installer.
    You can see you contacts and start/end a call. Only has DefaultWide skin files.

    It's far from perfect, but the code was never finished (and it's mostly not mine - I simply took over from fripsy IIRC).
     

    Attachments

    • Skype4MP_1.0.0.5.mpe1
      1.1 MB

    Users who are viewing this thread

    Similar threads

    I meant use MP client to try to spot how it's requesting streams for specific channels and then try to do the same with VLC. TV Server development looks dead so I'm afraid you're going to have to figure that out by yourself if it's even possible.
    I meant use MP client to try to spot how it's requesting streams for specific channels and then try to do the same with VLC. TV...
    Hi everyone, I've set up Mediaportal TV Server on a Windows 11 box, tuner deteced okay, scanned channels, can preview, all seems...
    Replies
    8
    Views
    1K
    Well, all that remains is to find someone who will add this render if it is a render.
    Well, all that remains is to find someone who will add this render if it is a render.
    Are there plans to support other video renderers? MadVR got added a while ago, but this a 'hardcoded' selection in the...
    Replies
    23
    Views
    9K
    I don't know about MP2 but as you said you tried MP1 too, how is the MP music config ? MP(1) will only use LAV if you select "Internal DirectShow player" as music output, but then you lose gapless playback. If you you don't have multichannel music you can choose WASAPI as the output and set the number of speakers to stereo. I have...
    I don't know about MP2 but as you said you tried MP1 too, how is the MP music config ? MP(1) will only use LAV if you select...
    Not sure if this a a bug/config/settings problem. I am running a media portal 2.5 server with 2.41 client but it seems I get the...
    Replies
    1
    Views
    652
    Not exactly sure how....but have now managed to correct this issue.:rolleyes:
    Not exactly sure how....but have now managed to correct this issue.:rolleyes:
    Using latest 64 bit MP1......for some time.....no problems! Now find that video has no audio.....but TV audio is fine...
    Replies
    1
    Views
    601
    OK....perhaps impatient of me I know, but went for a full reinstall....and now up and running once more. Have no idea what was at the root of this problem....still wondering if it may've been due to a Win11 update earlier this week?
    OK....perhaps impatient of me I know, but went for a full reinstall....and now up and running once more. Have no idea what was at...
    Have used MP1.38 64 successfully since it's introduction.....now something has changed. Video folders are still present.....but now...
    Replies
    3
    Views
    1K
    Top Bottom