I am trying to encode video
The input frame is from appsrc (format RGB) → encoding h264 → send over udp
I have working code that I can see on client on GSTREMAER BUT when I try to open it on VLC it doe not work
When I try to use videotestsrc as the src element I can see the video with VLC
- Is working code example how to push frames and send them as encoding video as udp?
- What can be the difference between videotestsrc and my appsrc?
Thanks
Eli