go2rtc icon indicating copy to clipboard operation
go2rtc copied to clipboard

Webtorrent connections are not closing

Open M0nik opened this issue 1 year ago • 1 comments

When /api/frame.jpeg?src=xxx is called, webtorrent connections remain active.

Server 1 (webtorrent publishing)

streams:
  test_device: rtsp://l:[email protected]:554/stream2
webtorrent:
    shares:
        xxx:
            pwd: yyy
            src: test_device

Server 2 (webtorrent listening)

streams:
    cam: webtorrent:?share=xxx&pwd=yyy

Call http://127.0.0.1:1984/api/frame.jpeg?src=cam on Server 2 several times

screen

M0nik avatar Jul 10 '24 08:07 M0nik

I'm experiencing the same problem using webtorrent as the stream source

manhere avatar Sep 26 '24 03:09 manhere

Please reopen issue if it relevant on latest master version or v1.9.9+

AlexxIT avatar Mar 09 '25 13:03 AlexxIT