Eyevinn / srt-whep

SRT to WHEP (WebRTC)
Apache License 2.0
69 stars 9 forks source link

Failed to play out SRT stream from Docker containers #41

Closed Wkkkkk closed 1 year ago

Wkkkkk commented 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:

  1. Generate SRT stream with Docker docker run --rm --name=testsrc -p 1234:1234/udp eyevinntechnology/testsrc

  2. Play it out using different tools

    • [x] with srt_whep from Docker too Screenshot from 2023-08-14 17-11-17
    • [x] with GStreamer Playbin Screenshot from 2023-08-14 17-14-33
    • [x] with srt_whep Screenshot from 2023-08-14 17-13-16
  3. We see that it failed to play out when use srt_whep directly.

Wkkkkk commented 1 year ago

This has been fixed in last commit.