-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
Is it possible to record in a different resolution then the running stream simultaniosly #196
Comments
It's possible, but it requires a lot of CPU power to transcode the video. Next, run picam to send the stream to ffmpeg. |
Hi Iizukanao, I am using your picam-streamer, multiple streams can be
accessed simultaneously, via RTMP on port 1935, RTSP on port 80, HTTP on port 80. Is it
possible on picam-streamer to record with different parameters and stream
with different parameters simultaneously?
…On Thu, Jan 19, 2023 at 5:37 PM Nao Iizuka ***@***.***> wrote:
It's possible, but it requires a lot of CPU power to transcode the video.
To do so, start the ffmpeg receiver as follows.
ffmpeg -i tcp://127.0.0.1:8181?listen <your desired audio/video
parameters> <output_file>
Next, run picam to send the stream to ffmpeg.
picam --tcpout tcp://127.0.0.1:8181
—
Reply to this email directly, view it on GitHub
<#196 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJFDX6WNAZU2NALAZTS5A2DWTEVBNANCNFSM6AAAAAAT74TRLE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Unfortunately, that is impossible. |
Ok, thanks for the reply.
…On Thu, Jan 19, 2023 at 7:03 PM Nao Iizuka ***@***.***> wrote:
Unfortunately, that is impossible.
—
Reply to this email directly, view it on GitHub
<#196 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJFDX6VMV24Q5SGIYOREZYTWTE7DRANCNFSM6AAAAAAT74TRLE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi iizukanao, Is it possible to record the A/V in different resolution from the running stream
The text was updated successfully, but these errors were encountered: