xbmc / xbmc/inputstream.ffmpegdirect

Is it possible to dub video stream with audio

Open
#167 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
101
Forks
56
PR merge metrics
No merged PRs in 30d

Description

Hi,

is there any way to play two streams from a single strm file ?
e.g.

#KODIPROP:inputstream=inputstream.ffmpeg
#KODIPROP:inputstream.ffmpegdirect.manifest_type=hls
#EXTINF:-1,MyChannel
http://video.m3u8 | http://audio.m3u8

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names a single .strm entry containing separate video.m3u8 and audio.m3u8 URLs, but no source file or test. Start by tracing how inputstream.ffmpegdirect parses .strm and HLS inputs and whether Kodi or FFmpeg supports combining them; done would require a confirmed behavior or a defined implementation path with coverage.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
audio-video-rtc
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.