How to connect Azure media services to android application? - android

I have connected a raspberry pi USB camera to Azure media services(AMS) for live streaming, now I want to integrate AMS to my android app? How am I supposed to do that?

It sounds like you want to know how to consume the video on android app, which comes from the USB camera of Raspberry PI and stream up to AMS.
Accroding to the offical tutorial, I think there are two ways to playback the video on AMS via Android.
Using the existing players on Android, please see here.
Developing & integrating a video player for your android app, please see here.

Related

How to stream v380 wifi cam video in my own android app, not using their own application?

I have a v380 wifi cam. I need to get the video it is streaming in my own android app not using their provided application on play store. I can't find out what protocol they are using to transmit the video. Any help?
They are probably using RTSP (Real Time Streaming Protocol) hope that helps a bit

How to use android cam as security surveillance cam for live video streaming like IP Cam app

I wanna build an app that will use android camera video and stream it to another android phone or on the web. I don't wanna do it through my Wifi, but i want the cam streaming to be broadcast live anywhere in the world.
Can anyone help me getting an overview of the android classes or APIs that will be helpful doing this task?
You can't stream live video from a phone directly to another phone, there are just too many possible differences between any two given devices.
To do this you will need to have a publicly accessible server, (that you have control of) running a streaming engine, such as Woza: https://www.wowza.com/products/streaming-engine The source phone sends video to the server, and the destination phone receives video from the server.

Streaming live video broadcast from android camera to server

I am trying to create an android application in which i want to broadcast live video from the android device camera to server so that all user can access live video from the server . What is the best approach to achieve this ?
I don't know the right way. If any way with live video streaming from the device camera to help me out....??
You can use WebRTC if you care about the latency and not the video quality. Its an open-source project that provides web browsers and mobile applications with real-time communication. It allows audio and video with direct peer-to-peer communication.
We have also implemented Video Calling using webRTC and it works like a charm.

Phonegap video streaming Chat application

I have a project where I need to do a PC to mobile chat application in android and iOS, I was thinking if that could be possible using phonegap?
I searched a little and found this plugin for capturing video
https://github.com/EddyVerbruggen/VideoCapturePlus-PhoneGap-Plugin
Will it work?
Ok, to add more the backend will be in .net azure server and front end will be the mobile/tablet device and a user should be able to communicate with the admin/supervisor PC web browser.
if you want a livechat, then the plugin will be of no use. I created it for recording video and when recording is done, the result can be played back or sent to a server. Live streaming is not supported.
Best regards,
Eddy

Play one multimedia content on multiple devices at the same time?

Can I send and show my multimedia content on two or more devices via DLNA
at the same time?
If yes how can I do it ? For example I want my tvs, tablets to play the same multimedia content of my smartphone( LG Nexus 4) at the same time.
If not, are there any other protocols(like wifi) to do this. Any approaches will be appreciated.
Best implementation for android devices as i think streaming your multimedia content from media server, then multiple devices can play at same time
DLNA didn't have android api yet How to make a DLNA android mobile application?
for streaming
Android video streaming example
http://developer.samsung.com/android/technical-docs/Android-Media-Streaming-Tutorial
for android to android streming via wifi
Live-stream video from one android phone to another over WiFi
I'm not sure about DLNA players etc, but I have tried streaming my content via Youtube. It's very easy to set up and use.
The only thing is make sure your battery is plugged in, or as long as it does not die. Youtube live stream takes up a lot of battery.
Some Useful Links
Youtube Guide / Link1
Youtube Guide / Link 2 support.google.com/youtube/answer/2853700?hl=en
Youtube Guide / Link 3 support.google.com/youtube/answer/6273849?hl=en
Good Luck!
AFAIK, DLNA doesn't support viewing synchronized content across multiple devices. The best solution I've found is VLC as a server streaming a video via RTSP. Multiple devices can view the stream via any video client that supports RTSP, like VLC. For Android devices VLC for Android Beta works well.
All clients viewing the stream will be synchronized.

Categories

Resources