Hello,
I tried to stream a H264/AVC video with MPEG-TS container to see how VLC encapsulates NALunits in UDP/RTP streams.
From what I've seen, at the streamer's output interface, I have UDP or RTP packets of a fixed size with several frames encapsulated into them.
The point is that I need to separate each frame from the others, and so I need one frame per UDP/RTP packet.
Is it possible to do it?
BR
Andrea