Re: [FFmpeg-user] Does ffmpeg support all streaming relative protocols, e.g., RTP/RTCP/RTSP and so on?

2020-12-31 Thread Carl Zwanzig
On 12/31/2020 6:41 PM, Hongyi Zhao wrote: I'm not sure whether the protocol and capability shipped in ffmpeg library can do such a job for me. To be more specific, for streaming media relative protocols, I've learned that RTP/RTCP/RTSP protocols are all needed, but I only noticed the following

Re: [FFmpeg-user] xmedian questions

2020-12-31 Thread Mark Filipak (ffmpeg)
On 12/31/2020 09:50 PM, list+ffmpeg-u...@jdlh.com wrote: On 2020-12-31 17:25, Mark Filipak (ffmpeg) wrote: 1, Median? Really? (Or maybe really average?) For inputs = 239+15+15+15: median = (239+15)/2 = 127 average = (239+15+15+15)/4 = 71 For inputs = 239+239+239+15: median = (239+15)/2 = 127

Re: [FFmpeg-user] xmedian questions

2020-12-31 Thread list+ffmpeg-user
On 2020-12-31 17:25, Mark Filipak (ffmpeg) wrote: 1, Median? Really? (Or maybe really average?) For inputs = 239+15+15+15: median = (239+15)/2 = 127 average = (239+15+15+15)/4 = 71 For inputs = 239+239+239+15: median = (239+15)/2 = 127 (again) average = (239+239+239+15)/4 = 183 It jumped out

[FFmpeg-user] Does ffmpeg support all streaming relative protocols, e.g., RTP/RTCP/RTSP and so on?

2020-12-31 Thread Hongyi Zhao
Hi, Currently, I want to implement a real-time stream media transfer solution for the on-line monitoring module of our remote driverless vehicle project. I'm not sure whether the protocol and capability shipped in ffmpeg library can do such a job for me. To be more specific, for streaming media

[FFmpeg-user] xmedian questions

2020-12-31 Thread Mark Filipak (ffmpeg)
1, Median? Really? (Or maybe really average?) For inputs = 239+15+15+15: median = (239+15)/2 = 127 average = (239+15+15+15)/4 = 71 For inputs = 239+239+239+15: median = (239+15)/2 = 127 (again) average = (239+239+239+15)/4 = 183 Or is the median windowed? For inputs = 239+15+15+15: windowed

[FFmpeg-user] Discussion on API and infrastructure enhancement projects

2020-12-31 Thread Nicolas George
Hi. I have started discussions on ffmpeg-devel about possible enhancement for the API and the infrastructure of the project that I have. Since they relate to the public API of the libraries, I would appreciate not only the feedback of other FFmpeg developers, but also the feedback of people who