Hi all,
We are trying to implement a HTML5 Player + SmoothStreaming (than later + PlayReady) on our 2013 Philips TVs.
Our main problem is that when trying to read a smoothstreaming content, player seems to be "stuck" in the first seconds :
For one of our test (a movie that is 2hour long), video starts, plays ok until reaching 18s, than freezes, and after a few seconds, starts playing from 26seconds (jump).
We have also problems reading the first seconds of a SmoothStreaming example from the Microsoft Plateform ( http://playready.directtaps.net/smooths ... m/Manifest ).
Theses Smoothstreaming contents are read without problem on other devices (including Sony TV...).
Any idea ?
Here is a sample code of the test player:
<video id="video" width="1280" height="720">
<source src="http://playready.directtaps.net/smoothstreaming/TTLSS720VC1/To_The_Limit_720.ism/Manifest" type="application/vnd.ms-sstr+xml" >
</video>
Best regards,
C.
