Can I tune the size of internal buffer, when I make live stream for rtsp stream player? If want increase this size, what must I change?
Can I tune the size of internal buffer, when I make live stream for rtsp stream player? If want increase this size, what must I change?
Why do you think you want to increase this size. What are you trying to accomplish. Please provide more detail.
Charlie
Hi, Charlie!
I'm using external transcoder program to produce live stream. Sometime I have lags – I think that if I enlarge buffer, I get rid of them.
Not sure I follow the logic. How is thing going to help?
Charlie
Maybe I don't understand something, bat it is common technique to produce smooth output – dampering input with large enough buffer. Or not?
The buffering should be done client side (in the player) to smooth playback. The server-side buffering does not directly affect playback. For example in Flash you can set the NetSTream.bufferTime to control the size of the client-side buffer.
Charlie