AirenSoft / OvenMediaEngine

OvenMediaEngine (OME) is a Sub-Second Latency Live Streaming Server with Large-Scale and High-Definition. #WebRTC #LLHLS
https://airensoft.com/ome.html
GNU Affero General Public License v3.0
2.61k stars 1.06k forks source link

Transcoding #18

Closed voipcall closed 5 years ago

voipcall commented 5 years ago

When i am sending RTMP stream server by default start transcoding. Is it possible disable transcoding ? I comment out form config, in this case i cant see video

sfreet commented 5 years ago

Nomally, incoming source from rtmp is H264, AAC. WebRTC uses H.264/VP8, OPUS, so transcoding is required.

OvenMediaEngine supports the origin-edge architecture. Edge receives the transcoding result of origin-server and sends it out, so there is no transcoding on the edge.

voipcall commented 5 years ago

thank you