What steps are needed to stream RTSP from FFmpeg?

You can use FFserver to stream a video using RTSP. Just change console syntax to something like this: Create a ffserver.config file (sample) where you declare HTTPPort, RTSPPort and SDP stream. Your config file could look like this (some important stuff might be missing): With such setup you can watch the stream with i.e. VLC … Read more

what exactly mean 2160p, 1440p, 1080p, … 144p? [closed]

it is the pixel count. 1200×700 simply means: 1200 pixels in width and 700 pixels in height so 1920×480 would not choose one of the other resolutions, it would stretch the video the 360p here actually stands for the height. With this value and the screen ratio you can calculate the real resulotion. so lets asume you use a typical 16:9 screen: … Read more