Relative Content

Tag Archive for node.jsffmpeghttp-live-streaminglive-streaming

Live AAC and H264 data into live stream

I have a remote camera that captures H264 encoded video data and AAC encoded audio data, places the data into a custom ring buffer, which then is sent to a Node.js socket server, where the packet of information is detected as audio or video and then handled accordingly. That data should turn into a live stream, the protocol doesn’t matter, but the delay has to be around ~4 seconds and can be played on iOS and Android devices.