javichun G. Hello, you can change the audio channel in broadcast for another channel? example: soccer video + germany audio-> english audio from another channel. Thank you.
Hiro Protagonist If you pipe the stream via ffmpeg, you can use the 'map' parameter to select specific streams to the output.
DaveH That's true if there are multiple audio streams in one channel, but can you select an audio stream from another channel as the OP asked? I expect it is possible but quite how to do it is not something I've thought about.
Ron L If the two channels are in the same MUX or transport stream then it should be possible to use ffmpeg to map the video from one channel and the audio from another into a new program stream. Dump a sample of the mux using wget and the play mux url then run ffprobe on that file and it will list all the stream IDs.
javichun G. Hello, I was commenting on it because in enigma2 it can be done with the plugins: AudioPip and AudioSync. thanks (1-3/3) Powered by Redmine