LaiFengiOS / LFLiveKit

LaiFeng IOS Live Kit,H264 and AAC Hard coding,support GPUImage Beauty, rtmp transmission,weak network lost frame,Dynamic switching rate
MIT License
4.39k stars 1.11k forks source link

How to stream the encoded video and audio packets to local UDP port instead of sending it to RTMP server? #327

Open pushsoftdev opened 4 years ago

pushsoftdev commented 4 years ago

I have a custom tranporting library which will push the encoded audio and video data to the remote server.. So I don't want to use RTMP url for to stream.. Instead I just need the encoded video and audio data so stream to a local UDP port?

How to do that?

yangdengxueshi commented 3 years ago

Same requirement