ViveSoftware / ViveMediaDecoder

A high performance video decoding Unity plugin for Windows.
http://u3d.as/usf
Other
129 stars 36 forks source link

How to use TCP function in config file #20

Open hwangjw7084 opened 5 years ago

hwangjw7084 commented 5 years ago

Hello.

I want to use TCP function in Config file, but I'm just beginner to Unity. So, could you tell me how to use the TCP function? or sample using that function will be very helpful to me.

Thanks.

kyo8568131 commented 5 years ago

Hi hwangjw7084,

You can move the config file to /Plugins/x86_64/ and modify to USE_TCP=1. Thanks.

hwangjw7084 commented 5 years ago

Thank you for your answer.

But I have another question. The video isn't play when i use udp for rtsp, unlike when using tcp for rtsp. Is there any solution I can try?

Thanks