Skip to main content

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.

webrtc
0 votes
1 answer
29 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
14 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
25 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
15 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
0 votes
1 answer
22 views

What is saslprep ? why its required a stun username password to be used with saslprep?

I have gone through RFC about could not understand the purpose of it can anybody dumb it down for me please.
Usama's user avatar
  • 42
3 votes
0 answers
35 views

Optimizing Mouse Movement Functionality During Screen Sharing

I am currently developing a screen-sharing application similar to Anydesk or TeamView using Electron, React, NodeJS (signalling sever) and RobotJS (for simulating mouse move events). I have used ...
Dipankar Prasad's user avatar
0 votes
0 answers
15 views

Setting SSRC in invite sdp from asterisk [closed]

We are using asterisk 1.8. Wanted to know if there is any way to generate ssrc in invite sdp from asterisk? Or is there any flag in asterisk to do this. We are using chan_sip drivers in asterisk. We ...
Nirav 's user avatar
1 vote
0 answers
26 views

WebRTC: Cannot watch live-stream from broadcaster

I am trying to make a web-livestreaming using webRTC, signaling server using golang to connect between clients. Clients will include broadcasters and viewers. There will be about 5-10 broadcasters ...
Good's user avatar
  • 11
0 votes
0 answers
31 views

WebRTC: Cannot connect peers to watch livestream from other client

-I want to make a server that can receive data sent from the client. The client can be the person broadcasting the live video or the person who wants to watch the live video. Connect the clients ...
Good's user avatar
  • 11
0 votes
0 answers
13 views

WebRTC server's webcam streaming

I would like to implement a WebRTC based streaming service on a computer with an attached webcam so whenever a user connects using web browser to the IP address of that computer the video stream ...
Malek's user avatar
  • 125
0 votes
0 answers
10 views

RTCVideoView Crashes Application Under Certain Constraints

The RTCVideoView widget from the flutter_webrtc package causes the application to crash when the available dimensions (height or width) fall below certain thresholds. This issue appears to occur ...
VmluYXlr's user avatar
0 votes
0 answers
27 views

WebRTC localhost demo failed

I need help debugging why this WebRTC demo is failing on my machine (demo is linked below). I'm receiving a WebRTC: ICE failed, add a STUN server. STUN is not required for this demo, there's something ...
David Bell's user avatar
2 votes
0 answers
24 views

Handling EOS Messages in GStreamer and Stopping Egress in Go Application

I'm working on a Go application that uses GStreamer for handling media streams and a custom egress service to manage outgoing streams. I'm facing issues when the GStreamer pipeline receives an EOS (...
Deepak Sharma's user avatar
-3 votes
0 answers
14 views

Which are the programming languages that are support webrtc between for example a java user and (in all cases) a browser html5 user? [closed]

I was tried aiortc in python for webrtc between a python server user and multiple html5 web users. It works but not exactly well for many clients. So i am searching about other programming languages ...
Chris P's user avatar
  • 2,289
0 votes
1 answer
12 views

Member RTCIceServer.urls is required and must be an instance of (DOMString or sequence)

Error reporting member RTCIceServer. When using WebRTC on a Mac computer, the URL is required and must be an instance of (DOMString or sequence) I hope to have a normal conversation, but I can't. This ...
Makaite's user avatar

15 30 50 per page
1
2 3 4 5
611