mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
GB: Support H.265 for GB28181 (#3408)
Co-authored-by: chundonglinlin <chundonglinlin@163.com> Co-authored-by: stone <bluestn@163.com> Co-authored-by: Winlin <winlin@vip.126.com>
This commit is contained in:
parent
4a089935cd
commit
4a5f479a0c
6 changed files with 242 additions and 4 deletions
|
@ -156,6 +156,7 @@ SrsTsMessage* SrsTsMessage::detach()
|
|||
{
|
||||
// @remark the packet cannot be used, but channel is ok.
|
||||
SrsTsMessage* cp = new SrsTsMessage(channel, NULL);
|
||||
cp->ps_helper_ = ps_helper_;
|
||||
cp->start_pts = start_pts;
|
||||
cp->write_pcr = write_pcr;
|
||||
cp->is_discontinuity = is_discontinuity;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue