Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [webrtc]

WebRTC is a free, open project providing browsers and mobile applications with Real-Time Communications (RTC) capabilities (audio, video, and binary data streaming) via simple APIs and common set of protocols. Tags for operating environment may be helpful, e.g. [node.js] or [reactjs] or [ios] as well as specific browser, e.g. [firefox]. Questions concerning Session Description Protocol use [sdp]. Use [ortc] for Object RTC.

0 votes
0 answers
10 views

NodeJS WebRTC - RTCAudioSource - Expected a .byteLength of 480, not 2770

I'm trying to have my nodejs backend act as a peer that streams pcm audio to the browser via webrtc (https://github.com/WonderInventions/node-webrtc). (let's assume it's the only way to achieve what I ...
Royi Bernthal's user avatar
-1 votes
0 answers
35 views

apk not found/ apk doesn't exist - System App on Anbox Cloud Appliance

I'm trying to install an app as system app in anbox cloud appliance however it keeps giving me this error: "APK not found..." or it says "APK doesn't exist" with the given address. ...
Faraz2079's user avatar
1 vote
0 answers
16 views

Merge two audio frames from two streams in real time using PyAV and aiortc MediaStreamTrack

I'm trying to merge multiple audio streams from several WebRTC connections to create a single audio output (and, eventually, get an audio transcript out of it). I am using aiortc to get the audio ...
Paul Slm's user avatar
  • 423
0 votes
0 answers
15 views

Android eglSwapBuffer() is slowing rendering leading to dropping frames

I have Android project using webrtc, using GL native code to draw video frames on a GL SurfaceViewRenderer. The MediaCodec is decoding and feeding frame by frame. We create a SurfaceTexture which ...
Mostafa Ashraf's user avatar
-1 votes
0 answers
15 views

Advice on Implementing an Audio Streaming Mobile App with Spring Boot Backend

I'm working on a project to develop an audio streaming mobile application. For the backend, I'm planning to use Spring Boot. However, I have a few questions and would appreciate any advice or insights ...
Hamza Gbada's user avatar
0 votes
0 answers
20 views

How can I create MediaStream or MediaTrack from a downloaded mp3 audio?

I need to download an mp3 file from a server and pass audiostream to webrtc peer. To do that I was trying to create MediaStream, but I have failed. I have got an error in this line: let newStream = ...
Tobic's user avatar
  • 53
1 vote
1 answer
27 views

Chrome not detecting STUN success responses even if I can see the response sent via wireshark

I am working on a hobby project to implement WebRTC from scrach in C , I am facing some problem while doing stun connectivity checks. there are two agent C client Agent and Browser Agent that are ...
Usama's user avatar
  • 64
0 votes
0 answers
21 views

How to achieve vertical WebRTC streaming on a mobile device

I need a WebRTC streaming in portrait mode. I've tested with this simple code. In desktop it works, but in mobile device it does not. I’ve seen other solutions where the video component is rotated 90 ...
FlamingMoe's user avatar
  • 2,937
0 votes
0 answers
17 views

WebRTC Android - Unable to get PeerConnection.Observer callbacks

I am trying to implement WebRTC sample and trying to get the ICECandidates from ICE Server in Android using WebRTC. I am not able to get the PeerConnection.Observer callback like onIceCandidate(). I ...
tilak's user avatar
  • 4,681
0 votes
0 answers
8 views

Intermittent WSTransport socket error with error code 31000 in Twilio

I'm working with Twilio and occasionally encountering a WSTransport socket error with error code 31000. This issue seems to happen intermittently, and refreshing the page usually resolves it. Here are ...
javed Ali's user avatar
0 votes
0 answers
13 views

Flutter webrtc audio call are not working

I did the same things as Flutter demo. import 'dart:async'; import 'package:flutter/material.dart'; import 'package:flutter_webrtc/flutter_webrtc.dart'; import '../services/signalling.service.dart'; ...
mostafa khaled's user avatar
0 votes
1 answer
42 views

RTCPeerConnection is not defined

I have an Angular application with server side rendering. I have created a WebRTC service that works fine in unit tests. However, when I run the application I get the following error: ...
Some of the Things's user avatar
0 votes
0 answers
21 views

Webrtc Connection not fully COMPLETED and Data channel state not open

I created a Flutter app and used Google WebRTC in Android native, avoiding the flutter_webrtc package. When I connect one device (Peer A) to another device (Peer B), on Peer A, the connection states ...
Ashish Sharma's user avatar
1 vote
0 answers
30 views

One side stream call with WebRTC flutter

I'm currently adding video call to my app (FLutter for front-end and Asp.NET Core Web + SignalR for back-end) I'm using the flutter_webrtc library. No matter how hard i try i just succeed to make the ...
OpyrusDev's user avatar
-2 votes
0 answers
20 views

Chromium for raspberry pi [closed]

I am making a custom box on raspberry pi. I need chromium to autoplay a real time audio stream. Chromium now prevents this without user interaction. Where do I get the source for chromium on rpi? ...
Ian H Stewart's user avatar

15 30 50 per page
1
2 3 4 5
612