ant-media/Ant-Media-Server

Refactor: Unique play.html

mekya opened this issue · 0 comments

mekya commented

player.html should provide a tech order (default order webrtc, hls)

  • player.html should play webrtc stream if webrtc play is enabled
  • player.html should play hls stream if webrtc is not enable
  • If both of the tech is not enabled, show a user friend message

player.html should behave according to a tech order (for instance hls, webrtc)

  • player.html should play hls stream if hls play is enabled

  • player.html should play webrtc stream if hls is not enabled

  • If both of the tech is not enabled, show a user friend message

  • Update angular app to play only play.html