1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

RTC: Rename SrsRtcPlayer to SrsRtcPlayStream, SrsRtcPublisher to SrsRtcPublishStream

This commit is contained in:
winlin 2020-07-07 17:20:15 +08:00
parent 4c73b9a819
commit 428b9f14c0
3 changed files with 66 additions and 63 deletions

View file

@ -103,6 +103,7 @@ public:
virtual void request_keyframe() = 0;
};
// A Source is a stream, to publish and to play with, binding to SrsRtcPublishStream and SrsRtcPlayStream.
class SrsRtcSource
{
private: