mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-18 09:06:06 +00:00
Only switch to default ffmpeg if proxy is selected.
This commit is contained in:
parent
061ca4d46e
commit
d878eda1a7
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ class StreamManager:
|
|||
try:
|
||||
# Check stream type before connecting
|
||||
stream_type = detect_stream_type(self.url)
|
||||
if stream_type == 'hls':
|
||||
if self.transcode == False and stream_type == 'hls':
|
||||
logger.info(f"Detected HLS stream: {self.url}")
|
||||
logger.info(f"HLS streams will be handled with FFmpeg for now - future version will support HLS natively")
|
||||
# Enable transcoding for HLS streams
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue