-
Notifications
You must be signed in to change notification settings - Fork 8
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
Pipeline examples needed #1
Comments
Yeah, this plugin is very nice but there is no info about how to use it - it would be nice if Dv1 could comment on how to use it. |
Sorry, I am currently very busy in other projects. The plugins produce out-of-band FEC packets that need to be transmitted through a separate port. Like this: Sender: Receiver: I cannot test these pipelines right now, since I have no GStreamer 0.10 installation here. I've been working on and off on a successor for these plugins based on the IETF FECFrame architecture, which is better suited for these tasks anyway. |
I just tested the pipelines provided by dv1, and there is just one little error in the receiver pipeline. This worked for me (caps have to be adjusted as the receiver prints out the information for GstUDPSink:udpsink0 and GstUDPSink:udpsink1 by the sender): Receiver: Another example for raw video transmission (RFC 4175) and 2D Parity FEC: Receiver: Thanks for the work you put into the plugin! |
Hi, I would like to hear this program with 2D parity and LDPC, someone has already tried? how can I change it? |
First: this plugin is abandoned, since I am not doing anything with 0.10 anymore. I started a successor here: https://github.com/dv1/gstfecframe . Its Reed-Solomon FECFRAME implementation is working, but has issues when used together with rtpjitterbuffer. |
Thank you for your answer. it is possible to implement 2D parity matrix in gstrtpfec or gstfecframe? |
@NinoGi hi have you try this plugin ? how many rtp lost when you test it? |
I want to try to use gstrtpfec plugin, but my pipeline
gst-launch v4l2src device=/dev/video0 ! "video/x-raw-yuv,width=320,heigh=240,framerate=15/1" ! queue ! x264enc bitrate=500 ! rtph264pay ! rtpfecenc ! multiudpsink
do not work. What i do wrong?
The text was updated successfully, but these errors were encountered: