Video play VLC player only in Android(Video Recording using FFmpeg) -
i trying record video url, fine can record video url the problem recorded video play vlc player, can't play no other video players. think problem of video encoding. url http://192.168.1.1:8080/?action=stream . have getting mpeg encoded frames url. used different ffmpeg command these not worked properly. these command used.
"ffmpeg -i "+url+" -codec:v libx264 -c:a aac -movflags +faststart "+tofile; "ffmepg -i "+url+" -acodec libfaac -ab 96k -vcodec libx264 -vpre slower -vpre main -level 21 -refs 2 -b 345k -bt 345k -threads 0 -s 640×360 "+tofile;
so knows how fix these problem please me...
Comments
Post a Comment