A simple c++ project read rtsp stream and send fMp4 with websocket;
- create "url.txt" with a valid rtsp url in it;
- run rtsp2ws.exe, an SDL video window will popup;
- open chrome visit http://127.0.0.1:9000, the same video should be playing in the page;
https://www.z4none.me/stream-live-video-websocket/
一个简单的c++项目,读取rtsp流并通过websocket发送fMp4。
- 创建 "url.txt",其中包含一个有效的rtsp url。
- 运行rtsp2ws.exe,一个SDL视频窗口会弹出。
- 打开chrome,访问http://127.0.0.1:9000,页面中应该会播放相同的视频。