Skip to content

Modifying traffic identifier (TID) for video stream #1564

Discussion options

You must be logged in to vote

Oops, I am terribly sorry. I pointed to the location for sending/receiving the data channel bits and not the rtp.

Here is where you can configure and check whether your network equipment actually honors the dscp/tos

if (setsockopt(sockfd, SOL_SOCKET, NO_SIGNAL, &optionValue, SIZEOF(optionValue)) < 0) {

You can issue another setsockopt call with IPPROTO_IP/IP_TOS or a more platform independent way using SOL_SOCKET/SO_PRIORITY

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@kuldeep-gill-skydio
Comment options

@kuldeep-gill-skydio
Comment options

@kuldeep-gill-skydio
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by niyatim23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants