Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

An iOS AppRTC example for janus videoroom plugin, written in Swift.

Notifications You must be signed in to change notification settings

yxqyrh/janus-videoroom-swift

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

An iOS example project for janus videoroom-plugin, written in Swift.

Features

  • 1 to many video conference;
  • camera sharing;
  • screen sharing(currently video only(h.264), raw buffer without any modifications);
  • interact with GPUImage(under developing...)
  • AVSampleBufferDisplayLayer based renderer support(can use PiP mode in iOS 15, currently only support NV12 pixel format).

TODO

  • Rewrite UI in SwiftUI;
  • Replace Starscream with URLSessionWebSocketTask and use Concurrency APIs.

Screenshots

Video Room

Notice

  • This repo is for sharing my learning WebRTC & janus video room experience, welcome to share yours.
  • This is an example project and far from a demo, it is not fully test yet, welcome to create an issue.

Steps

  • Connect signaling server first(specific in Config.signalingServerURL), for example: wss://janus.conf.meetecho.com/ws or build your own janus sever(try this repo to build janus docker image on your machine).
  • Input room number(such as: 1234).
  • Hit Join Room, will joined the video room if nothing goes wrong.

External Libraries & their licenses

About

An iOS AppRTC example for janus videoroom plugin, written in Swift.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 96.0%
  • Objective-C 4.0%