AVENGER NO WAR Posted June 25, 2014 Share Posted June 25, 2014 My first try to HTML5 is a WebRTC game. i used webrtc datachannel to build a peer to peer network between players browsers.as firefox won't let me create datachannels without audio/video streams, this game only works with google chrome. still need a little work,. i'l ltry to put on my website next week. move with Arrow keys and kick the ball with "x" key.as this game is a peer to peer game, if a player with slow network or faraway from you, join your room, it will make the game laggy and unplayable, how ever i have no idea how internet connections actualy are at other countries. in my country at least won't work.this is more like a demo of webrtc datachannel instead of a game GAME URL: http://riskygear.com/game1-html5-soccer-realtime-multiplayer Quote Link to comment Share on other sites More sharing options...
jesup Posted June 26, 2014 Share Posted June 26, 2014 Firefox absolutely will allow DataChannels without audio/video (we got rid of that restriction a long time ago). See http://mozilla.github.com/webrtc-landing/data_test.html I'd love to see your game running on Firefox! AVENGER NO WAR 1 Quote Link to comment Share on other sites More sharing options...
DarXector Posted June 26, 2014 Share Posted June 26, 2014 I can confirm that Firefox does allow DataChannels now without audio or video.Our chat application works both on Firefox and Chrome, and video / audio are optional. Interconnection between Chrome and Firefox also works.Check the code on this project. It will be quite helpful...https://github.com/muaz-khan/WebRTC-Experiment/tree/master/RTCMultiConnection AVENGER NO WAR 1 Quote Link to comment Share on other sites More sharing options...
AVENGER NO WAR Posted June 29, 2014 Author Share Posted June 29, 2014 Firefox absolutely will allow DataChannels without audio/video (we got rid of that restriction a long time ago). See http://mozilla.github.com/webrtc-landing/data_test.html I'd love to see your game running on Firefox! I can confirm that Firefox does allow DataChannels now without audio or video. Our chat application works both on Firefox and Chrome, and video / audio are optional. Interconnection between Chrome and Firefox also works. Check the code on this project. It will be quite helpful... https://github.com/muaz-khan/WebRTC-Experiment/tree/master/RTCMultiConnection You are right. now i let Firefox users connect to this game beside chrome users. ------------------------------- Firefox and Chrome users can play this game now: WebRTC RealTime Multiplayer Soccer HTML5 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.