You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I think in the constructor of an RTPpacket object from the packet bistream, the Ssrc needs to be built. As I am working on a protocal called GB28181, I need to identify the video stream from different cameras through Ssrc. And I think it can be built from 8th, 9th, 10th, 11th bit in the header[], which is a little bit similiar to building the TimeStamp. Thanks!
The text was updated successfully, but these errors were encountered:
Hi! Actually I have never run this project. I am learning how to unpack a RTP packet and build my own project. So I have not met the same problem as yours. Concerning your problem, I think we might have to check the header of the packet you received. If it do not have the 8th-11th bit in the header then you might meet an exception.
Ok. Firstly,Thank you for helping. Can you please tell that what are other protocols other than webRTC that I should consider for video streaming comparison..like protocols that are as good as webRTC or not better that webRTC but better than others.
Hi! I think in the constructor of an RTPpacket object from the packet bistream, the Ssrc needs to be built. As I am working on a protocal called GB28181, I need to identify the video stream from different cameras through Ssrc. And I think it can be built from 8th, 9th, 10th, 11th bit in the header[], which is a little bit similiar to building the TimeStamp. Thanks!
The text was updated successfully, but these errors were encountered: