Qiujiao

Results 20 comments of Qiujiao

There is a new commit in OWT repo which adds a new patch, so we need update related m4 file for OWT. Please check whether it fixes your issue after...

> Hi @qwu16 > > Are you referring the active branch updated by starwarfan? > > Yes, this commit introduces dependency change. I have committed a PR 505 in OVC...

> PR#505 is merged to master to fix owt image. I would submit another similar fix for owt-immersive image soon. @Mediacast-cloud pls. have a try and let us know if...

> @qwu16 > The error is still prevailing. > Please see attached screen shots > > Do you update the owt.m4 template and rebuild ovc Dockerfile? According to your snapshot,...

> Installer still facing the issue after updating the node-gyp version to 6.1.0 > Could there be a dependancy issue with the node? > > Are you using Dockerfiles in...

@Mediacast-cloud Do you use the node 8.15.0 to build OWT? It seems that you are using a newer version 14.4.0 to build OWT, and API changed in newer version. Please...

It seems that the RTSP stream are not directly forward to Chrome but video transcoding is triggered for each stream. This may be caused by a different subscribe codec, resolution,...

It seems that some dependent software are not installed, please check the docker build log before step 65 if there is any error when installing software.

Hi, for owt-server, stream transcoding and mixing will perform decode/encode actions, so in these scenarios, we can utilize GPU to offload the decode/encode work from CPU. To enable OWT hardware...

Hi, according to your code, RTSP stream is pulled to OWT server and mixed in mix stream, and then client side subscribe mix stream with default subscribe option, in this...