Commit Graph

13 Commits

Author SHA1 Message Date
Kazuki Matsumoto eee40aefa8
feat: Add VideoCodecInfo / AudioCodecInfo (#727)
* define AudioCodecInfo and VideoCodecInfo

* comment

* fix

* fix for failure of android test on CI

* fix bug

* test
2022-08-22 09:08:15 +09:00
Takashi Kannan 4eb8c6052f
feat: Add unittest for webapp using Jest (#541)
* update dependencies packages

* fix parse command line option

* enable esmodule on jest

* define webapp client test job on yamato

* define signaling handler on server

* setup server test

* add jest-websocket-mock

* fix handler argument

* implement basic test for http/wbsocket signaling handler

* fix lint

* fix tsconfig.json

* change linux vm image for webapp job

* fix jest command for win

* fix upm-ci-webapp.yml

* wait more time for running test server

* make client directory for webapp

* add cross env for client test

* fix httphandler on private mode

* fix review
2021-10-04 14:28:23 +09:00
Kazuki Matsumoto dc113c56d1
refactor: Organize sample folders (#397)
* refactor samples

* remove unused asset
2021-02-08 11:01:03 +09:00
phoxmcleod 790a8fe983
Translated Component Settings and Browser Input Process documentation (#294)
* Create turnserver.md

* Create .DS_Store

* Create .DS_Store

* Create .DS_Store

* Delete .DS_Store

* Delete .DS_Store

* Delete .DS_Store

* Update turnserver.md

* Update turnserver.md

* Update .gitignore

* Update components.md

* Update input.md
2020-05-07 15:27:29 +09:00
Kazuki Matsumoto b28b081ae2
feat: added AudioStreamer (#222)
* Added AudioStreamer

* move files

* upgrade webrtc package version

* Fixed sample scene
2020-02-05 17:26:48 +09:00
Kazuki Matsumoto 428044ceb0
refactor: Prepared template testing (#218)
* add patch file to replace "manifest.json" for testing template

* add template unittest

* exclude RenderStreaming test on MacOS

* move the place where web application executable file

* cp WebApp folder to resolve the path searching of the webserver

* added method "ChangeGraphicsApi"

* fixed build script to copy webserver

* fixed build error

* exclude macos platform from template test

* test

* test

* add meta

* test

* test

* remove trigger to stop template test

* fixed warning

* upgrade input system 1.0.0-preview.4

* fixed comment
2020-01-31 14:26:48 +09:00
Sindharta Tanuwijaya 4a2b256694 test: make sure that webrtc.dll is successfully loaded (#104)
* Exclude imported samples from git

* Removing empty classes

* Add PluginTest to ensure that the DLL is successfully loaded
2019-08-08 18:47:32 +09:00
Sindharta Tanuwijaya 1f95d38401
chore: upload Webrtc.dll to ease development (#81)
* Upload updated webrtc.dll

* Exclude webrtc source when it is put under Plugin/webrtc
2019-07-24 10:30:23 +09:00
Sindharta Tanuwijaya 435c399847 Adding a new package com.unity.renderstreaming, mostly to store the p… (#80)
* Adding a new package com.unity.renderstreaming, mostly to store the project sample

* Fixing readme.md and removing SimpleScene.unity
2019-07-22 12:59:58 +09:00
Sindharta Tanuwijaya 4ac10bd361 [CHORE] Release/1.0.0 sin fixes (#70)
* Ignoring Visual Studio csproj and sln files

* Upgrading to Unity 2019.1.9f1

* Removing unused packages
2019-07-13 11:53:10 +09:00
Kazuki Matsumoto f186c286f3
[DOCS] Added Documentation (#51)
* add doc

* updated tutorial doc

* Updated manual

* added overview documentation
2019-07-02 16:17:11 +09:00
Kazuki Matsumoto 81521c985c Added: template package sample (#9)
* added template package sample

* added packages folders assets

* Updated gitignore to avoid ignoring the package folder
2019-05-07 19:06:12 +09:00
flame99999 69a4ead18f NvEncoder encode API implementation and build test (#1)
* initial commit for plugin project with basic nvencode function

initial commit for plugin project with basic nvencode function

* 👷add build script for plugin project

👷add build script for plugin project

* 🔧Use global editorconfig file

🔧Use global editorconfig file

* 👌🎨 Enfore editorconfig setting and restructure encoder

👌🎨 Enfore editorconfig setting and restructure encoder

* change tab to space

* change tab to space
2019-04-09 00:51:49 +09:00