Open Stream Using SDP File #529
Replies: 1 comment
-
|
Sorry for being late... SDP should be supported directly from FFmpeg so no special configuration is required. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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_delayI'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