Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

RTMP vs HLS vs HDS

I would like to stream a VOD/Live on following platforms using JW player but not sure which streaming is best suited for each platform

  1. Desktop
  2. iOS
  3. Android

I understand RTMP will not play on mobile devices.

So do I need to go for RTMP for desktop and HLS for mobile or can I use only the HLS streaming for all the 3 platforms?

Or is there any other way to efficiently stream VODs/Live?

like image 427
Gopi Avatar asked Nov 01 '22 02:11

Gopi


1 Answers

You could simply fall back to a vod MP4 file for Android. Here is a set up - http://www.longtailvideo.com/support/jw-player/29394/hls-with-mp4-fallback

like image 149
emaxsaun Avatar answered Nov 12 '22 16:11

emaxsaun