jscodec / jsvpx

Full Javascript implementation of libvpx vp8 decoder.
MIT License
25 stars 6 forks source link

use it with websockets #10

Open peererror opened 7 years ago

peererror commented 7 years ago

I want to stream video on websockets Like streaming from nodjs server

brianxautumn commented 7 years ago

Are you doing this at a low enough level that you are getting the raw frame data?

peererror commented 7 years ago

I am doing this from websocktet server that can stream vp8 or h264 using ffmpeg c++ code.Currently this code is working for h264 codec using Broadway/h264 decoder now I also want to support vp8 codec using your decoder .

brianxautumn commented 7 years ago

Is this video and audio, or just video? Could you show me an example with Broadway? Also when you say stream vp8, are you sending the raw frames, or are the multiplexed in webm or matroska?