Skip to main content

All Questions

Tagged with
0 votes
0 answers
19 views

Exoplayer HLS Cache

Is it possible to cache played hls stream from exoplayer? I was reading a lot about caching of other media types, but I couldn't find any solution for hls streams. There are some old comments like the ...
X3NomoRpH's user avatar
1 vote
1 answer
218 views

Trouble Verifying Purchase Status in Android App with Flutter and In-App Purchases

I am developing an app that features non-consumable in-app purchases. I've successfully implemented this on iOS, but I'm encountering issues with the Android version. I have set up an in-app product ...
seki's user avatar
  • 101
0 votes
0 answers
29 views

How to take advantage of an h264 frame stream to create a video stream, saving processing?

I know it sounds lazy, but the situation really demands something practical, simple and effective. I explain: I receive a stream of data that are supposed to be h264 packets. Repetitively they come ...
Ronny Teles's user avatar
0 votes
0 answers
71 views

Flutter Execution failed for task ':app:checkDebugDuplicateClasses' when using rtmp_broadcaster package

After adding rtmp_broadcaster package to flutter project I start getting error during build for android. Below is my error: What went wrong: Execution failed for task ':app:checkDebugDuplicateClasses'...
Ranjit Kumar Pandit's user avatar
0 votes
1 answer
167 views

ExopPlayer can not play some m3u8 stream but MX Player / VLC can

I am using Exoplayer to play some m3u8 files. But some of the files are getting played and some can not be played. But the MX Player / VLC player played all the files successfully. This is how I am ...
Dipon's user avatar
  • 53
0 votes
1 answer
327 views

Android Gstreamer local display video lags after starting rtmpsink

I am working on Android app where I have incoming video source in rtsp stream( h265/hevc ) source rtsp server have problem only allows one connection I want to play rtsp stream and also stream it ...
8-DK's user avatar
  • 301
0 votes
1 answer
101 views

Filtering list take so long in kotlin

I am working on an existing project. Below function taking long . All other api's response display less than in two seconds. But PersonalOffer took long to display . I think the problem is in below ...
Taimoor Khan's user avatar
1 vote
1 answer
27 views

Why is my timer not running on widget #2 when it is started on widget #1?

I am using provider to create a class called GlobalsProvider that holds some global variables. It needs to hold the current login state of the user, so to do that I need 2 things: a global boolean ...
TheMortiestMorty's user avatar
1 vote
0 answers
50 views

Read the DB using stream in android ROOM

I have an android app to read room database and export it to json. It spend memory very much. I just wanna use stream or any other solution so that it doesn't need to load entire data in memory. ...
Shiro Ennosuke's user avatar
2 votes
0 answers
521 views

Mounting as a storage in Android file system from my app (FUSE?)

Is there an option to mount as a file system on non-rooted Android device, as it is possible on Windows and Linux via drivers (fuse for Linux)? I want to make a filesystem, like the SD Card Storage, ...
Peter Baev's user avatar
0 votes
0 answers
2k views

In .NET MAUI, how do I get a Stream or Write to a file with a URI that was from user-picked file?

In MAUI, I have SaveFileAsync method that has a Stream (the content) to be written to a file picked by user. I followed this guide so user can pick a file and the result is a Java Uri. Now from that ...
Luke Vo's user avatar
  • 19.8k
1 vote
0 answers
43 views

Data transferring issue from wifi connected glasses when mobile data is also active

The problem is this. You need to connect a WiFi camera to your phone and restream to red5pro. I am using this code to connect to internet. val connectivityManager = mContext.getSystemService(Context....
Vahan's user avatar
  • 11
1 vote
0 answers
194 views

Communicate with apple airplay

i'm a mobile developer and i want to know is there any way to cast music to this service with an android device? i'm already using shairport-sync library as my server. and i want to send Musics to ...
Shadow23548's user avatar
2 votes
1 answer
2k views

Flutter Bad State: Stream has already been listened to

I am trying to use methodChannel in flutter to receive events from native Android code. But once I cancel the stream subscription I can no longer create new subscriptons even if I set the stream ...
Just a Person's user avatar
2 votes
0 answers
672 views

how to save wav from stream of audio data from bluetooth in Dart / flutter_blue

im writing a simple FLutter/Dart app that get audio stream from BLE device ( 8Khz, 16Bit, Mono ).. im using flutter_blue as the package to connect the BLE device i have succeeded in subscribing the ...
Raja Hafiz's user avatar

15 30 50 per page
1
2 3 4 5
42