Results 40 comments of gtk2k

+1 I want without the oculus sdk.

Currently, we are developing an app that shares the screen of a computer, but in the case of screen sharing, the text is not so large, so it may be...

すいません。AR Foundation ではなく 正しくは ARKit XR Plugin の間違いでした。(リクエスト内容も修正しました) ARKit XR Plugin の場合、 ``` ARTextureHandles handles = UnityARSessionNativeInterface.GetARSessionNativeInterface().GetARVideoTextureHandles(); ``` とすることで、handles.textureY, handles.textureCbCr にそれぞれネイティブテクスチャのポインタが取得されます。

Is Chrome on the browser side? In case of Chrome, if the browser side is not accessing by HTTPS, getUserMedia() will not work unless you click the icon on the...

Now ```C# RTCSessionDescription _desc; _desc.type = RTCSdpType.Offer; _desc.sdp = e.sdp; var opRemoteDesc = pc.SetRemoteDescription(ref _desc); ``` I want ```C# var opRemoteDesc = pc.SetRemoteDescription(RTCSdpType.Offer, e.sdp); ``` https://github.com/Unity-Technologies/com.unity.webrtc/blob/e45209e8fc7f85d14a3e1078370d7282e1eddec7/Plugin~/WebRTCPlugin/PeerConnectionObject.cpp#L165 Inside the library, a...

> @gtk2k シグナリングサーバ経由せずに、同じビルド内で送受信用の2つのピアを用意してストリーミングしても問題は再現しますか? 受信側はブラウザなので、まずはブラウザのみで問題が再現するか確認するのが良いかと思います。 ためしてみます

ブラウザのみ(JS)だと問題は起きません。また、1ビルド内で2つのピアでも問題なく映像が表示されましたが、やはりUnity -> ブラウザ (ソフトウェアエンコーダー) だと表示されません。

Unity: Sender(Offerer) / Web: Receiver (answerer) SDPのやり取りは正しく行われていると思います。 ちなみに、Offer / Answer は以下の内容となっています。 ## Offer ``` v=0 o=- 6760500727948930488 2 IN IP4 127.0.0.1 s=- t=0 0 a=group:BUNDLE 0 a=extmap-allow-mixed a=msid-semantic: WMS 8da4c4f6-63b3-4c90-b46a-349f96f92441...

@karasusan LAN内の別々のPCです。

@karasusan あ、こちら問題解決しており、クローズするのを忘れていました。申し訳ございません。