phoboslab / jsmpeg

MPEG1 Video Decoder in JavaScript
MIT License
6.35k stars 1.43k forks source link

Under what circumstances jsmpeg will actively disconnect #372

Open qq854051086 opened 3 years ago

qq854051086 commented 3 years ago

environment: ws server : django channels

When I tried to build a ws broadcast through django channels, jsmpeg told me that the connection failed, and my background showed: WebSocket HANDSHAKING /stream/live/test/ [127.0.0.1:55082] WebSocket CONNECT /stream/live/test/ [127.0.0.1:55082] WebSocket DISCONNECT /stream/live/test/ [127.0.0.1:55082]

But another ws client can receive the message. Why?