Questions tagged [live-connect-sdk]

An open source framework that connects mobile apps with multiple TV platforms.

Because most TV platforms support a variety of protocols, Connect SDK integrates and abstracts the discovery and connectivity between all supported protocols.

To discover supported platforms and protocols, Connect SDK uses SSDP to discover services such as DIAL, DLNA, UDAP, and Roku's External Control Guide (ECG). Connect SDK also supports ZeroConf to discover devices such as Chromecast and Apple TV. Even while supporting multiple discovery protocols, Connect SDK is able to generate one unified list of discovered devices from the same network.

To communicate with discovered devices, Connect SDK integrates support for protocols such as DLNA, DIAL, SSAP, ECG, AirPlay, Chromecast, UDAP, and webOS second screen protocol. Connect SDK intelligently picks which protocol to use depending on the feature being used.

53 questions
1
vote
2 answers

WP7 + Live SDK - file overwrite doesn't work

I'm trying to upload a file to SkyDrive using Live SDK. It works well except overwriting existing files. Whenever I try to overwrite an existing file I get the error message "The resource file_name already exists.", although I use the Overwrite…
filip
  • 1,444
  • 1
  • 20
  • 40
1
vote
2 answers

Getting data from MS Live Calendar

currently I working on a portal project for getting calendar data from several websites (google, yahoo, live/hotmail). the problem is our application require a service that getting calendar data from those websites. my team already get rid the…
bonjorno
  • 201
  • 2
  • 12
1
vote
1 answer

Windows Live ID/Live connect, how to get current logged in user's email

First, I am using Live connect, as documents says live id will be obsolete When a user log in my site with Live connect, I want to get the email address which he/she input when he log in. I can not find a way to get such information, it's so…
Xilang
  • 1,513
  • 3
  • 18
  • 36
0
votes
1 answer

Problems accessing SkyDrive from Windows Phone 7

We are using the Live Connect SDK 5.0 to retrieve pictures from SkyDrive from our Windows Phone 7.5 application. The application code (simplified) below used to work until a few days ago. Now when we try to access the imageStream (or any other…
Philipp Schmid
  • 5,778
  • 5
  • 44
  • 66
0
votes
0 answers

Errors when using Connect-SDK

I am trying to build a POC using Connect-SDK-Android. I followed the step mentioned here https://github.com/ConnectSDK/Connect-SDK-Android-API-Sampler After cloning I am able to run the project 'Connect-SDK-Android' in Android Studio without any…
0
votes
0 answers

SSLHandshakeException on hand shaking with android smart Tv

hi I'm working since 2 week on this problem but no luck. Its been a long time i trying every solution on stack over flow but didn't found any help Today I'm sharing my code and approach. I am creating a remote control device for android mobiles to…
0
votes
1 answer

How to add connectSDK libraries to android studio

I am just trying to know how to add connectSDK to android studio so I can work with their classes in the program
0
votes
1 answer

401 Unauthorized when getting app list for LG TV Using ConneckSDK

Using ConnectSDK. I can successfully connect to a device and running device.launcher().launchNetflix() actually launches Netflix. However, most apps are launched using device.launcher().launchApp(appID: String), but no where am I able to find out…
keverly
  • 1,360
  • 1
  • 15
  • 21
0
votes
1 answer

How to integrate plugin "cordova-plugin-connectsdk" in Ionic 3 app?

I'm new to Ionic and want to to know how to use connectsdk to play the videos in TV from Ionic 3 app. Actually I want to use this plugin "cordova-plugin-connectsdk" in ionic 3 but I don't know how to integrate this plugin in ionic 3 I tried to…
0
votes
1 answer

connectSDK don't have a friendlyname in iOS

I'm using connectSDK and in Android I could get the friendly name but in iOS It don't have this thing. I know there is a module Name but it's too general to be a "name" I'm using, Is there something i missed or any other "name" I could use ?
xie doye
  • 31
  • 1
  • 6
0
votes
1 answer

Error on Android during ConnectSDK installation

I integrated the ConnectSDK Cordova Plugin into my Ionic App. https://github.com/ConnectSDK/Connect-SDK-Cordova-Plugin During the Installation I got an error for the Android Platform: Failed to install 'cordova-plugin-connectsdk': Error: Cannot…
0
votes
1 answer

Cannot upload Application logo on Microsoft account Developer Center

For the last couple of days (up to and including 21 Feb 2016) I'm unable to upload an Application logo on the settings pages of the apps listed on my https://account.live.com/developers/applications/index On "basic information" of the "edit…
mdxs
  • 147
  • 9
0
votes
1 answer

Mobile screen mirroring and even injection

Can I use Connect SDK to mirror mobile screen (both iOS and Android) and event injection? My aim is to stream mobile screen to browser and injecting events based on user interaction (on browser). I don't want to ROOT/Jailbreak. Thanks
iuq
  • 1,487
  • 1
  • 20
  • 42
0
votes
1 answer

Connect SDK: share local image

I use Connect-SDK-Android-API-Sampler and share an image into a TV using mediaURL "www.example.com/image.jpg". How I could share my local image from device?
DuoBlood
  • 71
  • 1
  • 5
0
votes
2 answers

How do I supply credentials to update my OneDrive file?

I want to overwrite a file on my OneDrive. I think below is the correct method, but I don't see where I would provide my login credentals for my OneDrive account. using System; using System.Collections.Generic; using System.Linq; using…
ManInMoon
  • 6,795
  • 15
  • 70
  • 133