Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use it with websockets #10

Open
peererror opened this issue Mar 29, 2017 · 3 comments
Open

use it with websockets #10

peererror opened this issue Mar 29, 2017 · 3 comments

Comments

@peererror
Copy link

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

@brianxautumn
Copy link
Member

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

@peererror
Copy link
Author

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
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants