# SharpRealTimeStreaming **Repository Path**: tiduszhang/SharpRealTimeStreaming ## Basic Information - **Project Name**: SharpRealTimeStreaming - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-30 - **Last Updated**: 2024-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SharpRealTimeStreaming This is just a thin wrapper around the fantastic SharpRTSP, mostly based off their sample code with some API enhancements to make it easier to use. Added support for streaming AAC and H265 from fragmented MP4. ## SharpRTSPClient Simple RTSP client that supports H264, H265 for video and AAC for audio. ## SharpRTSPServer Simple RTSP server that supports H264, H265 for video and AAC, PCMU and PCMA for audio. ## FFmpeg RTSP Server Sample RTSP server for ffmpeg RTP streams. Fully configurable in appsettings.json. ## Pcap RTSP Server PoC of re-playing RTSP from a Wireshark PcapNg file. ## Remarks Still work in progress, APIs are subject to change. ## Credits Most of the work has been done by SharpRTSP (https://github.com/ngraziano/SharpRTSP), this is just a convenience wrapper around it.