Unable to Write Streams to File in WebRtc Pipeline and Aim to broadcast to other Peers connected #266
Unanswered
kinsleykajiva
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
This is Question is based on the demo provided !
I'm currently facing an issue with my Webrtc pipeline where I'm unable to save the incoming streams to files. I have provided the relevant code snippets and a description of the problem. Below is the information you need to understand the issue :
In the logs I am getting this
Currently, I am able to create the audio_output.wav file successfully. However, the file appears to be corrupted after the session ends. My main issue is not with the web app abruptly ending the session with white or sine noise. Additionally, I am unable to write to the disk for both the video and audio files. I kindly request your assistance in resolving these issues.
Additional Information:
The audio_output.wav file seems to be corrupted after the session ends. My primary concern is the inability to write both the video and audio files to disk.
As a newcomer to GStreamer, I am unsure if the defined pipeline is necessary solely for receiving a stream from a peer connection that is broadcasting the stream. I attempted to run the pipeline without the defined string, but it appears that it doesn't trigger the WebRTC code, so I have kept it.
Furthermore, I would appreciate some guidance on how to share a broadcast with other peers who wish to stream or receive the broadcast from a live host streaming to the server.
Please provide your assistance in resolving these issues and any additional tips or guidance you can offer.
Beta Was this translation helpful? Give feedback.
All reactions