I have been trying to play around with the trancoder settings so I can watch a video on my laptop without the stream pausing every few seconds. I tried adding the "-bufsize" argument to the proper transcoding setting, but it does not appear to work. I setup new players as well that do not transcode and the video must almost completely download before it will begin playing which can take awhile.
My first question is this. Can you set the buffer size for transcoding to allow for jplayer to play seamlessly? If so, can someone post the transcoding command or tell me what I am doing wrong? (ffmpeg -ss %o -i %s -async 1 -b %bk -s %wx%h -ar 44100 -bufsize 5000K -ac 2 -v 0 -f flv -)
Secondly, is there a way to get a non-transcoded video player to buffer for a short time and start playing without downloading the whole movie first. This would also be acceptable to me.
I am on my home network testing this and the computer I am transcoding off of has more than the recommended specs for transcoding without issue.
Please help.
ChiMatt