Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example "SIPToWebRtcBridgeVideo" not working #1239

Open
mawiedemann opened this issue Nov 21, 2024 · 2 comments
Open

Example "SIPToWebRtcBridgeVideo" not working #1239

mawiedemann opened this issue Nov 21, 2024 · 2 comments

Comments

@mawiedemann
Copy link

Hi,
I set up a local FreeSwitch with just the default Settings and tested the SIPToWebRtcBridgeVideo example by adding a SIPRegistrationUserAgent and calling it with MicroSIP. The audio works but the video does not and the console puts out the warning "Discarding RTP packet, VP8 header Start bit not set.". However if you dont add the audiotracks to the peer connection and the rtpSession the video works just fine but obviously there is no audio anymore. Videocalling from MicroSIP to MicroSIP via the Freeswitch works so FreeSwitch should not be the problem?

Does anyone know if I am doing something wrong or is this example just outdated?

@sipsorcery
Copy link
Member

It's outdated, hasn't been tested in a while. It didn't work properly for me either. I'll see if I can get it working over the next few days.

@sipsorcery
Copy link
Member

I was able to get the example working successfully with the VideoPhoneCmdLine example.

Steps:

  1. Start the SIPToWebRtcBridgeVideo example: sipsorcery\examples\WebRTCExamples\SIPToWebRtcBridgeVideo>dotnet run
  2. Call it with the VideoPhoneCmdLine: sipsorcery\examples\SIPExamples\VideoPhoneCmdLine>dotnet run -- --dst=127.0.0.1 --tp
  3. Open the webrtcsipvideo.html example is a browser and press connect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants