Skip to content

nikamaish/StreamYard_RMTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StreamYards_RMTP

RMTP

RTMP stands for Real-Time Messaging Protocol. It's a protocol developed by Adobe Systems for streaming audio, video, and data over the internet, between a Flash player and a server. RTMP is commonly used for live streaming and video-on-demand (VOD) services. It enables low-latency communication and supports adaptive bitrate streaming, making it suitable for various types of streaming applications. However, it's worth noting that RTMP has been gradually phased out in favor of newer protocols such as HLS (HTTP Live Streaming) and MPEG-DASH (Dynamic Adaptive Streaming over HTTP) due to broader compatibility and better support for modern devices and browsers.

FFMPEG

FFmpeg is a free and open-source software project consisting of a large suite of libraries and programs for handling multimedia data. It allows users to perform various operations on audio, video, and other multimedia files, including conversion, encoding, decoding, streaming, and editing.

Releases

No releases published

Packages

No packages published