<div dir="ltr">Oh ok,<div>then we could remove the test and always return YES, since the seek control is correctly grayed out.</div><div>The fact is that removing the section in the case the stream is not seekable preclude the ability to select repeat mode.</div><div><br></div><div>Basically you would need a patch with just : </div><div><br></div><div><div><span style="background-color:rgb(255,0,0)"><b>-    return vpc.mediaPlayer.isSeekable;</b></span></div><div><span style="background-color:rgb(0,255,0)"><b>+    return YES;</b></span></div></div><div><br></div><div>Could you do this change, to leave the ability to repeat the current stream ? </div><div><br></div><div><br></div><div>Thanks.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 12, 2016 at 2:44 PM, Felix Paul Kühne <span dir="ltr"><<a href="mailto:fkuehne@videolan.org" target="_blank">fkuehne@videolan.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Alessio,<br>
<br>
Sorry for the late reply.<br>
<br>
Patch 0001 was just applied.<br>
<br>
0002, I don’t understand. currentlyPlayingMediaFile will always be nil on tvOS because MediaLibraryKit is not part of VLC-tvOS. Additionally, doing the MLFile forward declaration appears to be fishy as it will never be fulfilled with a proper declaration as the containing framework is not linked.<br>
<br>
Best regards,<br>
<br>
Felix<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
VideoLAN<br>
Felix Paul Kühne<br>
Developer of VLC's ports to OS X and iOS<br>
<a href="http://www.videolan.org" rel="noreferrer" target="_blank">http://www.videolan.org</a><br>
Blog: <a href="http://feepk.net" rel="noreferrer" target="_blank">http://feepk.net</a><br>
Twitter: @feepk<br>
<br>
</div></div></blockquote></div><br></div>