Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RGABSource #1712

Open
DenisStadnichenko opened this issue Feb 1, 2025 · 14 comments
Open

RGABSource #1712

DenisStadnichenko opened this issue Feb 1, 2025 · 14 comments

Comments

@DenisStadnichenko
Copy link

DenisStadnichenko commented Feb 1, 2025

I want to thank you again for your hard work
I'm using RGABSource as per this example
https://github.com/pedroSG94/demo-deepAR-streaming/tree/master/app/src/main/java/com/example/streaming_deepar/streaming

but, from the logs, I am dont sending video packets , sound is there but no video ((

What can I give you, what logs can I give you to help me solve the problem?

Image

The logs indicate that this line contains an error
Image

Image

@pedroSG94
Copy link
Owner

pedroSG94 commented Feb 2, 2025

Hello,

I'm not sure about the reason but if you have a value 0 or less then you have problems with the input.
Make sure that you are using a rgba buffer not rgb and that the conversión works (for example convert the RGBA image to bitmap directly to test it).

Also, you can try skip the conversión using RGBA/RGB color format in the configuratión directly (your codec need support it, normally unsupported and required API 23):
https://github.com/pedroSG94/demo-deepAR-streaming/blob/master/app/src/main/java/com/example/streaming_deepar/streaming/H264Encoder.kt#L30

MediaCodecInfo.CodecCapabilities.COLOR_FormatRGBAFlexible
MediaCodecInfo.CodecCapabilities.COLOR_FormatRGBFlexible

@DenisStadnichenko
Copy link
Author

Hi, i tried to change the configuration as you suggested, the video is not sending.

Image

I thought that the problem is in the compouse, but I run your activity from the example and the result is the same, sound goes, no video

@DenisStadnichenko
Copy link
Author

In a neighboring thread you were given a list of codecs, maybe that will clarify something for you. Tested on pixel 3a xl and Xiaomi devices

E ----------------
Name: c2.android.aac.decoder
Type: audio/mp4a-latm
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Profile: 2, level: 0
Profile: 5, level: 0
Profile: 29, level: 0
Profile: 23, level: 0
Profile: 39, level: 0
Profile: 20, level: 0
Profile: 42, level: 0
Bitrate range: 8000 - 510000
Channels supported: 8
Supported sample rate:
7350
8000
11025
12000
16000
22050
24000
32000
44100
48000
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.339 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.aac.decoder
Type: audio/mp4a-latm
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Profile: 2, level: 0
Profile: 5, level: 0
Profile: 29, level: 0
Profile: 23, level: 0
Profile: 39, level: 0
Profile: 20, level: 0
Profile: 42, level: 0
Bitrate range: 8000 - 510000
Channels supported: 8
Supported sample rate:
7350
8000
11025
12000
16000
22050
24000
32000
44100
48000
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.339 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.android.aac.encoder
Type: audio/mp4a-latm
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: false
VBR supported: true
CQ supported: false
----- -----
----- Audio info -----
Profile: 2, level: 0
Profile: 5, level: 0
Profile: 29, level: 0
Profile: 23, level: 0
Profile: 39, level: 0
Bitrate range: 8000 - 510000
Channels supported: 6
Supported sample rate:
8000
11025
12000
16000
22050
24000
32000
44100
48000
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.339 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.aac.encoder
Type: audio/mp4a-latm
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: false
VBR supported: true
CQ supported: false
----- -----
----- Audio info -----
Profile: 2, level: 0
Profile: 5, level: 0
Profile: 29, level: 0
Profile: 23, level: 0
Profile: 39, level: 0
Bitrate range: 8000 - 510000
Channels supported: 6
Supported sample rate:
8000
11025
12000
16000
22050
24000
32000
44100
48000
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.339 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.android.amrnb.decoder
Type: audio/3gpp
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 4750 - 12200
Channels supported: 1
Supported sample rate:
8000
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.339 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.amrnb.decoder
Type: audio/3gpp
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 4750 - 12200
Channels supported: 1
Supported sample rate:
8000
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.339 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.android.amrnb.encoder
Type: audio/3gpp
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: true
VBR supported: false
CQ supported: false
----- -----
----- Audio info -----
Bitrate range: 4750 - 12200
Channels supported: 1
Supported sample rate:
8000
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.339 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.amrnb.encoder
Type: audio/3gpp
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: true
VBR supported: false
CQ supported: false
----- -----
----- Audio info -----
Bitrate range: 4750 - 12200
Channels supported: 1
Supported sample rate:
8000
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.339 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.android.amrwb.decoder
Type: audio/amr-wb
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 6600 - 23850
Channels supported: 1
Supported sample rate:
16000
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.339 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.amrwb.decoder
Type: audio/amr-wb
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 6600 - 23850
Channels supported: 1
Supported sample rate:
16000
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.339 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.android.amrwb.encoder
Type: audio/amr-wb
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: true
VBR supported: false
CQ supported: false
----- -----
----- Audio info -----
Bitrate range: 6600 - 23850
Channels supported: 1
Supported sample rate:
16000
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.339 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.amrwb.encoder
Type: audio/amr-wb
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: true
VBR supported: false
CQ supported: false
----- -----
----- Audio info -----
Bitrate range: 6600 - 23850
Channels supported: 1
Supported sample rate:
16000
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.339 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.android.flac.decoder
Type: audio/flac
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 1 - 21000000
Channels supported: 8
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.339 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.flac.decoder
Type: audio/flac
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 1 - 21000000
Channels supported: 8
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.339 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.android.flac.encoder
Type: audio/flac
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 8
Quality range: 0 - 0
CBR supported: false
VBR supported: false
CQ supported: true
----- -----
----- Audio info -----
Bitrate range: 1 - 21000000
Channels supported: 2
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.339 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.flac.encoder
Type: audio/flac
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 8
Quality range: 0 - 0
CBR supported: false
VBR supported: false
CQ supported: true
----- -----
----- Audio info -----
Bitrate range: 1 - 21000000
Channels supported: 2
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.339 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.android.g711.alaw.decoder
Type: audio/g711-alaw
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 64000 - 64000
Channels supported: 6
Supported sample rate:
8000
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.339 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.g711.alaw.decoder
Type: audio/g711-alaw
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 64000 - 64000
Channels supported: 6
Supported sample rate:
8000
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.339 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.android.g711.mlaw.decoder
Type: audio/g711-mlaw
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 64000 - 64000
Channels supported: 6
Supported sample rate:
8000
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.339 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.g711.mlaw.decoder
Type: audio/g711-mlaw
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 64000 - 64000
Channels supported: 6
Supported sample rate:
8000
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.339 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.android.gsm.decoder
Type: audio/gsm
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 13000 - 13000
Channels supported: 1
Supported sample rate:
8000
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.339 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.gsm.decoder
Type: audio/gsm
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 13000 - 13000
Channels supported: 1
Supported sample rate:
8000
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.339 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.android.mp3.decoder
Type: audio/mpeg
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 8000 - 320000
Channels supported: 2
Supported sample rate:
8000
11025
12000
16000
22050
24000
32000
44100
48000
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.339 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.mp3.decoder
Type: audio/mpeg
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 8000 - 320000
Channels supported: 2
Supported sample rate:
8000
11025
12000
16000
22050
24000
32000
44100
48000
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.339 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.android.opus.decoder
Type: audio/opus
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 6000 - 510000
Channels supported: 8
Supported sample rate:
8000
12000
16000
24000
48000
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.339 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.opus.decoder
Type: audio/opus
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 6000 - 510000
Channels supported: 8
Supported sample rate:
8000
12000
16000
24000
48000
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.339 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.android.opus.encoder
Type: audio/opus
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 10
Quality range: 0 - 0
CBR supported: true
VBR supported: true
CQ supported: false
----- -----
----- Audio info -----
Bitrate range: 6000 - 510000
Channels supported: 2
Supported sample rate:
8000
12000
16000
24000
48000
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.339 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.android.raw.decoder
Type: audio/raw
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 1 - 10000000
Channels supported: 12
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.339 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.raw.decoder
Type: audio/raw
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 1 - 10000000
Channels supported: 12
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.339 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.android.vorbis.decoder
Type: audio/vorbis
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 32000 - 500000
Channels supported: 8
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.339 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.vorbis.decoder
Type: audio/vorbis
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 32000 - 500000
Channels supported: 8
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.339 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.qti.avc.decoder
Type: video/avc
Max instances: 16
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 65536
Profile: 65536, level: 65536
Profile: 8, level: 65536
Profile: 2, level: 65536
Bitrate range: 1 - 100000000
Frame rate range: 1 - 240
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 16
----------------
2025-02-03 15:14:50.339 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: OMX.qcom.video.decoder.avc
Type: video/avc
Max instances: 16
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 65536
Profile: 65536, level: 65536
Profile: 8, level: 65536
Profile: 2, level: 65536
Bitrate range: 1 - 100000000
Frame rate range: 1 - 240
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 16
----------------
2025-02-03 15:14:50.339 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.qti.avc.decoder.secure
Type: video/avc
Max instances: 6
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 65536
Profile: 65536, level: 65536
Profile: 8, level: 65536
Profile: 2, level: 65536
Bitrate range: 1 - 35000000
Frame rate range: 1 - 60
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 6
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: OMX.qcom.video.decoder.avc.secure
Type: video/avc
Max instances: 6
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 65536
Profile: 65536, level: 65536
Profile: 8, level: 65536
Profile: 2, level: 65536
Bitrate range: 1 - 35000000
Frame rate range: 1 - 60
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 6
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.qti.avc.encoder
Type: video/avc
Max instances: 16
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: true
VBR supported: true
CQ supported: false
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 65536
Profile: 65536, level: 65536
Profile: 8, level: 65536
Profile: 2, level: 65536
Bitrate range: 1 - 100000000
Frame rate range: 1 - 240
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 16
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: OMX.qcom.video.encoder.avc
Type: video/avc
Max instances: 16
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: true
VBR supported: true
CQ supported: false
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 65536
Profile: 65536, level: 65536
Profile: 8, level: 65536
Profile: 2, level: 65536
Bitrate range: 1 - 100000000
Frame rate range: 1 - 240
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 16
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.qti.hevc.decoder
Type: video/hevc
Max instances: 16
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 33554432
Profile: 4, level: 33554432
Profile: 2, level: 33554432
Profile: 4096, level: 33554432
Bitrate range: 1 - 100000000
Frame rate range: 1 - 240
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 16
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: OMX.qcom.video.decoder.hevc
Type: video/hevc
Max instances: 16
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 33554432
Profile: 4, level: 33554432
Profile: 2, level: 33554432
Profile: 4096, level: 33554432
Bitrate range: 1 - 100000000
Frame rate range: 1 - 240
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 16
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.qti.hevc.decoder.secure
Type: video/hevc
Max instances: 6
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 33554432
Profile: 4, level: 33554432
Profile: 2, level: 33554432
Profile: 4096, level: 33554432
Bitrate range: 1 - 35000000
Frame rate range: 1 - 60
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 6
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: OMX.qcom.video.decoder.hevc.secure
Type: video/hevc
Max instances: 6
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 33554432
Profile: 4, level: 33554432
Profile: 2, level: 33554432
Profile: 4096, level: 33554432
Bitrate range: 1 - 35000000
Frame rate range: 1 - 60
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 6
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.qti.hevc.encoder
Type: video/hevc
Max instances: 16
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 100
CBR supported: true
VBR supported: true
CQ supported: true
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 33554432
Profile: 4, level: 33554432
Profile: 2, level: 33554432
Bitrate range: 1 - 120000000
Frame rate range: 1 - 240
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 16
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: OMX.qcom.video.encoder.hevc
Type: video/hevc
Max instances: 16
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 100
CBR supported: true
VBR supported: true
CQ supported: true
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 33554432
Profile: 4, level: 33554432
Profile: 2, level: 33554432
Bitrate range: 1 - 120000000
Frame rate range: 1 - 240
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 16
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.qti.vp8.decoder
Type: video/x-vnd.on2.vp8
Max instances: 16
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 1
Bitrate range: 1 - 100000000
Frame rate range: 1 - 240
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 16
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: OMX.qcom.video.decoder.vp8
Type: video/x-vnd.on2.vp8
Max instances: 16
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 1
Bitrate range: 1 - 100000000
Frame rate range: 1 - 240
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 16
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.qti.vp8.encoder
Type: video/x-vnd.on2.vp8
Max instances: 16
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: true
VBR supported: true
CQ supported: false
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 1
Bitrate range: 1 - 100000000
Frame rate range: 1 - 240
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 16
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: OMX.qcom.video.encoder.vp8
Type: video/x-vnd.on2.vp8
Max instances: 16
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: true
VBR supported: true
CQ supported: false
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 1
Bitrate range: 1 - 100000000
Frame rate range: 1 - 240
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 16
----------------

@DenisStadnichenko
Copy link
Author

Part 2

E ----------------
Name: OMX.qcom.video.encoder.vp8
Type: video/x-vnd.on2.vp8
Max instances: 16
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: true
VBR supported: true
CQ supported: false
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 1
Bitrate range: 1 - 100000000
Frame rate range: 1 - 240
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 16
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.qti.vp9.decoder
Type: video/x-vnd.on2.vp9
Max instances: 6
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 256
Profile: 4, level: 256
Profile: 4096, level: 256
Bitrate range: 1 - 60000000
Frame rate range: 1 - 240
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 6
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: OMX.qcom.video.decoder.vp9
Type: video/x-vnd.on2.vp9
Max instances: 6
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 256
Profile: 4, level: 256
Profile: 4096, level: 256
Bitrate range: 1 - 60000000
Frame rate range: 1 - 240
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 6
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.qti.vp9.decoder.secure
Type: video/x-vnd.on2.vp9
Max instances: 6
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 256
Profile: 4, level: 256
Profile: 4096, level: 256
Bitrate range: 1 - 35000000
Frame rate range: 1 - 60
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 6
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.android.av1-dav1d.decoder
Type: video/av01
Max instances: 32
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
Profile: 1, level: 32768
Profile: 4096, level: 32768
Profile: 8192, level: 32768
Bitrate range: 1 - 40000000
Frame rate range: 0 - 960
Width range: 2 - 2048
Height range: 2 - 2048
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.android.avc.decoder
Type: video/avc
Max instances: 32
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
Profile: 65536, level: 65536
Profile: 1, level: 65536
Profile: 2, level: 65536
Profile: 524288, level: 65536
Profile: 8, level: 65536
Bitrate range: 1 - 48000000
Frame rate range: 0 - 960
Width range: 2 - 4080
Height range: 2 - 4080
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.h264.decoder
Type: video/avc
Max instances: 32
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
Profile: 65536, level: 65536
Profile: 1, level: 65536
Profile: 2, level: 65536
Profile: 524288, level: 65536
Profile: 8, level: 65536
Bitrate range: 1 - 48000000
Frame rate range: 0 - 960
Width range: 2 - 4080
Height range: 2 - 4080
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.android.avc.encoder
Type: video/avc
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: true
VBR supported: true
CQ supported: false
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
2130708361
Profile: 1, level: 16384
Profile: 65536, level: 16384
Profile: 2, level: 16384
Bitrate range: 1 - 12000000
Frame rate range: 0 - 960
Width range: 16 - 2048
Height range: 16 - 2048
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.h264.encoder
Type: video/avc
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: true
VBR supported: true
CQ supported: false
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
2130708361
Profile: 1, level: 16384
Profile: 65536, level: 16384
Profile: 2, level: 16384
Bitrate range: 1 - 12000000
Frame rate range: 0 - 960
Width range: 16 - 2048
Height range: 16 - 2048
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.android.h263.decoder
Type: video/3gpp
Max instances: 32
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
Profile: 1, level: 16
Profile: 1, level: 8
Profile: 8, level: 16
Profile: 8, level: 8
Bitrate range: 1 - 384000
Frame rate range: 1 - 30
Width range: 4 - 352
Height range: 4 - 288
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.h263.decoder
Type: video/3gpp
Max instances: 32
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
Profile: 1, level: 16
Profile: 1, level: 8
Profile: 8, level: 16
Profile: 8, level: 8
Bitrate range: 1 - 384000
Frame rate range: 1 - 30
Width range: 4 - 352
Height range: 4 - 288
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.android.h263.encoder
Type: video/3gpp
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: false
VBR supported: true
CQ supported: false
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
2130708361
Profile: 1, level: 16
Profile: 1, level: 8
Bitrate range: 1 - 128000
Frame rate range: 1 - 30
Width range: 176 - 176
Height range: 144 - 144
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.h263.encoder
Type: video/3gpp
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: false
VBR supported: true
CQ supported: false
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
2130708361
Profile: 1, level: 16
Profile: 1, level: 8
Bitrate range: 1 - 128000
Frame rate range: 1 - 30
Width range: 176 - 176
Height range: 144 - 144
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.android.hevc.decoder
Type: video/hevc
Max instances: 32
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
Profile: 1, level: 524288
Profile: 4, level: 524288
Bitrate range: 1 - 10000000
Frame rate range: 0 - 960
Width range: 2 - 4096
Height range: 2 - 4096
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.hevc.decoder
Type: video/hevc
Max instances: 32
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
Profile: 1, level: 524288
Profile: 4, level: 524288
Bitrate range: 1 - 10000000
Frame rate range: 0 - 960
Width range: 2 - 4096
Height range: 2 - 4096
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.android.hevc.encoder
Type: video/hevc
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 10
Quality range: 0 - 100
CBR supported: true
VBR supported: true
CQ supported: true
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
2130708361
Profile: 1, level: 262144
Profile: 4, level: 262144
Bitrate range: 1 - 10000000
Frame rate range: 1 - 300
Width range: 2 - 512
Height range: 2 - 512
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.android.mpeg4.decoder
Type: video/mp4v-es
Max instances: 32
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
Profile: 1, level: 256
Bitrate range: 1 - 12000000
Frame rate range: 12 - 60
Width range: 2 - 1344
Height range: 2 - 1344
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.mpeg4.decoder
Type: video/mp4v-es
Max instances: 32
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
Profile: 1, level: 256
Bitrate range: 1 - 12000000
Frame rate range: 12 - 60
Width range: 2 - 1344
Height range: 2 - 1344
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.android.mpeg4.encoder
Type: video/mp4v-es
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: false
VBR supported: true
CQ supported: false
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
2130708361
Profile: 1, level: 8
Bitrate range: 1 - 64000
Frame rate range: 12 - 60
Width range: 16 - 176
Height range: 16 - 144
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.mpeg4.encoder
Type: video/mp4v-es
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: false
VBR supported: true
CQ supported: false
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
2130708361
Profile: 1, level: 8
Bitrate range: 1 - 64000
Frame rate range: 12 - 60
Width range: 16 - 176
Height range: 16 - 144
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.android.vp8.decoder
Type: video/x-vnd.on2.vp8
Max instances: 32
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
Profile: 1, level: 1
Bitrate range: 1 - 40000000
Frame rate range: 0 - 960
Width range: 2 - 2048
Height range: 2 - 2048
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.vp8.decoder
Type: video/x-vnd.on2.vp8
Max instances: 32
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
Profile: 1, level: 1
Bitrate range: 1 - 40000000
Frame rate range: 0 - 960
Width range: 2 - 2048
Height range: 2 - 2048
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.android.vp8.encoder
Type: video/x-vnd.on2.vp8
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: true
VBR supported: true
CQ supported: false
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
2130708361
Profile: 1, level: 1
Bitrate range: 1 - 40000000
Frame rate range: 0 - 960
Width range: 2 - 2048
Height range: 2 - 2048
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------

@DenisStadnichenko
Copy link
Author

Part 3

Name: OMX.google.vp8.encoder
Type: video/x-vnd.on2.vp8
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: true
VBR supported: true
CQ supported: false
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
2130708361
Profile: 1, level: 1
Bitrate range: 1 - 40000000
Frame rate range: 0 - 960
Width range: 2 - 2048
Height range: 2 - 2048
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.android.vp9.decoder
Type: video/x-vnd.on2.vp9
Max instances: 32
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
Profile: 1, level: 256
Profile: 4, level: 256
Profile: 4096, level: 256
Profile: 16384, level: 256
Bitrate range: 1 - 40000000
Frame rate range: 0 - 960
Width range: 2 - 2048
Height range: 2 - 2048
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.vp9.decoder
Type: video/x-vnd.on2.vp9
Max instances: 32
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
Profile: 1, level: 256
Profile: 4, level: 256
Profile: 4096, level: 256
Profile: 16384, level: 256
Bitrate range: 1 - 40000000
Frame rate range: 0 - 960
Width range: 2 - 2048
Height range: 2 - 2048
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.android.vp9.encoder
Type: video/x-vnd.on2.vp9
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: true
VBR supported: true
CQ supported: false
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
2130708361
Profile: 1, level: 128
Bitrate range: 1 - 30000000
Frame rate range: 0 - 960
Width range: 2 - 2048
Height range: 2 - 2048
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.vp9.encoder
Type: video/x-vnd.on2.vp9
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: true
VBR supported: true
CQ supported: false
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
2130708361
Profile: 1, level: 128
Bitrate range: 1 - 30000000
Frame rate range: 0 - 960
Width range: 2 - 2048
Height range: 2 - 2048
----- -----
Max instances: 32
----------------
2025-02-03 15:14:50.340 1570-1570 Pedro ччччччч com.of.live E ----------------
Name: c2.android.av1.decoder
Type: video/av01
Max instances: 32
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
Profile: 1, level: 32768
Profile: 4096, level: 32768
Profile: 8192, level: 32768
Bitrate range: 1 - 40000000
Frame rate range: 0 - 960
Width range: 2 - 2048
Height range: 2 - 2048
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.412 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.android.aac.decoder
Type: audio/mp4a-latm
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Profile: 2, level: 0
Profile: 5, level: 0
Profile: 29, level: 0
Profile: 23, level: 0
Profile: 39, level: 0
Profile: 20, level: 0
Profile: 42, level: 0
Bitrate range: 8000 - 510000
Channels supported: 8
Supported sample rate:
7350
8000
11025
12000
16000
22050
24000
32000
44100
48000
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.412 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.aac.decoder
Type: audio/mp4a-latm
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Profile: 2, level: 0
Profile: 5, level: 0
Profile: 29, level: 0
Profile: 23, level: 0
Profile: 39, level: 0
Profile: 20, level: 0
Profile: 42, level: 0
Bitrate range: 8000 - 510000
Channels supported: 8
Supported sample rate:
7350
8000
11025
12000
16000
22050
24000
32000
44100
48000
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.412 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.android.aac.encoder
Type: audio/mp4a-latm
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: false
VBR supported: true
CQ supported: false
----- -----
----- Audio info -----
Profile: 2, level: 0
Profile: 5, level: 0
Profile: 29, level: 0
Profile: 23, level: 0
Profile: 39, level: 0
Bitrate range: 8000 - 510000
Channels supported: 6
Supported sample rate:
8000
11025
12000
16000
22050
24000
32000
44100
48000
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.412 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.aac.encoder
Type: audio/mp4a-latm
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: false
VBR supported: true
CQ supported: false
----- -----
----- Audio info -----
Profile: 2, level: 0
Profile: 5, level: 0
Profile: 29, level: 0
Profile: 23, level: 0
Profile: 39, level: 0
Bitrate range: 8000 - 510000
Channels supported: 6
Supported sample rate:
8000
11025
12000
16000
22050
24000
32000
44100
48000
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.412 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.android.amrnb.decoder
Type: audio/3gpp
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 4750 - 12200
Channels supported: 1
Supported sample rate:
8000
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.412 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.amrnb.decoder
Type: audio/3gpp
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 4750 - 12200
Channels supported: 1
Supported sample rate:
8000
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.412 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.android.amrnb.encoder
Type: audio/3gpp
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: true
VBR supported: false
CQ supported: false
----- -----
----- Audio info -----
Bitrate range: 4750 - 12200
Channels supported: 1
Supported sample rate:
8000
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.412 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.amrnb.encoder
Type: audio/3gpp
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: true
VBR supported: false
CQ supported: false
----- -----
----- Audio info -----
Bitrate range: 4750 - 12200
Channels supported: 1
Supported sample rate:
8000
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.412 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.android.amrwb.decoder
Type: audio/amr-wb
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 6600 - 23850
Channels supported: 1
Supported sample rate:
16000
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.412 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.amrwb.decoder
Type: audio/amr-wb
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 6600 - 23850
Channels supported: 1
Supported sample rate:
16000
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.412 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.android.amrwb.encoder
Type: audio/amr-wb
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: true
VBR supported: false
CQ supported: false
----- -----
----- Audio info -----
Bitrate range: 6600 - 23850
Channels supported: 1
Supported sample rate:
16000
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.412 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.amrwb.encoder
Type: audio/amr-wb
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: true
VBR supported: false
CQ supported: false
----- -----
----- Audio info -----
Bitrate range: 6600 - 23850
Channels supported: 1
Supported sample rate:
16000
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.412 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.android.flac.decoder
Type: audio/flac
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 1 - 21000000
Channels supported: 8
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.412 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.flac.decoder
Type: audio/flac
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 1 - 21000000
Channels supported: 8
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.412 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.android.flac.encoder
Type: audio/flac
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 8
Quality range: 0 - 0
CBR supported: false
VBR supported: false
CQ supported: true
----- -----
----- Audio info -----
Bitrate range: 1 - 21000000
Channels supported: 2
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.412 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.flac.encoder
Type: audio/flac
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 8
Quality range: 0 - 0
CBR supported: false
VBR supported: false
CQ supported: true
----- -----
----- Audio info -----
Bitrate range: 1 - 21000000
Channels supported: 2
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.412 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.android.g711.alaw.decoder
Type: audio/g711-alaw
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 64000 - 64000
Channels supported: 6
Supported sample rate:
8000
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.412 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.g711.alaw.decoder
Type: audio/g711-alaw
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 64000 - 64000
Channels supported: 6
Supported sample rate:
8000
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.412 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.android.g711.mlaw.decoder
Type: audio/g711-mlaw
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 64000 - 64000
Channels supported: 6
Supported sample rate:
8000
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.413 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.g711.mlaw.decoder
Type: audio/g711-mlaw
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 64000 - 64000
Channels supported: 6
Supported sample rate:
8000
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.413 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.android.gsm.decoder
Type: audio/gsm
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 13000 - 13000
Channels supported: 1
Supported sample rate:
8000
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.413 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.gsm.decoder
Type: audio/gsm
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 13000 - 13000
Channels supported: 1
Supported sample rate:
8000
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.413 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.android.mp3.decoder
Type: audio/mpeg
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 8000 - 320000
Channels supported: 2
Supported sample rate:
8000
11025
12000
16000
22050
24000
32000
44100
48000
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.413 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.mp3.decoder
Type: audio/mpeg
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 8000 - 320000
Channels supported: 2
Supported sample rate:
8000
11025
12000
16000
22050
24000
32000
44100
48000
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.413 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.android.opus.decoder
Type: audio/opus
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 6000 - 510000
Channels supported: 8
Supported sample rate:
8000
12000
16000
24000
48000
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.413 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.opus.decoder
Type: audio/opus
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 6000 - 510000
Channels supported: 8
Supported sample rate:
8000
12000
16000
24000
48000
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.413 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.android.opus.encoder
Type: audio/opus
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 10
Quality range: 0 - 0
CBR supported: true
VBR supported: true
CQ supported: false
----- -----
----- Audio info -----
Bitrate range: 6000 - 510000
Channels supported: 2
Supported sample rate:
8000
12000
16000
24000
48000
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.413 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.android.raw.decoder
Type: audio/raw
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 1 - 10000000
Channels supported: 12
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.413 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.raw.decoder
Type: audio/raw
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 1 - 10000000
Channels supported: 12
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.413 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.android.vorbis.decoder
Type: audio/vorbis
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 32000 - 500000
Channels supported: 8
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.414 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.vorbis.decoder
Type: audio/vorbis
Max instances: 32
----- Decoder info -----
----- -----
----- Audio info -----
Bitrate range: 32000 - 500000
Channels supported: 8
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.414 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.qti.avc.decoder
Type: video/avc
Max instances: 16
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 65536
Profile: 65536, level: 65536
Profile: 8, level: 65536
Profile: 2, level: 65536
Bitrate range: 1 - 100000000
Frame rate range: 1 - 240
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 16
----------------
2025-02-03 15:17:22.414 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: OMX.qcom.video.decoder.avc
Type: video/avc
Max instances: 16
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 65536
Profile: 65536, level: 65536
Profile: 8, level: 65536
Profile: 2, level: 65536
Bitrate range: 1 - 100000000
Frame rate range: 1 - 240
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 16
----------------
2025-02-03 15:17:22.414 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.qti.avc.decoder.secure
Type: video/avc
Max instances: 6
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 65536
Profile: 65536, level: 65536
Profile: 8, level: 65536
Profile: 2, level: 65536
Bitrate range: 1 - 35000000
Frame rate range: 1 - 60
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 6
----------------
2025-02-03 15:17:22.414 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: OMX.qcom.video.decoder.avc.secure
Type: video/avc
Max instances: 6
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 65536
Profile: 65536, level: 65536
Profile: 8, level: 65536
Profile: 2, level: 65536
Bitrate range: 1 - 35000000
Frame rate range: 1 - 60
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 6
----------------
2025-02-03 15:17:22.414 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.qti.avc.encoder
Type: video/avc
Max instances: 16
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: true
VBR supported: true
CQ supported: false
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 65536
Profile: 65536, level: 65536
Profile: 8, level: 65536
Profile: 2, level: 65536
Bitrate range: 1 - 100000000
Frame rate range: 1 - 240
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 16
----------------
2025-02-03 15:17:22.414 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: OMX.qcom.video.encoder.avc
Type: video/avc
Max instances: 16
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: true
VBR supported: true
CQ supported: false
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 65536
Profile: 65536, level: 65536
Profile: 8, level: 65536
Profile: 2, level: 65536
Bitrate range: 1 - 100000000
Frame rate range: 1 - 240
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 16
----------------
2025-02-03 15:17:22.414 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.qti.hevc.decoder
Type: video/hevc
Max instances: 16
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 33554432
Profile: 4, level: 33554432
Profile: 2, level: 33554432
Profile: 4096, level: 33554432
Bitrate range: 1 - 100000000
Frame rate range: 1 - 240
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 16
----------------
2025-02-03 15:17:22.415 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: OMX.qcom.video.decoder.hevc
Type: video/hevc
Max instances: 16
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 33554432
Profile: 4, level: 33554432
Profile: 2, level: 33554432
Profile: 4096, level: 33554432
Bitrate range: 1 - 100000000
Frame rate range: 1 - 240
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 16
----------------
2025-02-03 15:17:22.415 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.qti.hevc.decoder.secure
Type: video/hevc
Max instances: 6
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 33554432
Profile: 4, level: 33554432
Profile: 2, level: 33554432
Profile: 4096, level: 33554432
Bitrate range: 1 - 35000000
Frame rate range: 1 - 60
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 6
----------------
2025-02-03 15:17:22.415 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: OMX.qcom.video.decoder.hevc.secure
Type: video/hevc
Max instances: 6
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 33554432
Profile: 4, level: 33554432
Profile: 2, level: 33554432
Profile: 4096, level: 33554432
Bitrate range: 1 - 35000000
Frame rate range: 1 - 60
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 6
----------------
2025-02-03 15:17:22.415 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.qti.hevc.encoder
Type: video/hevc
Max instances: 16
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 100
CBR supported: true
VBR supported: true
CQ supported: true
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 33554432
Profile: 4, level: 33554432
Profile: 2, level: 33554432
Bitrate range: 1 - 120000000
Frame rate range: 1 - 240
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 16
----------------
2025-02-03 15:17:22.415 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: OMX.qcom.video.encoder.hevc
Type: video/hevc
Max instances: 16
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 100
CBR supported: true
VBR supported: true
CQ supported: true
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 33554432
Profile: 4, level: 33554432
Profile: 2, level: 33554432
Bitrate range: 1 - 120000000
Frame rate range: 1 - 240
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 16
----------------
2025-02-03 15:17:22.415 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.qti.vp8.decoder
Type: video/x-vnd.on2.vp8
Max instances: 16
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 1
Bitrate range: 1 - 100000000
Frame rate range: 1 - 240
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 16
----------------
2025-02-03 15:17:22.415 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: OMX.qcom.video.decoder.vp8
Type: video/x-vnd.on2.vp8
Max instances: 16
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 1
Bitrate range: 1 - 100000000
Frame rate range: 1 - 240
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 16
----------------
2025-02-03 15:17:22.415 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.qti.vp8.encoder
Type: video/x-vnd.on2.vp8
Max instances: 16
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: true
VBR supported: true
CQ supported: false
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 1
Bitrate range: 1 - 100000000
Frame rate range: 1 - 240
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 16
----------------
2025-02-03 15:17:22.415 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: OMX.qcom.video.encoder.vp8
Type: video/x-vnd.on2.vp8
Max instances: 16
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: true
VBR supported: true
CQ supported: false
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 1
Bitrate range: 1 - 100000000
Frame rate range: 1 - 240
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 16
----------------
2025-02-03 15:17:22.415 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.qti.vp9.decoder
Type: video/x-vnd.on2.vp9
Max instances: 6
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 256
Profile: 4, level: 256
Profile: 4096, level: 256
Bitrate range: 1 - 60000000
Frame rate range: 1 - 240
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 6
----------------
2025-02-03 15:17:22.415 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: OMX.qcom.video.decoder.vp9
Type: video/x-vnd.on2.vp9
Max instances: 6
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 256
Profile: 4, level: 256
Profile: 4096, level: 256
Bitrate range: 1 - 60000000
Frame rate range: 1 - 240
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 6
----------------
2025-02-03 15:17:22.415 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.qti.vp9.decoder.secure
Type: video/x-vnd.on2.vp9
Max instances: 6
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2130708361
2135033992
19
21
20
39
Profile: 1, level: 256
Profile: 4, level: 256
Profile: 4096, level: 256
Bitrate range: 1 - 35000000
Frame rate range: 1 - 60
Width range: 96 - 4096
Height range: 96 - 2160
----- -----
Max instances: 6
----------------
2025-02-03 15:17:22.415 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.android.av1-dav1d.decoder
Type: video/av01
Max instances: 32
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
Profile: 1, level: 32768
Profile: 4096, level: 32768
Profile: 8192, level: 32768
Bitrate range: 1 - 40000000
Frame rate range: 0 - 960
Width range: 2 - 2048
Height range: 2 - 2048
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.415 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.android.avc.decoder
Type: video/avc
Max instances: 32
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
Profile: 65536, level: 65536
Profile: 1, level: 65536
Profile: 2, level: 65536
Profile: 524288, level: 65536
Profile: 8, level: 65536
Bitrate range: 1 - 48000000
Frame rate range: 0 - 960
Width range: 2 - 4080
Height range: 2 - 4080
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.415 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.h264.decoder
Type: video/avc
Max instances: 32
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
Profile: 65536, level: 65536
Profile: 1, level: 65536
Profile: 2, level: 65536
Profile: 524288, level: 65536
Profile: 8, level: 65536
Bitrate range: 1 - 48000000
Frame rate range: 0 - 960
Width range: 2 - 4080
Height range: 2 - 4080
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.415 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.android.avc.encoder
Type: video/avc
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: true
VBR supported: true
CQ supported: false
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
2130708361
Profile: 1, level: 16384
Profile: 65536, level: 16384
Profile: 2, level: 16384
Bitrate range: 1 - 12000000
Frame rate range: 0 - 960
Width range: 16 - 2048
Height range: 16 - 2048
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.415 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.h264.encoder
Type: video/avc
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: true
VBR supported: true
CQ supported: false
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
2130708361
Profile: 1, level: 16384
Profile: 65536, level: 16384
Profile: 2, level: 16384
Bitrate range: 1 - 12000000
Frame rate range: 0 - 960
Width range: 16 - 2048
Height range: 16 - 2048
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.415 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.android.h263.decoder
Type: video/3gpp
Max instances: 32
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
Profile: 1, level: 16
Profile: 1, level: 8
Profile: 8, level: 16
Profile: 8, level: 8
Bitrate range: 1 - 384000
Frame rate range: 1 - 30
Width range: 4 - 352
Height range: 4 - 288
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.415 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.h263.decoder
Type: video/3gpp
Max instances: 32
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
Profile: 1, level: 16
Profile: 1, level: 8
Profile: 8, level: 16
Profile: 8, level: 8
Bitrate range: 1 - 384000
Frame rate range: 1 - 30
Width range: 4 - 352
Height range: 4 - 288
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.416 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.android.h263.encoder
Type: video/3gpp
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: false
VBR supported: true
CQ supported: false
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
2130708361
Profile: 1, level: 16
Profile: 1, level: 8
Bitrate range: 1 - 128000
Frame rate range: 1 - 30
Width range: 176 - 176
Height range: 144 - 144
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.416 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.h263.encoder
Type: video/3gpp
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: false
VBR supported: true
CQ supported: false
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
2130708361
Profile: 1, level: 16
Profile: 1, level: 8
Bitrate range: 1 - 128000
Frame rate range: 1 - 30
Width range: 176 - 176
Height range: 144 - 144
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.416 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.android.hevc.decoder
Type: video/hevc
Max instances: 32
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
Profile: 1, level: 524288
Profile: 4, level: 524288
Bitrate range: 1 - 10000000
Frame rate range: 0 - 960
Width range: 2 - 4096
Height range: 2 - 4096
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.416 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.hevc.decoder
Type: video/hevc
Max instances: 32
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
Profile: 1, level: 524288
Profile: 4, level: 524288
Bitrate range: 1 - 10000000
Frame rate range: 0 - 960
Width range: 2 - 4096
Height range: 2 - 4096
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.416 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.android.hevc.encoder
Type: video/hevc
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 10
Quality range: 0 - 100
CBR supported: true
VBR supported: true
CQ supported: true
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
2130708361
Profile: 1, level: 262144
Profile: 4, level: 262144
Bitrate range: 1 - 10000000
Frame rate range: 1 - 300
Width range: 2 - 512
Height range: 2 - 512
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.416 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.android.mpeg4.decoder
Type: video/mp4v-es
Max instances: 32
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
Profile: 1, level: 256
Bitrate range: 1 - 12000000
Frame rate range: 12 - 60
Width range: 2 - 1344
Height range: 2 - 1344
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.416 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.mpeg4.decoder
Type: video/mp4v-es
Max instances: 32
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
Profile: 1, level: 256
Bitrate range: 1 - 12000000
Frame rate range: 12 - 60
Width range: 2 - 1344
Height range: 2 - 1344
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.416 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.android.mpeg4.encoder
Type: video/mp4v-es
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: false
VBR supported: true
CQ supported: false
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
2130708361
Profile: 1, level: 8
Bitrate range: 1 - 64000
Frame rate range: 12 - 60
Width range: 16 - 176
Height range: 16 - 144
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.416 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.mpeg4.encoder
Type: video/mp4v-es
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: false
VBR supported: true
CQ supported: false
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
2130708361
Profile: 1, level: 8
Bitrate range: 1 - 64000
Frame rate range: 12 - 60
Width range: 16 - 176
Height range: 16 - 144
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.416 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.android.vp8.decoder
Type: video/x-vnd.on2.vp8
Max instances: 32
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
Profile: 1, level: 1
Bitrate range: 1 - 40000000
Frame rate range: 0 - 960
Width range: 2 - 2048
Height range: 2 - 2048
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.416 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.vp8.decoder
Type: video/x-vnd.on2.vp8
Max instances: 32
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
Profile: 1, level: 1
Bitrate range: 1 - 40000000
Frame rate range: 0 - 960
Width range: 2 - 2048
Height range: 2 - 2048
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.416 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.android.vp8.encoder
Type: video/x-vnd.on2.vp8
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: true
VBR supported: true
CQ supported: false
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
2130708361
Profile: 1, level: 1
Bitrate range: 1 - 40000000
Frame rate range: 0 - 960
Width range: 2 - 2048
Height range: 2 - 2048
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.416 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.vp8.encoder
Type: video/x-vnd.on2.vp8
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: true
VBR supported: true
CQ supported: false
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
2130708361
Profile: 1, level: 1
Bitrate range: 1 - 40000000
Frame rate range: 0 - 960
Width range: 2 - 2048
Height range: 2 - 2048
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.416 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.android.vp9.decoder
Type: video/x-vnd.on2.vp9
Max instances: 32
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
Profile: 1, level: 256
Profile: 4, level: 256
Profile: 4096, level: 256
Profile: 16384, level: 256
Bitrate range: 1 - 40000000
Frame rate range: 0 - 960
Width range: 2 - 2048
Height range: 2 - 2048
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.416 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.vp9.decoder
Type: video/x-vnd.on2.vp9
Max instances: 32
----- Decoder info -----
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
Profile: 1, level: 256
Profile: 4, level: 256
Profile: 4096, level: 256
Profile: 16384, level: 256
Bitrate range: 1 - 40000000
Frame rate range: 0 - 960
Width range: 2 - 2048
Height range: 2 - 2048
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.416 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: c2.android.vp9.encoder
Type: video/x-vnd.on2.vp9
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: true
VBR supported: true
CQ supported: false
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
2130708361
Profile: 1, level: 128
Bitrate range: 1 - 30000000
Frame rate range: 0 - 960
Width range: 2 - 2048
Height range: 2 - 2048
----- -----
Max instances: 32
----------------
2025-02-03 15:17:22.416 2185-2185 Pedro ччччччч com.of.live E ----------------
Name: OMX.google.vp9.encoder
Type: video/x-vnd.on2.vp9
Max instances: 32
----- Encoder info -----
Complexity range: 0 - 0
Quality range: 0 - 0
CBR supported: true
VBR supported: true
CQ supported: false
----- -----
----- Video info -----
Supported colors:
2135033992
19
21
20
39
2130708361
Profile: 1, level: 128
Bitrate range: 1 - 30000000
Frame rate range: 0 - 960
Width range: 2 - 2048
Height range: 2 - 2048
----- -----
Max instances: 32

@DenisStadnichenko
Copy link
Author

I used this example to get a list of codecs.

CodecUtil.showAllCodecsInfo().forEach {
Log.e(“Pedro”, it)
}

@pedroSG94
Copy link
Owner

Hello,

That code is not my code at all. That is a fork from other user.
Can you tell me how are you doing to get RGBA data to stream? I can try test it and make it work.

@DenisStadnichenko
Copy link
Author

DenisStadnichenko commented Feb 10, 2025

Hi, sorry for the long reply.
I have run the activity from this example using all the resurses

Image

Please tell me if this example works for you

Or this one.

I can prepare a repository for you if it's not too much trouble for you

@pedroSG94
Copy link
Owner

Ok, after check a bit more the code. I can understand the reason it is not working. H264Encoder class can't work because the surface set is ignored. When you configure a mediacodec for encoding, that parameter is not used:
https://developer.android.com/reference/android/media/MediaCodec#configure(android.media.MediaFormat,%20android.view.Surface,%20android.media.MediaCrypto,%20int)

I will create a class that support it correctly.

@DenisStadnichenko
Copy link
Author

A big bow to you :)

@pedroSG94
Copy link
Owner

Hello,

I did a commit to support a video source using buffers. I only tested it using rgba data. You can check it here:
f2782a9

Try to copy the classes needed and test it in your project.

@DenisStadnichenko
Copy link
Author

Thank you so much, I'll check it out and let you know.

@DenisStadnichenko
Copy link
Author

DenisStadnichenko commented Feb 11, 2025

Thank you, I managed to get it running, deepAr works and transmits video to twitch, albeit upside down, but that's okay. Thank you very much for your help!

I'll test it a little more, if I don't have any more questions I'll close the topic.

@pedroSG94
Copy link
Owner

To solve the problem with the orientation you can flip the preview and the stream using this methods:

stream.getGlInterface().setIsStreamVerticalFlip(true)
stream.getGlInterface().setIsPreviewVerticalFlip(true)
stream.getGlInterface().setIsStreamHorizontalFlip(true)
stream.getGlInterface().setIsPreviewHorizontalFlip(true)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants