You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to replace hls with rtmp in the sdk. Just to test, I change outputPath in setupOutputPath function in KFHLSWriter to my rtmp end point, change output format to flv and add bitstream filter aac_adtsoasc:
I'm trying to replace hls with rtmp in the sdk. Just to test, I change
outputPath
insetupOutputPath
function inKFHLSWriter
to my rtmp end point, change output format toflv
and add bitstream filteraac_adtsoasc
:(I added
addBitstreamFilterAudio:
function inFFmpegWrapper
so the filteraac_adtstoasc
will be added only ifcodec_id
isAV_CODEC_ID_AAC
).That's all I can do for now, the app can run without problem. But if I check the output file with ffmpeg:
then here's the output:
There's something wrong when encoding audio stream. Any ideas how to fix this?
The text was updated successfully, but these errors were encountered: