I am trying to play .ts file via vlc android player.
On windows I can play this video with command: /pathToVlc/vlc.exe --demux ffmpeg after that I opened myvideo.ts
On Android I tried to change configuration(try to enable ffmpeg dumux but I am not sure if it is the same thing) and I tried to play that myvideo.ts video,but could not achieve. --- only thing I change in in configuration.sh file I added enable -ffmpeg
What am i doing wrong?
Android log is as below:
It says end of file reached after a coupleo of tries.
If you help me about this I would appreciate! I am wasting very long time on this. I know vlc android can play this video, Windows did it!!
-------------------------
ts demux: eof ?
core demux: using demux module "ts"
core input: EOF reached
------------------------
Actually I am using the same video on windows and on android,but I think what I could not achive is to play a video with demux ffmpeg in android.