삼성스마트TV 애플리케이션을 만들 때에 국한된 사항이긴하지만.
지난 23에 D FORUM에 아래와 같은 내용의 FAQ가 등록되었습니다.

Dear developers.

There is an information about VOD playback.
In case of using mp4(mov) format, server must sent Content-Range information in Response Header.
If Content-Range information  is omitted, there can be playback failure or FF/REW problem.

Because FFMpeg's HTTP protocal returns error when calls seek function if Content-Range header is not included in RESPONSE header.

In brief, Content-Range information is mandatory if you use mp4(mov) format.

Please refer above information for your development.

Thanks.

제 독해가 틀리지 않았다면,
VOD 애플리케이션을 만들 때 mp4 포맷의 영상을 사용하는 경우,
서버에서는 Content-Range 정보를 응답 헤더에 포함시켜야 한다고 합니다.

Content-Range: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html