I want to know which video streaming server can be played on PC and mobile and cannot be downloaded.

Asked 2 years ago, Updated 2 years ago, 47 views

I am currently considering the video application.
The requirements are as follows:

  • Play on Windows (PC), iOS, iPhone, Android smartphone, Android tablet and iPad.
  • The video cannot be downloaded.

So I developed an application using the Red5 streaming server.
I can't play my smartphone or tablet. (I think Flash is the cause.)

Question 1 - Is there a way to not use Flash to play RTMP, such as Red5?
Question 2 - If the above is not the case, is there a way to prevent it from being downloaded?

android ios php html5

2022-09-30 16:28

1 Answers

Mobile Safari supports the following distribution methods:

I think HLS is good because it is only for that.Android is also supported for this.

The deployment consists of a playlist + 10 seconds of small video files, so it's not completely downloadable.


2022-09-30 16:28

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.