Hi all,
I need to play a video through HTTP. The HTTP server streaming the file is written in netty and it is actually quite similar to the one distributed with the netty examples.
I'm using the latest version of VLC 2.0.6. I'm able to start reproducing the stream and seeking through it a couple of times. However, after a random number of seeks, I get on the server side the following error: java.io.IOException: Connection reset by peer.
Using other players (e.g. winamp or windows media player) I'm able to reproduce and seek through the stream without problems. Can anyone help me to resolve this problem?
Thank you for your attention.