stream-transcoder.js
stream-transcoder.js copied to clipboard
connect.bodyParser is not a function
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.