Search Unity

Decode H264 frame buffer from RTP/H264

Discussion in 'Scripting' started by halleywang, Mar 16, 2017.

  1. halleywang

    halleywang

    Joined:
    Mar 2, 2017
    Posts:
    14
    Hi everyone, I want to receive RTP/H264 packet from my server on my UWP device.

    At the beginning, I tried to use plugins for VLC which can allow me to open sdp file and start the streaming. But the plugins for VLC all cannot be built into my UWP device.

    I think I should de-packetize the packet from the server by myself and decode the h264 frame buffer. The de-packetize steps can be find in many tutorials, but I don't know how to decode the h264 frame buffer in Unity.

    Could anyone give some help? I will really appreciate !

    Thanks!

    P.S. Sorry if it is a naive question ..

    Best Regards,
    Halley