Streamedian / html5_rtsp_player

Play RTSP stream from IP camera in browser in this HTML5 player without plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need to install nginx and websocket?

weiwangchina opened this issue · comments

var playerOptions = {
socket: "ws://localhost:8088/ws/", redirectNativeMediaErrors : true,
bufferDuration: 30,
};
Is there a complete example and Document?

Have you run the demo successfully?