Skip to content

Commit

Permalink
Set msid to scheduled channel stream
Browse files Browse the repository at this point in the history
  • Loading branch information
getroot committed Dec 5, 2024
1 parent 834fef8 commit 66d61e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/projects/providers/scheduled/scheduled_stream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,8 @@ namespace pvd

//TODO(Getroot): need to calc duration?
AdjustTimestampByBase(track_id, pts, dts, std::numeric_limits<int64_t>::max());


media_packet->SetMsid(GetMsid());
media_packet->SetPts(pts);
media_packet->SetDts(dts);
media_packet->SetDuration(-1); // It will be calculated in MediaRouter
Expand Down

0 comments on commit 66d61e9

Please sign in to comment.