Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ Streaming Server (Provider) --> (xTeVe / FFmpeg / VLC) --> Plex / Emby / xteve.m
```
If the buffer is disabled, only the streaming URL is passed to the client. xTeVe is then no longer involved.

- **UDPxy** This allows xTeVe to proxy multicast streams present in a playlist through [UDPxy](http://udpxy.com). UDPxy is a data stream relay, capable of listening to multicast UDP stream and provide a tcp unicast stream.
- **UDPxy** This allows xTeVe to proxy multicast streams present in a playlist through [UDPxy](https://github.com/pcherenkov/udpxy). UDPxy is a data stream relay, capable of listening to multicast UDP stream and provide a tcp unicast stream.
When this is set, every multicast stream URL present in the playlist (i.e., a stream that begins with udp://@) is rewritten to be proxied through the UDPxy server configured, regardless of the buffer settings. For example, if the Stream Buffer settings is set to none, then the rewritten url will be passed to the requested; if set to ffmpeg, then ffmpeg will be instructed to access the video stream passing through UDPxy.

- **Buffer Size:** Size of the buffer. If the size of an HLS segment smaller than the buffer size, the size will be used by the HLS segment.
Expand Down