trenskow/stream-transcoder.js

connect.bodyParser is not a function

Opened this issue · 1 comments

hey, i saw that the bodyParser function was deprecated (e.g. http://stackoverflow.com/questions/24330014/bodyparser-is-deprecated-express-4)

but i'm not sure what should i use instead..?

You did answer your own question.

https://stackoverflow.com/a/24330353/10887412

Gives a good example of what to do.