Maria Sharabayko
Maria Sharabayko
If the packet is received out of order, there can not be sequence discontinuity by default. I suggest not to fix this until we sync up on this and decide...
Jean: Doing so may break existing applications and force an extra layer. Imagine an application with 2 threads getting stats(ex: NAE and U/I service), they would reset each other stats...
Hi @OdaDaisuke, thank you for offering your help. Many statistics related improvements and issues need to be addressed carefully as they require API changes. We postponed major improvements to 1.5.1...
@maxsharabayko Here is an update on the first test results on the issue. I've performed all the tests using two CentOS7 machines and LanForge network emulator. I haven't been able...
@maxsharabayko Here is an update on the first test results on the issue. I've performed all the tests using two CentOS7 machines and LanForge network emulator. I haven't been able...
Hi @rationalsa, I confirm the reproduction with the use of `netem`, `srt-xtransmit` test application and the SRT version from PR #1876. I setup `tc qdisc add dev eth0 root netem...
Hi @gangbanlau, Do you have any updates regarding testing `srt-live-transmit` with `-buffering 1` applied as @maxsharabayko [suggested earlier](https://github.com/Haivision/srt/issues/2056#issuecomment-893417451)?
The playlist ``` #EXTM3U #EXT-X-VERSION:3 #EXT-X-MEDIA:TYPE=CLOSED-CAPTIONS,GROUP-ID="cc",NAME="English",LANGUAGE="eng",AUTOSELECT=YES,INSTREAM-ID="CC1" #EXT-X-MEDIA:TYPE=CLOSED-CAPTIONS,GROUP-ID="cc",NAME="German",LANGUAGE="ger",AUTOSELECT=YES,INSTREAM-ID="CC2" #EXT-X-MEDIA:TYPE=SUBTITLES,GROUP-ID="sub",NAME="English",LANGUAGE="eng",AUTOSELECT=YES,URI="http://10.129.128.128:8080/output/test_class_hls/preset_1/dump/subtitle_0_eng/subtitle_0_eng.m3u8" #EXT-X-MEDIA:TYPE=SUBTITLES,GROUP-ID="sub",NAME="German",LANGUAGE="ger",AUTOSELECT=YES,URI="http://10.129.128.128:8080/output/test_class_hls/preset_1/dump/subtitle_1_ger/subtitle_1_ger.m3u8" #EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="aud",NAME="English",LANGUAGE="eng",DEFAULT=NO,AUTOSELECT=YES,URI="http://10.129.128.128:8080/output/test_class_hls/preset_1/dump/audio_1_eng/audio_1_eng.m3u8" #EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="aud",NAME="English",LANGUAGE="eng",DEFAULT=NO,AUTOSELECT=YES,URI="http://10.129.128.128:8080/output/test_class_hls/preset_1/dump/audio_0_eng/audio_0_eng.m3u8" #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=445460,CODECS="avc1.420015,mp4a.40.2",RESOLUTION=320x180,CLOSED-CAPTIONS="cc",SUBTITLES="sub",AUDIO="aud" http://10.129.128.128:8080/output/test_class_hls/preset_1/dump/video_5/video_5.m3u8 #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=766243,CODECS="avc1.4d001f,mp4a.40.2",RESOLUTION=480x270,CLOSED-CAPTIONS="cc",SUBTITLES="sub",AUDIO="aud" http://10.129.128.128:8080/output/test_class_hls/preset_1/dump/video_4/video_4.m3u8 ``` The code ``` import m3u8 def foo(path): try: m3u8_obj = m3u8.load(path) except FileNotFoundError as...
@maxsharabayko Please take into consideration Issue #1001 when proceeding with the current PR.
An addition: This behaviour takes place in case of using `generate` subcommand. In case of using `receive`, there is an error that the directory `_some_folder` does not exist.