Replies: 47 comments 61 replies
-
Derek Buitenhuis:
Given we support a bunch of SSL libraries, how exactly does this work with that? Can |
Beta Was this translation helpful? Give feedback.
-
Derek Buitenhuis:
Further, I think this is missing a bunch of dependencies like HTTP and AVC? |
Beta Was this translation helpful? Give feedback.
-
Derek Buitenhuis:
This should be in configure. |
Beta Was this translation helpful? Give feedback.
-
Derek Buitenhuis:
The reason for this specific subset should be documented. |
Beta Was this translation helpful? Give feedback.
-
Derek Buitenhuis:
Why is a NALU type being defined in a protocol implementation file? |
Beta Was this translation helpful? Give feedback.
-
Derek Buitenhuis:
Are we really hardcoding sleeps? Surely a better way exists. What do other implementations |
Beta Was this translation helpful? Give feedback.
-
Derek Buitenhuis:
Should this be an option? |
Beta Was this translation helpful? Give feedback.
-
Derek Buitenhuis:
Is this from a spec or arbitrary? |
Beta Was this translation helpful? Give feedback.
-
Derek Buitenhuis:
Why is this void *? |
Beta Was this translation helpful? Give feedback.
-
Derek Buitenhuis:
*2? |
Beta Was this translation helpful? Give feedback.
-
Derek Buitenhuis:
Does WHIP allow use of arbitrary certs (i.e. non-self-signed)? |
Beta Was this translation helpful? Give feedback.
-
Derek Buitenhuis:
I am not sure the the FFmpeg community wants to advertise itself as a CN. Mayb lavf? |
Beta Was this translation helpful? Give feedback.
-
Derek Buitenhuis:
For this and all other occurrences: They should be intialized at declaration |
Beta Was this translation helpful? Give feedback.
-
Derek Buitenhuis:
For this and all ther logs: Something more descriptive than "function_name failed:" |
Beta Was this translation helpful? Give feedback.
-
Derek Buitenhuis:
For all uses of av_get_random_seed: Why are we using a seed and not a PRNG? |
Beta Was this translation helpful? Give feedback.
-
Derek Buitenhuis:
Magic numbers. I assume this is H.264 and Opus? Do not harcode. |
Beta Was this translation helpful? Give feedback.
-
Derek Buitenhuis:
Hardcoding 127.0.0.1? 4489045141692799359? |
Beta Was this translation helpful? Give feedback.
-
Derek Buitenhuis:
Do not hardcode H264. |
Beta Was this translation helpful? Give feedback.
-
Derek Buitenhuis:
Do not hardcode H264. |
Beta Was this translation helpful? Give feedback.
-
Derek Buitenhuis: We have SDP facilities already. |
Beta Was this translation helpful? Give feedback.
-
Derek Buitenhuis:
This is as good of a place as any to ask: Do we plan to handle passing |
Beta Was this translation helpful? Give feedback.
-
Derek Buitenhuis:
Use the PRNG. |
Beta Was this translation helpful? Give feedback.
-
Derek Buitenhuis:
Source? Same as before, re: subcontext AVOptions? |
Beta Was this translation helpful? Give feedback.
-
Derek Buitenhuis:
Magic numbers. |
Beta Was this translation helpful? Give feedback.
-
Derek Buitenhuis:
This seems hardcoded to H.264. |
Beta Was this translation helpful? Give feedback.
-
Derek Buitenhuis:
Why do we do it different ways instea of always munging it into the same way? Also, do we have a BSF for this? |
Beta Was this translation helpful? Give feedback.
-
Derek Buitenhuis:
|
Beta Was this translation helpful? Give feedback.
-
Derek Buitenhuis:
Do not hardcode H264. |
Beta Was this translation helpful? Give feedback.
-
Derek Buitenhuis:
WHIP or WebRTC? |
Beta Was this translation helpful? Give feedback.
-
Derek Buitenhuis: This patch, to me, seems almost like a proof of concept rather than a fully fleshed out
|
Beta Was this translation helpful? Give feedback.
-
Review for #1
Beta Was this translation helpful? Give feedback.
All reactions