Hai
Im doing my project in ffmpeg for convert the video file to livestream.whil e the vedio is playing it shows the loading image. can you please give some idea to play the video continuously without buffering.
I try this code
ffmpeg -i strFilePath -re -vcodec libx264 -ar 44100 -f flv strStreamingUrl
Im doing my project in ffmpeg for convert the video file to livestream.whil e the vedio is playing it shows the loading image. can you please give some idea to play the video continuously without buffering.
I try this code
ffmpeg -i strFilePath -re -vcodec libx264 -ar 44100 -f flv strStreamingUrl
Comment