asterissco

Results 5 comments of asterissco

Works fine on Chrome but crash with Firefox ``` Uncaught TypeError: recv.getParameters is not a function onicegatheringstatechange http://public_ip:8000/webrtcstreamer.js:188 onicegatheringstatechange http://public_ip:8000/webrtcstreamer.js:186 webrtcstreamer.js:188:49 XHRPOSThttp://public_ip:8000/api/addIceCandidate?peerid=0.25277788688688907 ```

Launch with ./webrtc-streamer -s- -T0.0.0.0:3478 -tturn:turn@public_ip:3478 Stack errors (3) with Firefox ``` XHRPOSThttp://public_ip:8000/api/addIceCandidate?peerid=0.46153458840011974 [HTTP/1.1 500 OK 20ms] Internal Server Error Uncaught TypeError: recv.getParameters is not a function onicegatheringstatechange http://public_ip:8000/webrtcstreamer.js:188 onicegatheringstatechange...

Hello, Other options is map de ipsec.conf like that - Writte this ~~~ $vim /tmp/ipsec.conf conn L2TP-PSK authby=secret pfs=no auto=add rekey=no left=%defaultroute type=transport leftprotoport=17/1701 rightprotoport=17/1701 dpddelay=15 dpdtimeout=30 dpdaction=clear # optionally...

I has this problem with Microsoft Sqlserver (mssql) Docker ~~~ [10852.045533] grsec: Segmentation fault occurred at (nil) in /opt/mssql/bin/sqlservr[sqlservr:21026] uid/euid:0/0 gid/egid:0/0, parent /usr/bin/docker-containerd-shim[docker-containe:21006] uid/euid:0/0 gid/egid:0/0 [10852.045556] grsec: denied resource overstep...

With this, but you need one media profile token mycam = ONVIFCamera(cameraConfig['ip'], cameraConfig['port'], cameraConfig['onvif_user'], cameraConfig['onvif_pass'], cameraConfig['path_wsdl']) # instances resources media = mycam.create_media_service() media_profile = media.GetProfiles()[0] ptz = mycam.create_ptz_service() # set...