Esri / SwiftRTP

Swift implementation of RTP and the H264 RTP Profile
Other
49 stars 14 forks source link

SwiftRTP

Swift 2 (iOS and Mac OS) implementation of RTP ("RTP: A Transport Protocol for Real-Time Applications") and the H264 RTP Profile ("RTP Payload Format for H.264 Video").

What Works

ffmpeg -re -f lavfi -i smptebars -vcodec libx264 -tune zerolatency -vf scale=1920:1080 -b 900k -sdp_file stream.sdp -f rtp "rtp://127.0.0.1:5600"

What Does Not Work

Future