Use multiple Camera on Instagram Live - camera

I use my Android Phone and I want to use multiple camera on Instagram live video and switch between. I have 2 question:
How I can do this?
Can I use windows to send live stream as Instagram live?
Please help me, thank you

Related

How to customize the main store listing in the google console?

I have question is their way to customize the main store listing? I want to remove the table requirements because the app want to apply on the phone devices not in the tablet devices.
I read some articles or post that I need to go this section in the google console.
Reach and devices -> Device Catalog
You can limit your app to Phones only from the app manifest for more on this see this answer.
for Google Play store listing, you can add 1 screenshot for each tablet size using a phone screen shot, in that way you will only target phones.
the problem with "Device Catalog" approach that you will need to do this every time new devices were added to google play console which is very hard to do.

Camera Remote API for DSC-RX1RM2

I am trying to control my Camera DSC-RX1RM2 with Remote SDK.
With the PDF guide [Sony_CameraRemoteAPIbeta_API-Reference_v2.20.pdf],
I think I can use [Continuous shooting mode]API for my Camera,
But the result always return ["error": [12, "No Such Method"]].
I want to ask where is the problem?my camera or the SDK or my source?
Unfortunately, the DSC-RX1RM2 is not supported by the API. Stay tuned to the Sony Camera Remote API page for any updates on supported cameras - https://developer.sony.com/develop/cameras/.
The latest API does support the DSC-RX1RM2, just confirmed it.
Also check that your URLs are like:
http://ip:port/sony/camera
or
http://ip:port/sony/avContent
I didn't append camera or avContent at first and got similar No Such Method errors.

Play and pause media on windows mobile device from a separate app

I need to make an app for windows mobile devices which will play and pause media despite of the current player in use. Are there any system calls I can use or any API that I can refer?
Thank you in advance.
Use background audio player to achive your functionality, here is step by step implementation of your query
click here:

Playing youtube/vevo videos on iOS

I've seen the Google blog article explaining the way to embed youtube videos in an iOS app. I've successfully embed videos in my iOS app. BUT, I've seen the WhoSampled app where they are able to play Vevo/youtube videos. Somehow they are able to play those videos and my app is not able to play them. (In my app, there is a blue play circle with a line through it showing that is not playable.)
How do I allow those videos to be playable?
Do I have to setup the youtube link in a specific way or is there a way I need to setup the developer key?
There is a way to get the actual video stream for a given YouTube video instead of the HTML-embedded one. See this project:
https://github.com/hellozimi/HCYoutubeParser
The problem with this approach is that it will likely violate the EULA of YouTube APIs, especially if you are releasing it in a paid application:
In addition, please remember that attempting to play a YouTube video outside of either the YouTube embedded, custom or chromeless player is strictly prohibited by the API Terms of Service.
(source: https://developers.google.com/youtube/creating_monetizable_applications)
You just have to use the iframe embed as opposed to the Flash one.

How to display the output of a webcam on a webpage?

I want to develop a live chat application. To this end I need both audio and video control on my website. Does anyone have any idea how to achieve this?
Use either Flash or Java... Google 'Flash webcam' or 'Java webcam'. eBuddy uses Flash.