S
S
synapse_people2017-11-05 10:28:32
JavaScript
synapse_people, 2017-11-05 10:28:32

What stack to use for video streaming?

Hello!
It is required to implement a video + audio stream from the server (java is preferable, but it is possible on JS), while the server has the ability to track how much time has passed since the beginning of the stream (because a certain event will be scored for every certain minutes).
That is, it is necessary to show this stream in the client in HTML5, and send it from the server. There will be a video file on the server that needs to be broadcast.
What technology stack would you recommend to use to solve this problem? Interested both for the client, and for the server.
I looked in the direction of java - netty + vlcj bundles, that is, read the video through vlts, then send it using websockets to all connected clients and show it there, but it’s not entirely clear how this can be implemented (display on the client)
In general, any infa
Thanks
UPD: The task is to broadcast video in real time to all connected clients and the server had the opportunity to get the current time of the video (preferably by callback).

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Plotnikov, 2017-11-05
@dimap101

ffmpeg/ffserver + uppod.js client

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question