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 everyone,
I have a question about streaming from IP Camera. I want to send stream from IP Camera (video codecs are H264 or H265) and I receive it and I transcode it to AV1 (like SVT-AV1) in local transcoder box (it has high CPU power to live transcoding to AV1) and then I send it to WebRTC
server with AV1 codec, and the receiver can watch it on Chrome web browser or any other WebRTC player. Is it possible to do it with Janus WebRTC Server? I would
appreciate your help.
Best Regards,
Ben.
Lorenzo Miniero
unread,
Apr 21, 2022, 4:51:39 AM4/21/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
Janus will not transcode, you have to do it yourself, e.g., with ffmpeg or gstreamer. Once that's done, you can send the output via RTP to a mountpoint in the Janus Streaming plugin to turn it into a WebRTC broadcast.