Skip to main content
This topic has been closed for replies.

2 replies

December 25, 2012

How do I stream this to IOS via HLS if all my media is in MP4 format (H264/AAC)?

Participant
January 7, 2013

To Stream to iOS you have to name the Stream starting with "f4f:"

var s = Stream.get("f4f:" + MY-IOS-STREAMNAME);

s.play(MY-PLAYLIST-STREAMNAME,-1,-1);

Participant
October 30, 2012

How can I Swap a stream in server-side playlist ? e.g. I have two livestreams (each with a unlimited duration) in one server-side playlist. How can I change without stoping the Stream?