I would very much like to write some fMP4 stream code in Xcode. An example live stream isvery important to us. For example, Apple's new 'HLSCatalog' Xcode sample states:
"Saving HLS streams for offline playback is only supported for VOD streams. If you try to save a live HLS stream, the system will throw an exception."
Apple has provided an fMP4 stream here: https://developer.apple.com/streaming/examples/
However, the .m3u8 file of this stream contains this line:
'#EXT-X-PLAYLIST-TYPE:VOD'
1. Is there a n example LIVE stream somewhere?
2. If not, is there a way for us to create one ourselves?