<div dir="ltr">Hi:<div><br></div><div style>In my current project, I am recording some video files from a DirectShow camera-----saved the file as mp4-----they can play pretty well on PC and Android. But on iPhone, there is no sound at all! only the picture!</div>
<div style><br></div><div style>the VLC command I use is:</div><div style><br></div><div style>:sout=#duplicate{dst=display,dst=\'transcode{venc=x264{keyint=15,bframes=0},vcodec=h264,vb=200,scale=1,fps=15,acodec=mp3,ab=128,channels=2,samplerate=44100}:std{access=file,mux=mp4,dst=xxxx.mp4<br>
</div><div style><br></div><div style><br></div><div style>I have tried to change the command line as below but still no sound, the same phenomenon...</div><div style><br></div><div style>:sout=#duplicate{dst=display,dst=\'transcode{venc=x264{keyint=15,bframes=0},vcodec=h264,vb=200,scale=1,fps=15,acodec=mp4a,ab=128,channels=2,samplerate=44100}:std{access=file,mux=mp4,dst=xxxx.mp4<br>
</div><div style><br></div><div style>Does anyone know what the problem is and how to solve it? Many thanks!</div></div>