Red5 / red5-server

Red5 Server core
Apache License 2.0
3.35k stars 985 forks source link

Video not streaming #344

Closed cbhutad closed 3 months ago

cbhutad commented 11 months ago

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

  1. Setup the server
  2. Added the video file in webapps/vod/streams folder
  3. Ran the server
mondain commented 3 months ago

To stream hls (m3u8/ts) you'll need an webapp or plugin that provides HLS, the default server does not stream it by default.