We're working on to develop a live video stream application based on android mobile camera. I used RTMP and RTSP ports using WOWZA server.
It is working fine with almost all brand mobiles successfully. When the event is created and started broadcasting of video, data is posting successfully to server.
But coming to some particular model mobiles like Micromax, Lenovo and etc., the app is not able to post the data from camera. The error message will be like 'Try again..' and broadcast is not successful.
As per my observation, the above said model mobiles are using MT65XX chipset. I tried on various mobiles using the same chipset and failed to broadcast the data. But other applications like Livestream, Ustream and working fine with these models.
Can someone help me to solve the issue with the above models so that my application runs successfully on all model chipsets.
Here is my application environment:
Developed on android Ice cream sandwich (android 4.0) and it'll supports ICS & above android environments
Library file used while developing application "[B]libstreaming-4.0.jar[/B]"
Thanks in advance.
Aditya
Related
We're developing some Google Actions for local and national radios.
We're using the MediaResponse to play an MP3 livestream (via icecast). The livestream is fine on Google Nest or iOS devices, but it is distorted on Android devices using the "Google Assistant" app.
During the playback we hear a lot of clips and pops that make the audio stream unlistenable. We verified the same issue for other Radios' Actions.
On the other hand, we tried using an ".ogg" livestream which works very well on Google Nest and other smart speaker, and works well on Android phones too, but it doesn't work at all on iOS phones.
The listening experience on Android phones is currently very bad, we tried with different devices and Android versions (Android 10 or 12) and the results are the same.
I want to buy Samsung Gear S3 for development.
I want to use raw data that Gear S3 has.
I searched many sites, but I couldn't find how to get raw data from Gear S3 in Android using BLE. Any help please?
The topic Seems vast. I haven't seen some example code to fetch data directly from hardware layer sensor of another device of another platform. I know You can transfer the data in application layer using common BLE protocol. In Tizen, you can chose your suitable platform Native (C/C++) or Web (js/HTML/CSS)
You can start from checking out the Tizen Native Sensor Guide, It discusses how to fetch sensor data from wearable device.
To get example on establishing Bluetooth LE connection with device, Tizen Native BLE guide would be helpful I guess. Android Bluetooth LE Guide covers sample for android part.
I passed sensor data from tizen wearable device to android, and that was using Samsung Accessory SDK. You can see the response here.
How to integrate Samsung Gear Steps in android Application?
Useful links I would consider:
Tizen Web Sensor guide
Tizen Web Human Activity Guide
Tizen Sensor API for wearable Native
Tizen Web Bluetooth API
I am using the default sample App for Android for Sony Camera Remote API. It is working fine but for Nex-5T Model, the preview is not showing (updating) properly. The Same App is working fine for DSC-QX10 model without any issue.
The Sony Play Memories app is working fine for both the Camera models.
Is there anything we need to do for Nex-5 model.
I would check the Liveview size and external Wi-Fi interference issues to troubleshoot the issues you are reporting with NEX-5T. Also please check if you have the latest versions of camera firmware and 'Smart Remote Control' app.
Best Regards,
Prem, Developer World team
I am developing an iPhone and an Android app which will connect to the Sony Camera NEX 5T via the Sony Camera API and receive an image being sent from the camera. I downloaded the Sony tutorial from https://developer.sony.com/2013/11/29/how-to-develop-an-app-using-the-camera-remote-api-2/ and tried using it.
I am not able to connect to the camera via the demo app as well as it doesnt locate my camera at all.
But if i use, play memories app by Sony, it locates and sends the image in a fraction on a second. I even tried to manually reach the camera via 10.0.0.1/sony/camera but it doesnt connect.
Any help will be greatly appreciated. A working demo from anyone would be highly helpful.
Thanks in Advance
I can suggest a few things to check your setup.
1) Update to latest firmware on the camera (esupport.sony.com)
2) Smart Remote Control app in the NEX-5T camera (latest version is installed?)
https://www.playmemoriescameraapps.com/portal/usbdetail.php?eid=IS9104-NPIA09014_00-F00002
3) Latest version of iOS/Android sample applications from Camera Remote API SDK.
4) Start Smart Remote Control app in NEX-5T.
Best regards,
Prem, Member of Developer World team at Sony
I'd like to write an Android app that will run Tablet that can connect to my phone using A2DP and stream music from the phone.
The Android tablet will replace my car's stereo and navigation system.
I have already read quite a bit on Android Bluetooth API, I have imported a number of sample apps and more I read more I have the impression that the Android API only allows me to 'send' the music stream and not to 'receive' it as I'd like.
Does anyone have any toughs or ideas on this?
Regards