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

[Feature Request] Supporting AVS3 and AV3A #45

Open
trial opened this issue Aug 27, 2024 · 6 comments
Open

[Feature Request] Supporting AVS3 and AV3A #45

trial opened this issue Aug 27, 2024 · 6 comments

Comments

@trial
Copy link

trial commented Aug 27, 2024

More and more high resolution IPTVs are using AVS3(video) and AV3A(audio)

samples for testing
https://github.com/xatabhk/avs2-avs3-video-samples

@debugly
Copy link
Owner

debugly commented Aug 29, 2024

OK, Just waiting me several day.

@trial
Copy link
Author

trial commented Aug 29, 2024

OK, Just waiting me several day.

Thank you. Take your time.

@debugly
Copy link
Owner

debugly commented Sep 4, 2024

AVS3 Already Supported : https://github.com/debugly/ijkplayer/releases/tag/k0.11.7-beta-240905094015
but Where can I find a test source like AV3A?

@trial
Copy link
Author

trial commented Sep 12, 2024

AVS3 Already Supported : https://github.com/debugly/ijkplayer/releases/tag/k0.11.7-beta-240905094015
but Where can I find a test source like AV3A?

Hi,here is a sample clip with AV3A audio (Audio Vivid)
https://github.com/trial/m3u/raw/main/cctv_av3a.mp4

something useful
nilaoda/Blog#81
https://github.com/yuanshilin/Sourcecodeforplayer/tree/master/av3adecoder

@trial
Copy link
Author

trial commented Oct 16, 2024

Here are two channels with audio vivid(av3a). Need to set user agent to "iPhone"

#EXTINF:-1 tvg-id="CCTV4K" tvg-name="CCTV4K" http-user-agent="iPhone" group-title="央视-菁彩声",CCTV4K
http://148.135.93.213:81/live.php?id=CCTV4K-av3a
#EXTINF:-1 tvg-id="CCTV16" tvg-name="CCTV16" http-user-agent="iPhone" group-title="央视-菁彩声",CCTV16-4K
http://148.135.93.213:81/live.php?id=CCTV16-4K-av3a

@debugly
Copy link
Owner

debugly commented Nov 18, 2024

@trial I copied https://gitee.com/openharmony/third_party_ffmpeg source code, add av3a parser and demuxer on develop branch, but av3a Decoder is absent, because av3a decoder is not open source code. I can't find av3a decoder source code at present.

If you play av3a audio, you will get av3a not find warning:

[17:18:08 479] [IJKMEDIA] : Audio: av3a (av3a / 0x61337661), 48000 Hz, 10 channels (16 bit), 384 kb/s
[17:18:08 479] [IJKMEDIA] No codec could be found with id av3a

Please wait for av3a source to open!

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

3 participants
@debugly @trial and others