CH6580

Results 5 comments of CH6580

On general,OPCUAserver collecting data from PLC controllers, OPCuaclient poll data from OPCUAserver, client.State() indicate the communication status between client and server.If you want to find the status of communication between...

This is a wonderful project,take my honor from China!

package main import ( "net" "os" "os/signal" "syscall" "time" "github.com/cloudwebrtc/go-sip-ua/examples/mock" "github.com/cloudwebrtc/go-sip-ua/pkg/account" "github.com/cloudwebrtc/go-sip-ua/pkg/media/rtp" "github.com/cloudwebrtc/go-sip-ua/pkg/session" "github.com/cloudwebrtc/go-sip-ua/pkg/stack" "github.com/cloudwebrtc/go-sip-ua/pkg/ua" "github.com/cloudwebrtc/go-sip-ua/pkg/utils" "github.com/ghettovoice/gosip/log" "github.com/ghettovoice/gosip/sip" "github.com/ghettovoice/gosip/sip/parser" ) var ( logger log.Logger udp *rtp.RtpUDPStream ) func init() {...

I copy the snippet example ,and run, then find same issue.The program have find one camera,but could't run.` stream, err := mediadevices.GetUserMedia(mediadevices.MediaStreamConstraints{ Video: func(constraint *mediadevices.MediaTrackConstraints) { // Query for ideal...

我用rtsp拉流到m7s,然后在vlc播放器里用rtmp格式播放,播放不了,用rtsp播放延时3秒,用flv格式播放延时8秒