WebRTCapp | Android app aims to be a small video conference app | Chat library
kandi X-RAY | WebRTCapp Summary
kandi X-RAY | WebRTCapp Summary
WebRTCapp is a small elaboration that is part of my final degree project. This app aims to be a small video conference app created using mainly WebRTC technology. With it, you can make calls though a web socket connection. I already implemented something similar but easier connecting to a webSocket mocked server. You can find the code here and a brief post explaining the concept here.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Start the server
- Initializes the remote peer
- Create a local peer connection
- Creates a local socket
- Handle a text message
- Creates video view
- Add one or more participants to the room
- Create a new peer connection
- This method is used to create a session
- Returns the socket address
- Create local media stream
- Create local offer
- Creates the initial state
- Initialize all views
- Called when a connection is connected
- Schedules a ping message handler
- Creates dialog
WebRTCapp Key Features
WebRTCapp Examples and Code Snippets
String sessionName = session_name.getText().toString();
String participantName = participant_name.getText().toString();
String socketAddress = socket_address.getText().toString();
peersManager.setWebSocket(new WebSocketFactory().createSo
git clone https://github.com/sergiopaniego/WebRTCapp
Community Discussions
Trending Discussions on WebRTCapp
QUESTION
I've been trying to learn WebRTC with React Native, so I've been working on this video call project. I thought I had it all figured out until this came up.
First of all, this is my React Native Code
...ANSWER
Answered 2020-Jun-02 at 17:37There is a typo in onmessage
on React Native. rename dcata
to data
. upvote if you find the answer useful.
QUESTION
I have installed ANT Media Server Community Edition on a Digital Ocean Droplet (the one-click app installation). Then I created serveral streams in the LiveApp and WebRTCApp sections underneath the Applications menu item.
Now when I broadcast from OBS on Windows, I see the broadcast indicator in the media server dashboard, for instance, status "Broadcasting 1.05x". But, when clicking the play-icon on the same stream, I get "Stream will start playing automatically when it is live"
The console logs
...ANSWER
Answered 2020-Apr-01 at 06:03I also experienced similar issues with the Community Edition. I noted the references in your console log to the WebRTCApp. After reviewing the Ant Media documentation I stumbled upon "WebRTC Playing is available only in Enterprise Edition(EE)". As you are using the Community Edition WebRTC this may be why it is not working. It might be best contact their support. I ended up Running the Enterprise Edition and it worked out of the box. If you use their example source player code note the websocket path is different in the enterprise version vs the community edition.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install WebRTCapp
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page