Closed cbhutad closed 3 months ago
We are using red5 server to play videos for our website. The server allows downloading for files but does not stream.
[] Operating system and version: CentOs 7.0 [] Java version: 11 OpenJdk [] Red5 version: 1.3.25
Should allow the streaming for video files. The file format is m3u8 file
When the link for the video is accessed then it asks for adobe flash player to be downloaded.
To stream hls (m3u8/ts) you'll need an webapp or plugin that provides HLS, the default server does not stream it by default.
Issue
Short description
We are using red5 server to play videos for our website. The server allows downloading for files but does not stream.
Environment
[] Operating system and version: CentOs 7.0 [] Java version: 11 OpenJdk [] Red5 version: 1.3.25
Expected behavior
Should allow the streaming for video files. The file format is m3u8 file
Actual behavior
When the link for the video is accessed then it asks for adobe flash player to be downloaded.
Steps to reproduce