Commit graph

393 commits

Author SHA1 Message Date
giongto35
6bf2db51ac Merge with master 2019-09-22 23:38:42 +08:00
giongto35
474cb7592e
Test server (#90)
* Update README

* Update Readme typo

* to Test server

* Update libretro system path
2019-09-22 23:36:45 +08:00
giongto35
2e932ffff7
Update readme spawn docker (#89)
* Update README

* Update Readme typo
2019-09-22 04:12:38 +08:00
giongto35
4e2e6440ee Update README 2019-09-22 01:26:45 +08:00
giongto35
8c78c8286f Merge branch 'master' of github.com:giongto35/cloud-game 2019-09-22 00:35:23 +08:00
giongto35
40b3ca9d9f Update README + run Docker 2019-09-18 04:17:21 +08:00
giongto35
0d3d219315 Remove NES 2019-09-12 04:14:30 +08:00
giongto35
159a7ec14f Add C vendor 2019-09-12 04:06:26 +08:00
giongto35
a0b19c5227 Update README and remove rom 2019-09-12 04:03:11 +08:00
Sadlil Rhythom
0e17092acb Refactor of cloud game overlord and overworker (#70)
* Introduce Makefile and go vendor directory for faster build

* WIP: Refactor cloud-game codebase with spliting overlord and worker binary

* Fix all issues and have a running build

* Complete first version of refactor
2019-09-12 03:35:21 +08:00
giongto35
f3722d5084 Update README for suitable explorer 2019-09-10 00:31:36 +08:00
giongto35
f7f085dff9 Update latency check timeout 2019-09-09 22:37:29 +08:00
giongto35
1fd5b1b2ea Update FUNDING.yml 2019-09-09 12:32:09 +08:00
giongto35
a208d089e2 Update README.md 2019-09-09 11:20:43 +08:00
giongto35
d175753616 Update README.md (#82) 2019-09-09 11:19:02 +08:00
giongto35
7743aee281 Fix bug causing unserialize failed 2019-09-09 11:11:28 +08:00
giongto35
c9537ae182 Updat readme new youtube link (#81)
* Update README new youtube link

* Update README document

* Update README

* Update README

* Update dependencies

* Update README
2019-09-09 03:03:00 +08:00
giongto35
a174501431 update Makefile 2019-09-09 02:54:20 +08:00
giongto35
d831592ddc Update encoding checking at webrtc initialization 2019-09-08 15:25:02 +08:00
giongto35
265c6248c2 update default index 2019-09-08 14:09:46 +08:00
giongto35
3c27ae19dd Merge branch 'master' of github.com:giongto35/cloud-game 2019-09-08 14:05:22 +08:00
giongto35
15681e1129 Encoder based on platform (#80)
* Update help overlay screen

* Encoder based on mobile or desktop

* Update TODO note to use useragent for video encoding
2019-09-08 13:18:12 +08:00
giongto35
365d0e3b2f Update README.md 2019-09-08 12:08:39 +08:00
giongto35
fc94938d18 Update README.md 2019-09-08 12:06:49 +08:00
giongto35
e27ad3db7d Update README.md 2019-09-08 12:04:21 +08:00
giongto35
a00f546513 Retouch readme (#79)
* Update help overlay screen

* Update REAME

* Fix table column
2019-09-08 12:02:59 +08:00
giongto35
bc712c4d6c Update help overlay screen 2019-09-08 04:36:05 +08:00
giongto35
859b2717db Fixed bug on H264 when packets are limited 2019-09-07 19:03:12 +08:00
giongto35
c1dd199735 update game version 2019-09-06 23:24:08 +08:00
giongto35
9c203c266d create save dir before running 2019-09-06 03:57:44 +08:00
giongto35
706af4c405 remove comment 2019-09-04 02:31:45 +08:00
giongto35
1d8e3d6e35 Remove old nes emulator (#78)
* Remove old NES emulator, using only libretro now

* Update landing page
2019-09-04 02:21:46 +08:00
giongto35
1c4a57d619 Fit size based on emulator (#77) 2019-09-03 02:50:12 +08:00
giongto35
f49a347de2 Update vendor and makefile (#76)
* Update dependencies

* Update vendor

* Update vendor with C package

* Update Make file
2019-09-01 04:56:27 +08:00
giongto35
f5617c5255 Update README.md 2019-09-01 03:34:45 +08:00
giongto35
24b13d34ce Update UI to support more kind of emulator 2019-08-31 13:45:06 +08:00
giongto35
cb715e953c Refactor encoder (#75)
* Refactor encoding code

* Close input encoder
2019-08-31 12:26:00 +08:00
giongto35
8ac2444409 Add GBA rom to test retroarch 2019-08-31 04:21:00 +08:00
giongto35
d69ccb879d Update SNES core 2019-08-31 04:13:09 +08:00
giongto35
fa45170447 Update NES emulator to follow correct order (#74) 2019-08-30 02:47:08 +08:00
giongto35
d64d77c80b Update Playstation core (#73)
* Update cores setting for ps1

* Update PS3 output + use bytes per row to get the correct number of bytes per row

* Add more inputs

* Update input

* Fix input

* Add resize image comment

* Update screenshot

* Try side by side

* Update Image side by side

* Add image side by side

* Update landing page

* Add landing page image

* Update landing page image
2019-08-28 03:54:18 +08:00
giongto35
0ed764ce77 Move gamelist to become a utility library, this package can be shared between overlord and worker (#72)
* Return games based on type

* Add nes extension also

* Update game list logic

* Add more files to diff
2019-08-27 07:26:33 +08:00
giongto35
02c18e98f2 Add H264 codec (#71)
* Update gomod

* Add h264 codec + interface

* Add config to use H264 or Vp8
2019-08-23 03:41:16 +08:00
Sadlil Rhythom
f075846f74 Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
giongto35
8734502269 Update README.md 2019-08-16 08:14:35 +08:00
giongto35
4efaf40bfa Stun turn from worker (#65)
* Stun turn from worker

* Add Stun turn from server

* Add google stun to ice list
2019-08-05 21:48:19 +08:00
giongto35
e034de5b2c Update Google Analytic 2019-08-04 17:31:48 +08:00
giongto35
2ba5f53a37 Set theme jekyll-theme-cayman 2019-08-04 04:35:57 +08:00
giongto35
c07820f24b Create FUNDING.yml 2019-08-04 04:16:47 +08:00
giongto35
7d2d9d1f67 Update docker ignore to skip adding games folder to docker, use volume instead 2019-08-03 16:57:37 +08:00