Postby happyboy » 10 Jan 2011 21:59
I am working on a project which stream the video to one P2P system and then stream out to another client PC.
Before streaming the video data to the P2P system, I need to packetize the video file to appropriate packet size.
May I ask which function I need so that I can packetize the file? I want to know how to use the libvlc.lib and libvlccore.lib function in my project( in my player).
The flow of my project:
stream the video file in my player( using libvlc.lib and libvlccore.lib) -> packetize the video file to appropriate packet size -> stream the packet to P2P system ->
depacketize the file packet and group together -> play the video in other client PC.