-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Update docs to suggest other libraries for reading/writing media to disk #1440
Comments
Is this lib using pion underneath or it depends on mediasoup? |
@notedit Thanks for the record example, any webrtc demo playing from flv disk file? |
@ldenoue Thanks for the reply, I'd like to using pion underneath, record from the camera H264 video stream and aac audio stream saving to flv files, then sharing my existed flv files support playback and etc. There are some examples saving vp8 to webm file or play from ivf disk file. As for my media format there may need some more work. |
I think that the rtp-forwarder example would let you pipe the rtp packets to ffmpeg: if you just tell ffmpeg what output format you want, it will save to the right format. See my question and answers in this issue pion/example-webrtc-applications#62 |
@ldenoue yeah, that's right. If I am not using third lib like ffmpeg, I am trying to read the rtp packet and codec to nalus and then write to flv tag, that is why I get the problem |
Sorry I have been slow on this :( @notedit your library looks fantastic! I would love to recommend it, maybe we should make a note in |
Is this issue obsolete now? Because h264 reader is added and ffmpeg example is in plan. |
👍 I am fine with resolving! Also with the 'features matrix' hopefully it will help people understand that If you need something beyond WebRTC you need to bind this with another lib. |
Summary
We want h264 media support include reader and writer.
Motivation
I know there is midia support for ivf file and ogg file. But there is no support for flv file or other files. We are using the h264 video stream now and not only the vp8. We want to save file in flv format. I can only see a H264 writer, and I am curious why there is no h264 reader, or flv reader?
Describe alternatives you've considered
A clear and concise description of the alternative solutions you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: