Skip to main content
Participant
February 7, 2012
Answered

Can you live stream RTMP and HLS

  • February 7, 2012
  • 1 reply
  • 2312 views

Is it possible to live stream both RTMP and HLS with FMS 4.5?

I want flash users to have the least latency possible using RTMP, and iOS users use HLS.

If this is possible, how can I achieve this?

This topic has been closed for replies.
Correct answer NpComplete

Yes this should be possible..

You can publish on netconnection rtmp://server-ip/livepkgr a stream say "livestream"

On ios, you can susbscribe to http://server-ip:8134/hls-live/livepkgr/_definst_/livestream/livestream.m3u8

On flash, you can subscribe to (Netconnection : rtmp://server-ip/livepkgr streamName: livestream)

Hope it helps

1 reply

NpCompleteCorrect answer
Adobe Employee
February 8, 2012

Yes this should be possible..

You can publish on netconnection rtmp://server-ip/livepkgr a stream say "livestream"

On ios, you can susbscribe to http://server-ip:8134/hls-live/livepkgr/_definst_/livestream/livestream.m3u8

On flash, you can subscribe to (Netconnection : rtmp://server-ip/livepkgr streamName: livestream)

Hope it helps