I am using ffmpeg to convert any video format to flv. When i upload mp4/

wmv /other than flv , the corresponding .flv file is created. but playing

the video not showing time line. Controlbar is there in player , but the

time is always showing 00:00

i am using the code like this

ffmpeg -i /sourcepath/bhh.mp4 -f flv destinationpath/assets/videos/new.flv

It is working in my server. Showing Audio encode failed in my client server. lame version in client server is 3.98.2.

Will this issue get fixed when i upgrade lane to 3.99.5 in my client

server ? or What is the reason why time line is missing for the converted

files?

    The is the issue with the player i think you might be using flowplayer or jwplayer
    you need to pass the time after calculating it in php to the player

      Write a Reply...