I am trying to check the packets coming from a twitch stream. So, I am using ffprobe to probe on it using the m3u8 playlist link for the video.
the source url for the twitch stream
I notice that the video packets I recieve are bigger in size than MTU(quite bigger for I frames or P frames).
Also, one frame is mapped with one packet. I tested it on multiple APs across pubs and starbucks. I always get one packet per frame. How come ?
I think that the packets are coalesced and hence I see the bigger packets. But I am confused, since I get big packets even on an ethernet connection.
''' ffprobe -v error -select_streams v -show_packets -show_frames '''