jsvpx icon indicating copy to clipboard operation
jsvpx copied to clipboard

use it with websockets

Open peererror opened this issue 8 years ago • 3 comments

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

peererror avatar Mar 29 '17 21:03 peererror

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

brianxautumn avatar Mar 29 '17 23:03 brianxautumn

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 .

peererror avatar Mar 30 '17 07:03 peererror

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?

brianxautumn avatar Mar 30 '17 17:03 brianxautumn