Skip to main content
1 vote
0 answers
50 views

We have a live RTSP stream with 30 fps H.264 decoded video frames. To render them on screen, we tried using a Surface that we pass to our MediaCodec. Additionally, we need to expose the decoded frames ...
user1007522's user avatar
  • 8,138
0 votes
0 answers
42 views

I build app for stream video between two android devices. its work with rtp over udp and some time use tcp for send SSP and PPS. I am use MideaCodec for encoding and decoding This app can act as Video ...
b.h janith shashiprabarth's user avatar
1 vote
0 answers
40 views

I'm working on VLC for Android. It have Decoding Acceleration feature, which uses hardware for decoding and CPU for rendering. I'm using AImageReader with AIMAGE_FORMAT_YUV_420_888 and MediaCodec ...
Mangal K's user avatar
0 votes
1 answer
63 views

I am using MediaCodec to transform the screen to H.264 and then send it to my desktop C++ software. And when the app goes to the background (I open another), the H264 becomes too slow. Then I think I ...
new programmer's user avatar
2 votes
0 answers
61 views

I'm adding imagereader support in VLC-Android decoder pipeline. VLC has OutThread for dequeuing output and another thread for queuing input. When buffers are used dequeue_out (wrapper for ...
Mangal K's user avatar
1 vote
0 answers
155 views

I have a live app on the Play Store that recently started crashing on Android 15 devices with the following error: Caused by java.lang.SecurityException Starting FGS with type microphone callerApp=...
Mansi Shah's user avatar
0 votes
0 answers
57 views

Unity Android Native Video Player - Audio Works but Video Renders Black I'm developing a Unity AR application that needs to play videos on 3D objects using a custom Android native plugin. The audio ...
Michele Rava's user avatar
1 vote
0 answers
49 views

I want to make chunks of 5 secs from the ongoing recording by MediaCodec in Android. I am using the ffmpeg kit for this. How can I provide continuous recording data to ffmpeg to make chunks ...
Mansi Shah's user avatar
1 vote
1 answer
61 views

I'm trying to mux an array of bitmaps into an MP4 video using MediaCodec Library. Im mostly using this (https://stackoverflow.com/a/51278232/2041475) implementation, but I noticed that on my Google ...
MikkelT's user avatar
  • 881
0 votes
0 answers
160 views

I've struggled with this for a while. I'm building a VR Android app (C++/OpenXR) that receives and displays video from a GStreamer RTP stream. I've been able to successfuly decode two simoultaneous ...
Stanislav Svědiroh's user avatar
1 vote
0 answers
69 views

The Byte Stream is being fed live to me from an external source with websocket I use encoder bind new surface encodeSurface = encoder.createInputSurface(); bind the decode to the surface ...
shao hua's user avatar
0 votes
1 answer
67 views

android api 33 add new fields in android.media.MediaFormat links: https://developer.android.com/sdk/api_diff/33/changes/android.media.MediaFormat https://developer.android.com/reference/android/media/...
olojzyg's user avatar
  • 23
0 votes
0 answers
110 views

I am trying to convert some bitmaps to video and encode them with this library https://github.com/israel-fl/bitmap2video In the FrameBuilder.kt, it encodes a given into AVC/H264. However, ...
MikkelT's user avatar
  • 881
1 vote
1 answer
76 views

I have an created a queue to store images from ImageReader in cpp. while copying the queued items to the Image object from MediaCodec.getInputImage(index) method I'm facing an issue where the byte ...
Avaneesh's user avatar
0 votes
0 answers
371 views

I have an application that takes in the camera feed (Camera2 API) and creates a video output at the chosen resolution using MediaCodec and MediaMuxer. This app works like a dashcam producing 10 sec ...
Avaneesh's user avatar

15 30 50 per page
1
2 3 4 5
81