Replies: 1 comment
-
That was just an unhelpful error message. After reading the error logs in stderr, I can see the root cause and fix that instead. |
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
-
How can i play an RTP stream from an sdp file (text format). My sdp file describes a stream I am running locally. This sdp file works when i use ffplay (
ffplay -protocol_whitelist file,rtp,udp example.sdp
)Python code
I'm just trying to load my sdp file using the following code. I also tried adding format='sdp' param
SDP file contents (
example.sdp
)Error:
Beta Was this translation helpful? Give feedback.
All reactions