I've registered my app and trying to cast a hls video from ios app to TV. It works with other formats like mp4. In the code I've mentioned the streamtype as GCKMediaStreamTypeLive and contentType as @"application/x-mpegURL". The iOS code used is referenced from the sample app "HelloVideoGoogleCast". And I've deployed the receiver's html file from the following sample, https://github.com/googlecast/cast-custom-receiver.
Am I missing something ? Is there any sample app available for playing HLS video on ChromeCast device ? Why is it not playing the hls video type ?