Dear Wowza-Team,
I am transcoding a live MPEG-TS stream (Video: H264, main profile; Audio: mp2, 48kHz, stereo) into the profile:
live.tv.stream {name:“360p”, bitrate:512000, codec:H264, profile:Baseline, level:3.0, frameSize:640x360, displaySize:640x360, frameRate:25.0}
live.tv.stream {name:“360p”, bitrate:96000, codec:AAC, objectType:LC, sampleRate:48000, channels:2}
The output stream is played well on Android device (both rtsp and http Cupertino streaming), but the audio is distorted (every about ten seconds i hear some “u u u…” sound over the original sound) when playing the stream on iOS (iPhone 3GS, 5), it also happens when i play on Test Player with Smooth streaming and a Windowphone device (Nokia Lumia 525).
I found a susgestion in this article AAC audio distorted on iOS, but this problem still happens.
When i try to transcode the input stream following this article https://www.wowza.com/docs/how-to-use-vlc-as-a-live-stream-encoder-with-wowza-media-server-mpeg-ts (my vlc transcode params: #transcode{venc=x264{keyint=60,profile=baseline,level=3.0,nocabac},vcodec=x264,vb=512k,height=360,width=640,acodec=mp4a,ab=96,channels=2,samplerate=48000}) and use Passthrough, i did not have this problem.
Any ideal for my problem?
Best Regards,
Huy.