You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to meetecho-janus
I have been using Janus streaming plugin for several years now and it works flawlessly. I am very happy with its. I use it to capture the Blackmagic Decklink SDI input and send it to the streaming plugin using ffmpeg rtp output.
Now I was thinking about being able to do a streaming from the janus server and the web client could respond as a Videocall. Next I receive the video from the client and forward to the decklink.
It would be similar to what VmixCall does. A videocall but from and to SDI Decklink using ffmpeg or gstreamer.
Would it be possible to do this with Janus using a videocall or convening viedocall + streaming?
Is it possible
forward rtp from videocall like videoRoom ?
Thanks
Lorenzo Miniero
unread,
May 9, 2022, 3:08:21 AM5/9/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to meetecho-janus
Forget VideoCall, you don't need it. Use the Streaming plugin for decklink to WebRTC, and VideoRoom+RTP forwarders for WebRTC to decklink. No need for the same plugin to deal the 1-1 communication, it can be two completely separate PeerConnections that are only tied at the application level (so from your web application).
L.
trunki 3
unread,
May 9, 2022, 11:15:52 AM5/9/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to meetecho-janus
Thanks Lorenzo,
I will try to combine streaming + videoroom with 1 publisher.