ant-media / Ant-Media-Server

Ant Media Server is a live streaming engine software that provides adaptive, ultra low latency streaming by using WebRTC technology with ~0.5 seconds latency. Ant Media Server is auto-scalable and it can run on-premise or on-cloud.
https://antmedia.io
Other
4.16k stars 618 forks source link

Started and Ended Hooks are not invoked for the created live streams #4141

Open burak-58 opened 2 years ago

burak-58 commented 2 years ago

Reproduce scenario:

1- Created a live stream 2- Enabled recording 3- Add Webhook site 4- Start streaming 5- Stop Streaming

Expected: Get "liveStreamStarted", "liveStreamEnded", "vodReady" hook messages Actual: I got only "vodReady"

mekya commented 2 years ago

hmm, I got the point. Live stream is created before the hook is installed and this why it's giving this error.