GiraffePlayer2 icon indicating copy to clipboard operation
GiraffePlayer2 copied to clipboard

Audio Track doesn't apply Bydefault

Open ghost opened this issue 6 years ago • 3 comments

Hey,

I am trying to play following url using this project http://primestreams.tv:826/movie/euc1y43/8520003120/56963.mkv

But, Only video is used to play but audio doesn't. even if I change audio track it doesn't play. I have checked same url with VLC and MX player and it works perfectly with audio. Please Guide me if there are some changes to do this. Thank you

ghost avatar Mar 27 '19 06:03 ghost

the audio codec is ac3, that is disabled by default for patent issues.you can enable ac3 codec and recompile the ijkplayer

tcking avatar Mar 27 '19 07:03 tcking

And How could i enable ac3 ? Please guide me

ghost avatar Mar 29 '19 05:03 ghost

ijkplayer The readme have about how to compile ffmpeg info and https://github.com/bilibili/ijkplayer/search?q=ac3&unscoped_q=ac3 can find some info to enable ac3

tcking avatar Apr 01 '19 10:04 tcking