首页 > 解决方案 > Stream multiple langauges audio from a playing video on a local live-streaming server

问题描述

I have a case where I need to have a video being played repeatedly (looped) on a server (that video is being showed on a connected screen) and a client on the same wireless network that can get the current playing video audio stream/s in-sync with video that is being played on the server (the video may have multiple languages or could be linked with multiple audio files that needs to be streamed in-sync to that playing video).

Is there a Nodejs package or a library that I can use to achieve this scenario? and a streaming protocol/server that is easy to use or program those features in the client without too much hassle with the sync and stream?

I'm looking for support on the client side for mobile devices (preferably browser dependent) that can get the stream with Javascript (which is the simpler for me) or something else and potentially run as an full-screen app on the mobile device.

My plan is to have an app on mobile devices where a user can chose a language and video playing on screens to listen to in-sync with the video, like choosing a channel where they can connect to and listen to the audio of that video over the wireless network, So I'm looking for a way or a solutions to program this.

Thanks!

标签: androidnode.jssynchronizationaudio-streaminglive-streaming

解决方案


推荐阅读