Skip to content

Commit

Permalink
Merge pull request IntelRealSense#150 from IntelRealSense/mchanan_stream
Browse files Browse the repository at this point in the history
bug fix
  • Loading branch information
mchanan committed Mar 15, 2020
2 parents 84b1809 + 387f337 commit 889fb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/rs-server/RsServerMediaSubsession.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ RTPSink *RsServerMediaSubsession ::createNewRTPSink(Groupsock *t_rtpGroupsock,
FramedSource * /*t_inputSource*/)
{
rs2::device device = ((RsServerMediaSession*)this->fParentSession)->getRsSensor().getDevice();
return RsSimpleRTPSink::createNew(envir(), t_rtpGroupsock, t_rtpPayloadTypeIfDynamic, 90000, "X" , "Y" , m_videoStreamProfile, device); //TODO: to rename X and Y
return RsSimpleRTPSink::createNew(envir(), t_rtpGroupsock, 96+m_videoStreamProfile.stream_type(), 90000, "X" , "Y" , m_videoStreamProfile, device); //TODO: to rename X and Y
}

0 comments on commit 889fb17

Please sign in to comment.