| 517 | } |
| 518 | |
| 519 | SrtSource::SrtSource(string host, int port, const map<string,string>& par) |
| 520 | { |
| 521 | Init(host, port, par, false); |
| 522 | |
| 523 | ostringstream os; |
| 524 | os << host << ":" << port; |
| 525 | hostport_copy = os.str(); |
| 526 | } |
| 527 | |
| 528 | int SrtSource::Read(size_t chunk, MediaPacket& pkt, ostream &out_stats) |
| 529 | { |