François Leurent

Results 50 comments of François Leurent

YES, broadway fits perfectly here, As you say, for live streaming, just connect to the remote source, split the incoming stream on each nal unit and send thoses units to...

Multiple listener should be "easily" achivable But you'll need to separate the input feed from the broadcast stream (using a stack/queue) I've an alternative implementation of the server that can...

I have no rpi at this time, so i cannot help you a lot, yet i think your should try to lower the bitrate and force the baseline profile in...

@weicool888 , you received a mail because you "watch" this repository and asked to receive mail when someone create activity in it. Unwatch h264-live-player or toggle mail notification from github...

Sorry, no time to look at it right now..

-i % ?, maybe you can give the full line & some output logs (write your stream in a file & link it here)

resolution ? frame type ? frame headers, is it possible for you to provide a an archive with raw frames (as in raw00001.h264,raw00002.h264,raw00002.h264 & a frame rate so 'ill try...

I'll be doing tests in https://github.com/131/h264-live-player/blob/frames/server-frames.js. Feel free to give hand !

Which version of nodejs are you using ? (non support for const http = require('http'); might be relevant (you'll probably need to use node >= 4)

nodejs 4 is a standalone binary (with no dependencies) and can be easily updated from *.gz archives for ARM arch from https://nodejs.org/dist/latest-v4.x/ I'll state a minimal version in the package.json