In this video it shows the steps to develop your Android TV App to play HLS (HTTPs live stream) videos. It uses sample HLS video available at: https://ottverse.com/free-hls-m3u8-test-urls/ During the development of this App, below error was observed in debugging. “No suitable media source factory found for content type: 2”…
Tag: live
How to develop an in-app screen mirroring/ casting option for your Android App?
The provided video demonstrates how to create an in-app screen mirroring/casting option for Android apps. It includes the code for initiating the mirroring feature and provides details on the complete source code and steps. For inquiries, suggestions, or appreciation, the creators can be contacted via the website and email provided. The code snippet includes the package and an example class for implementing the screen mirroring functionality in an Android app. The XML layout file consists of a sample text and a button to initiate the screen mirroring.
How to live stream video from camera using the new createCaptureSession API in your Android App? – API 34
In this video it shows the steps to create live streaming video from the phone’s camera on the Texture View widget of your Android App. It uses the new CameraDevice.createCaptureSession(sessionConfiguration) API. The previous versions of this API are deprecated from API version 30 onwards. I hope you like this video….
How to build a simple video streaming Android TV App using WebView in Android Studio?
In this video it shows the steps to build a very simple video streaming Android TV App using WebView. It uses a sample video hosted on my website: programmerworld.co for the demonstration purpose. I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/…
How to run/execute a MATLAB live script or function from App designer?
This video shows the steps to run a MATLAB Live script/ function from your App designer code. In this video it creates demo live script and function. Then execute them from MATLAB command line and App Designer’s code using the file name. I hope you like this video. For any…
Record and Play the sound simultaneously (live stream over Bluetooth speaker) in your Android App?
How to record and play the sound simultaneously (live stream over wireless or Bluetooth speaker) from your Android App? – Can be used for baby monitor In this video, it shows how one can create a simple Android App to record and play the sound simultaneously. The concept taken in…