[vlc-devel] [PATCH v7 0/3] Support SRT input/ouput
Justin Kim
justin.kim at collabora.com
Mon Oct 9 21:30:43 CEST 2017
Hello,
Oh, I missed that they have been accepted.
Thank you very much.
Justin
On 10/10/2017 4:20 AM, Jean-Baptiste Kempf wrote:
> Hello Justin,
>
> Why?
>
> On Sun, 8 Oct 2017, at 18:20, Justin Kim wrote:
>> Hello,
>>
>> Please, review these patches.
>>
>> Thanks,
>> Justin
>>
>> On 27/09/2017 2:02 PM, Justin Kim wrote:
>>> Comparing to patch set v6, there are few updates;
>>>
>>> - Unceratin lock is removed
>>> - Latency property is added
>>> - SRT mode option is enabled for both modules
>>> - SRT Sender option is enabled for srt out module
>>>
>>> Justin Kim (3):
>>> access: srt: introduce srt input module
>>> access_out:srt: introduce SRT ouput module
>>> stream_out: standard: add 'srt'
>>>
>>> NEWS | 1 +
>>> configure.ac | 5 +
>>> modules/MODULES_LIST | 2 +
>>> modules/access/Makefile.am | 9 ++
>>> modules/access/srt.c | 310 ++++++++++++++++++++++++++++++++++++
>>> modules/access_output/Makefile.am | 8 +
>>> modules/access_output/srt.c | 327 ++++++++++++++++++++++++++++++++++++++
>>> modules/stream_out/Makefile.am | 1 +
>>> modules/stream_out/standard.c | 8 +-
>>> 9 files changed, 670 insertions(+), 1 deletion(-)
>>> create mode 100644 modules/access/srt.c
>>> create mode 100644 modules/access_output/srt.c
>>>
>> _______________________________________________
>> vlc-devel mailing list
>> To unsubscribe or modify your subscription options:
>> https://mailman.videolan.org/listinfo/vlc-devel
>
>
More information about the vlc-devel
mailing list