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
Hello experts.
We are currently using Janus to provide WebRTC service. I want to do WebRTC protocol service and RTMP-based YouTube real-time broadcasting service. How can I do that? I want to implement several broadcasting services at once with Janus.
Alessandro Toppi
unread,
Nov 30, 2020, 12:12:44 PM11/30/20
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
You can't do this with any of the available Janus plugins.
I guess an easy approach would be to RTP forward a publisher feed to a ffmpeg process that will send media to YT over RTMP (never tried personally).
Lorenzo Miniero
unread,
Dec 1, 2020, 3:58:59 AM12/1/20
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
Yes, that's the approach. I did something like this in a demo some time ago: