# transfer_h264stream **Repository Path**: liupanpan/transfer_h264stream ## Basic Information - **Project Name**: transfer_h264stream - **Description**: transfer h264 stream to client through rtp protocol - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2016-01-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README send_h264file_by_rtp ==================== send h264 file by rtp via udp test: ```console $ make $ make test $ # ffplay test.sdp & # or mplayer(or vlc) test.sdp & $ # ./send_h264file_rtp record.h264 127.0.0.1 1234 ```