Apple HLSCatelog could not download (Offline) live video - Swift - ios

I am trying to save(offline download) the streaming video to device.
For streaming using Wowza Streaming engine I could stream and download offline a vod (video on demand mp4 using m3u8 url).
But, I failed to save the live streaming. I am able to stream the live video but, download not happening.
Here the app code Apple HLS Catalog App could not download live video.
Any help, highly appreciated.

Related

AWS Transcode Video HLS are not been played in Offline Mode In Swift (iOS)

Hi I have a HLS video which is encrypted via a AWS Transcoder.
I am able to play this (HLS Encrypted video) video from remote.
The same video(HLS Encrypted video) on download using HLS Downloader. It is not playing.
Is there any AWS Content Key Delivery Management to over Come this issue?
I Have implement offline download using AVAsset Downloader.
I not implement apple Fair Play system For Content Key Delivery Management
The video will play if it has a sync with internet for 1 second after that the internet is not required
Have used this link to implement HLS Downloader
https://developer.apple.com/library/archive/documentation/AudioVideo/Conceptual/MediaPlaybackGuide/Contents/Resources/en.lproj/HTTPLiveStreaming/HTTPLiveStreaming.html
I need to download the HLS Encrypted Video using the Apple HLS Downloader and play it in offline without using any sync of internet

HLS stream and save Partially - Swift

I am streaming m3u8 url in an iOS application.
I am referring Apple HLS Catalog sample application.
I could stream and add offline the url.
Also playing from the offline is possible.
Is it possible to stream and save the video partially (eg:- user trying to stop the video, I need to save up the user cancelled part)

Wowza Publish the live Stream on Apple HLS demand

The problem is simple. In Wowza when I use a stream file in live mode (so the streaming are published only when requested through RTMP), I'm not able to publish the streaming and get the video streaming when I use the JWPlayer on IOS (so through Apple HLS) so i'm looking for a method for streaming the cams-live on iOS on demand!
I've just started in Wowza so I cannot write Java code to expand the functionality for the moment so be patient.
I've seen this post on stackoverflow, but i can't see the solution, Wowza: Need to stream rtp-live to iphone !

Unable to livestream H.264 Video with FMS

I am having trouble streaming H.264 video to my FMS v.5 server. I am using an iOS app as the stream source; called streamsie.
Whenever I click the play button, it buffers, but never shows content.
Is there a way to resolve this issue, or do you know how to do so?
Thank you.
H.264 video via RTMP is not supported on iOS. You can find many topics in Adobe forums.

RTMP video streaming for ios like (wowza media server)

I am working on video playing application which is support to play an video. I am implementing RTMP video streaming for iOS (i.e wowza media server). So please help me how to use this RTMP streaming for playing the video in ios6.

Resources