[vlc-devel] [PATCH] Add repeat mode option group to network stream playback in TvOS app

Alessio Pollero alessio.pollero at gmail.com
Tue Jul 12 16:24:43 CEST 2016


Oh ok,
then we could remove the test and always return YES, since the seek control
is correctly grayed out.
The fact is that removing the section in the case the stream is not
seekable preclude the ability to select repeat mode.

Basically you would need a patch with just :

*-    return vpc.mediaPlayer.isSeekable;*
*+    return YES;*

Could you do this change, to leave the ability to repeat the current stream
?


Thanks.

On Tue, Jul 12, 2016 at 2:44 PM, Felix Paul Kühne <fkuehne at videolan.org>
wrote:

> Hi Alessio,
>
> Sorry for the late reply.
>
> Patch 0001 was just applied.
>
> 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.
>
> Best regards,
>
> Felix
>
> --
> VideoLAN
> Felix Paul Kühne
> Developer of VLC's ports to OS X and iOS
> http://www.videolan.org
> Blog: http://feepk.net
> Twitter: @feepk
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20160712/3734c489/attachment.html>


More information about the vlc-devel mailing list