Stream video from ip camera (RTCP->webRTC)

Sergei

Member
(I write badly in English)
I want to broadcast video from the ip-camera on the site. Installed on the instructions to the server software flashphoner. I'm trying to check the service using the resource:
rtsp://mpv.cdn3.bigCDN.com:554/bigCDN/mp4:bigbuckbunnyiphone_400.mp4

In the address bar wrote:
http://195.133.196.121/examples/min...com:554/bigCDN/mp4:bigbuckbunnyiphone_400.mp4

After loading the page, the console displays:
"This appears to be Chrome
Streaming-min.js:78 Flash won't be initialized for Chrome"
But the flash is installed.

After clicking "connect":
"DISCONNECTED"

After clicking "publish stream":
"spec: {"audio":true,"video":{"mandatory":{"maxWidth":640,"maxHeight":480},"optional":[]}}
Flashphoner.js:2840 chrome: {"audio":true,"video":{"mandatory":{"maxWidth":640,"maxHeight":480},"optional":[]}}
Flashphoner.js:3245 [Deprecation] getUserMedia() no longer works on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details.
navigator.mediaDevices.getUserMedia @ Flashphoner.js:3245
WebRtcMediaManager.getAccessToAudioAndVideo @ Flashphoner.js:1733
(anonymous) @ Flashphoner.js:880
Streaming-min.js:78 Failed to get access to local media. Error code was 9.
Streaming-min.js:78 Failed to get access to microphone and camera. Error code was 9."

What's wrong?
 
Top