zmwangx / rust-ffmpeg

Safe FFmpeg wrapper.
Do What The F*ck You Want To Public License
1.2k stars 195 forks source link

RDP connection whitelist? #189

Open l3gacyb3ta opened 2 weeks ago

l3gacyb3ta commented 2 weeks ago

Hey! I'm trying to write an app that can stream from an RDP stream, the issue is that I get this error Protocol 'rtp' not on whitelist 'file,crypto,data'! When I try to connect to my stream. Using ffplay or ffmpeg, I can just whitelist these protocols with an option, but there doesn't seem to be a way to do that programmatically here.

l3gacyb3ta commented 1 day ago

Hey, who should should I reach out to about this?