Closed Wkkkkk closed 1 year ago
When testing with a sample SRT stream from Docker, we noticed that it might fail to play out in some cases on Ubuntu:
Generate SRT stream with Docker docker run --rm --name=testsrc -p 1234:1234/udp eyevinntechnology/testsrc
docker run --rm --name=testsrc -p 1234:1234/udp eyevinntechnology/testsrc
Play it out using different tools
We see that it failed to play out when use srt_whep directly.
This has been fixed in last commit.
When testing with a sample SRT stream from Docker, we noticed that it might fail to play out in some cases on Ubuntu:
Generate SRT stream with Docker
docker run --rm --name=testsrc -p 1234:1234/udp eyevinntechnology/testsrc
Play it out using different tools
We see that it failed to play out when use srt_whep directly.