web-rtmp-streamer
This project uses js+swf to implement a rtmp stream pusher. Effectively compatible with standard rtmp streaming services such as Tencent Cloud. You can directly access DEMO to view the effects.
This project is a secondary development based on NetEase Cloud streaming DEMO . Compared with the original version, the following improvements are made:
- The restrictions that the original version can only be pushed to NetEase Cloud have been removed.
- Fixed an issue where the original version was not compatible with the new version of chrome ("Cross-origin plugin content from must have a visible size larger than 400 x 300 pixels, or it will be blocked. Invisible content is always blocked.").
- Solved the bug that failed to determine the type before using JSON.parse() on the original version.
- Strip out various original http requests (such as heartbeat interface, obtaining NetEase Cloud cdn address, etc.) to realize a pure unmonitored stream pusher.