Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Abnormal program termination with lossy stream publisher #21

Open
lbgaus opened this issue Feb 7, 2022 · 2 comments
Open

Abnormal program termination with lossy stream publisher #21

lbgaus opened this issue Feb 7, 2022 · 2 comments

Comments

@lbgaus
Copy link

lbgaus commented Feb 7, 2022

Hello, first off this is a great piece of software, works very nicely in my testing. I wanted to report one issue I saw, not sure if this is within the libsrt library or the srtrelay app, but when publishing a stream with a severely lossy connection, the program exited abnormally. Below are a few logfiles from the end of the terminal.

23:54:04.089735/SRT:TsbPd!W:SRT.br: @223707369:RCV-DROPPED 9 packet(s). Packet seqno %194915974 delayed for 0.210 ms
23:54:04.095921/SRT:TsbPd!W:SRT.br: @223707369:RCV-DROPPED 9 packet(s). Packet seqno %194915984 delayed for 6.360 ms
23:54:04.098852/SRT:TsbPd!W:SRT.br: @223707369:RCV-DROPPED 16 packet(s). Packet seqno %194916002 delayed for 9.214 ms
23:54:04.101323/SRT:TsbPd!W:SRT.br: @223707369:RCV-DROPPED 9 packet(s). Packet seqno %194916013 delayed for 11.643 ms
23:54:04.136888/SRT:TsbPd!W:SRT.br: @223707369:RCV-DROPPED 12 packet(s). Packet seqno %194916026 delayed for 2.510 ms
23:54:04.137017/SRT:TsbPd!W:SRT.br: @223707369:RCV-DROPPED 7 packet(s). Packet seqno %194916042 delayed for 2.075 ms
23:54:04.146945/SRT:TsbPd!W:SRT.br: @223707369:RCV-DROPPED 2 packet(s). Packet seqno %194916059 delayed for 11.648 ms
23:54:04.175223/SRT:TsbPd!W:SRT.br: @223707369:RCV-DROPPED 12 packet(s). Packet seqno %194916091 delayed for 0.592 ms
terminate called after throwing an instance of 'std::runtime_error'
  what():  FixedArray: invalid index
Aborted

If I should provide any additional information to help track down the problem, I would be happy to do this. Thanks!

@iSchluff
Copy link
Member

iSchluff commented Feb 9, 2022

Hi, unfortunately that seems to be a bug in the library, not much we can do about that other than report this upstream.

@tt2468
Copy link

tt2468 commented Aug 21, 2022

Looks like Haivision/srt#2298 might fix the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants