What if you press the fullscreen button (next to volume in the JWPlayer). Do you see video then?
If you using war version, I am too.
Please add onStop(); like following.
/subsonic/WEB-INF/jsp/playlist.jsp
function onStart() {
onStop(); <!-- added -->
playlistService.start(playlistCallback);
}
Then restart appserver and try following operation.
Click one of playlist item > FulllScreen Button > Stop Button > Play Button.