Open Stream Using SDP File #529
Unanswered
Ricardo-Covarrubias
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This project has been very helpful!
Currently I'm trying to capture an RTP Stream, and I'm able to use the following command from ffplay to pass the SDP configuration file like so:
ffplay "./config.sdp" -protocol_whitelist "file,udp,rtp" -fflags nobuffer -flags low_delay
I've tried to look at the project and other questions and issues but can't quite find how to pass this file, or the SDP configurations into the FlyLeaf component, I've tried giving the Player.Open/OpenAsync the file location but it throws an error:
[avformat_open_input] Invalid data found when processing input (-1094995529)
Here's the actual config.sdp file I'm using:
How am I meant to feed the SDP file / SDP Configurations into FlyLeaf? Help is greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions