I am encoding a YUV video data into h264 and then I need to stream
it to the vlc player.
Each time a video frame is encoded into h264 and then streamed using
live555. I have created H264MediaSubsession, H264Framer classes
Note that you no longer need to write your own subclass of
"H264VideoStr
Hi,
I am encoding a YUV video data into h264 and then I need to stream it to the
vlc player. Each time a video frame is encoded into h264 and then streamed
using live555. I have created H264MediaSubsession, H264Framer classes and have
updated the H264Sink to perform the desired task. I checked t