Is it possible to retrive the raw video from caputred packets in Pixel Streaming?

Hello, since pixel streaming use WebRTC, and encryption in WebRTC is mandatory. Could I disable encryption and get the raw video data from packets captured by Wireshark? Thanks

Why?
I think it’s simpler to make a WebRTC client. As example this:

Look at Multiple Player Endpoints part:

2 Likes

Thanks, I want to modify the transmitted packets in network accoring to content each packet represents. Anyway, I want to get the releation between packets and video content. Is it possible?

Sorry, that is above my knowledge level. If you look at the video codecs as example, they are common:

The problem is, WebRTC uses SRTP which is encrypted.
https://webrtc-security.github.io/