westonsoftware / vue-webrtc

WebRTC video component for Vue.js
MIT License
365 stars 127 forks source link

Wowza #133

Closed MohMehrnia closed 5 months ago

MohMehrnia commented 8 months ago

Hi, I used wowza and needed set application name and stream name, how do set when used you component

westonsoftware commented 8 months ago

Hi, it has been a while since I worked on Wowza but there is a player here that you can look at ... https://github.com/koala-interactive/wowza-webrtc-player/

I seem to remember that they had custom sdp settings.

Our component lets you set these peerOptions but I think Wowza needs more than that ... https://github.com/feross/simple-peer?tab=readme-ov-file#api --Andy