Hi,
I am writing a Java UDP server by reading a media file (like .mp3) at an average bitrate and streaming across the network and have VLC media player to play the stream.
However, it seems like the UDP server has to encapuslate the mp3 packet into transport stream in order for the VLC media player for stream playback. Does anyone know any Java library out there that I can use in my UDP server to for transport stream encapuslation?
Thanks,