Streampunk / beamcoder

Node.js native bindings to FFmpeg.
GNU General Public License v3.0
399 stars 76 forks source link

Transcoding rtmp to hls example #15

Open tuan3w opened 5 years ago

tuan3w commented 5 years ago

Hi all, Thanks for this cool project. Can you provide a full example to demonstrate how to transcode from rtmp url to hls stream? As I can see from this example, it seems like that I have to transcode frame by frame manually ? Does this affect program performane? Thanks.