-
Notifications
You must be signed in to change notification settings - Fork 164
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
record-audio-video-stream example with RTMP #24
Comments
Hey o/ I would like to send my webcam flux to an RTMP link just like Serafo44 |
it does work - you have to make certain you set the output type to flv, and pick the aac audio codec as an output.
|
Yes, i find a way to do it ahah, but do you think it's possible to create a librarie that allow us to send the webcam flux of an external project to our server (Instead of capture it with client.js) ? |
@card-b I logged the sizes when a new UID gets created, and notice the Start/Stop recording events. Would you have ideas on how to solve this? new UID 1 new size= 320x240 |
well, You can force ffmpeg to maintain the output resolution, surely it isn't optimal but at least the RTMP could survive it. |
Hello !
I would like to modify the example record-audio-video-stream so that it sends the data to an RTMP page instead of recording the video in mp4. Is this possible with this example? I tried to modify the record path by putting my RTMP link in it and adding some output options but it doesn't work. Do you know how I could do it?
Thanks :D
The text was updated successfully, but these errors were encountered: