Skip to content
forked from koji4104/MyLive

Live streaming (RTMP, HLS, SRT). Available at Apple Store.

License

Notifications You must be signed in to change notification settings

ally22786/MyLive

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

It's my live

It's my live is available for free at the Apple Store. Available for iPhone and iPad.

🎥 Features

It's my Live is a live distribution application.

  • HLS (HTTP Live Streaming)
    Viewable on browser on same network.
  • RTMP (Real Time Messaging Protocol)
    Delivery to RTMP server.
  • SRT (Secure Reliable Transport)
    Deliverable with SRT protocol.

It is only distribution. There is no ability to save and receive video.

📘 How to use HLS

HLS can be played on Safari on Mac or Edge on Win. You can play the camera image by entering the address displayed on MyLive in the browser address (local network only)

📘 How to use RTMP

YouTube

Enter URL and KEY in App. Note that the KEY changes each time the button is pressed.

AWS MediaLive

e.g. rtmp://xxxx/test/test1
URL = rtmp://xxxx/test
KEY = test1

Japanese Article (日本語記事) https://qiita.com/koji4104/items/c1b4ddd27fa0f9c011d9

📘 How to use SRT

FFMpeg does not support SRT by default, so it needs to be built.

MyLive srt://(YourPC_IP):3000
FFPlay -i "srt://0.0.0.0:3000?mode=listener"

MyLive srt://:3000 or srt://localhost:3000
FFPlay -i "srt://(iOS_IP):3000"

💬 Question

Please in 日本語 or English

About

Live streaming (RTMP, HLS, SRT). Available at Apple Store.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 98.9%
  • Other 1.1%