pedroSG94 / RTSP-Server

Plugin of rtmp-rtsp-stream-client-java to stream directly to RTSP player.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to add video channels

mengmeng66 opened this issue · comments

How to add video channels such as (rtsp :// ip:port/channel)

Hello,

Currently it isn't necessary because you haven't multiple stream sources. Stream push is not supported, only pull from a player is supported and the stream source depend of class used:
Camera1, Camera2, Display, FromFile, OnlyAudio

You can add any channel but the library ignore it because you don't need it.