restreamer icon indicating copy to clipboard operation
restreamer copied to clipboard

HbbTV 1.0/1.1 HTTP streaming proxy

Results 14 restreamer issues
Sort by recently updated
recently updated
newest added

Fixes: #34 Closure of the output queue channel is guarded against by adding an atomic flag around it. To make the code more readable and slightly less error-prone, the output...

This pull request adds (limited) support for RTP stream origins. RTCP, RTSP and separated A/V streams are not part of the PR. Both unicast and multicast endpoints are possible. Since...

In `Streamer.Stream()`, there is an inherent concurrency issue, because the `Connection.Closed` flag is used to determine if the `Connection.Queue` channel needs to be closed or not: https://github.com/onitake/restreamer/blob/6a701cadf949030788c0d29b3952ac40da487053/streaming/streamer.go#L334-L336 If someone closes...

bug

This PR implements a sliding window buffer to allow bursting new client connections and achieve faster time-to-play. Fixes #10 .

Buffer prefilling may be useful. Investigate and implement if appropriate.

feature

There is an occasional crash that should be fixed urgently. Version: 0.8.1 ``` restreamer: panic: close of closed channel restreamer: goroutine 7328 [running]: restreamer: github.com/onitake/restreamer/streaming.(*Streamer).Stream(0xc0001a49a0, 0xc00205a420, 0xc007571298, 0x0) restreamer: /go/restreamer/streaming/streamer.go:322...

bug

This is a follow-up to #32 . The Prometheus packet counters can cause performance issues when they are called very often. Find a replacement for them that doesn't impact stream...

bug

I need an extension in Source to edit and add option on demand url remote I do not want it to work directly works on request example resources "type": "stream",...

feature

For authentication purposes, the new auth feature in 0.6.0 can be used, but there are other use cases where custom HTTP headers may be needed. This is not a high-priority...

feature

Add a buffer queue fill rate stat for better load analysis.

feature