<div dir="ltr">Hi<div><br></div><div><p style="font-size:12.8000001907349px;margin:0px 0px 1em;padding:0px;border:0px;clear:both;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;line-height:19.5px">I need to do the following:</p><ol style="font-size:12.8000001907349px;margin:0px 0px 1em 30px;padding:0px;border:0px;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;line-height:19.5px"><li style="margin:0px 0px 0.5em;padding:0px;border:0px;word-wrap:break-word"><p style="margin:0px 0px 1em;padding:0px;border:0px;clear:both">Before streaming a video, the type, size and start address of each NAL unit is extracted using H.264 bitstream parser.</p></li><li style="margin:0px 0px 0.5em;padding:0px;border:0px;word-wrap:break-word"><p style="margin:0px 0px 1em;padding:0px;border:0px;clear:both">During streaming, a single NAL unit is encapsulated into one RTP packet.</p></li></ol><p style="font-size:12.8000001907349px;margin:0px 0px 1em;padding:0px;border:0px;clear:both;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;line-height:19.5px">My question: I need to use the extracted NAL unit's information as input to a mux so this mux could determine whether an RTP packet contains a specific NAL unit type such as PPS. If so, it will steer it to a TCP tunnel else, the RTP packet will be steered to a UDP tunnel.</p><p style="font-size:12.8000001907349px;margin:0px 0px 1em;padding:0px;border:0px;clear:both;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;line-height:19.5px">FYI : I'm using OEFMON which integrates Qualnet and Directshow Any help will be appreciated.</p></div></div>