Hacker News new | ask | show | jobs
by __david__ 4498 days ago
Interesting. I recently implemented a very similar transcoding server[1] for StreamToMe[2]. I used node and was pleasantly surprised at how easy it was to parse and segment MPEG Transport Streams[3]. It's good to know I was on the right track...

[1] https://github.com/caldwell/stm.js

[2] http://zqueue.com/streamtome/index.html

[3] https://github.com/caldwell/stm.js/blob/master/mpeg2ts.js