waleedahmad / node-stream

RTMP server in Nodejs for live streaming.
https://quantizd.com/building-live-streaming-app-with-node-js-and-react/
MIT License
489 stars 218 forks source link

The media could not be loaded, either because the server or network failed or because the format is not supported. #33

Open vishalj254 opened 4 years ago

vishalj254 commented 4 years ago

image HLS playlist request error at URL: http://127.0.0.1:8888/live/y9ps5FzaH/index.m3u8

nielsq commented 3 years ago

hey, did you add transcoding to the config?

trans: { ffmpeg: '/usr/bin/ffmpeg', tasks: [ { app: 'live', hls: true, hlsFlags: '[hls_time=2:hls_list_size=3:hls_flags=delete_segments]', } ]