@@ -1483,6 +1483,10 @@ protected List<MediaStatus> pause(
14831483 * <p>
14841484 * This can only succeed if the remote application supports the
14851485 * {@link CastDevice#CAST_MEDIA_NAMESPACE}.
1486+ * <p>
1487+ * Please note that the web server must support <a href=
1488+ * "https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Range">Range
1489+ * requests</a> for seeking to work.
14861490 *
14871491 * @param session the {@link Session} to use.
14881492 * @param mediaSessionId the media session ID for which the pause request
@@ -1528,6 +1532,10 @@ public List<MediaStatus> seek(
15281532 * <p>
15291533 * This can only succeed if the remote application supports the
15301534 * {@link CastDevice#CAST_MEDIA_NAMESPACE}.
1535+ * <p>
1536+ * Please note that the web server must support <a href=
1537+ * "https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Range">Range
1538+ * requests</a> for seeking to work.
15311539 *
15321540 * @param session the {@link Session} to use.
15331541 * @param mediaSessionId the media session ID for which the pause request
@@ -1562,6 +1570,10 @@ public List<MediaStatus> seek(
15621570 * <p>
15631571 * This can only succeed if the remote application supports the
15641572 * {@link CastDevice#CAST_MEDIA_NAMESPACE}.
1573+ * <p>
1574+ * Please note that the web server must support <a href=
1575+ * "https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Range">Range
1576+ * requests</a> for seeking to work.
15651577 *
15661578 * @param session the {@link Session} to use.
15671579 * @param mediaSessionId the media session ID for which the pause request
0 commit comments