-
Notifications
You must be signed in to change notification settings - Fork 28
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
Dropping old buffer - queue has 11 items #89
Comments
Like in the |
Thank you for the response, I had tried with and without queue, but both fail for me. I have attached a level 4 debug below.
Result (level 4 debug): Level 3 debug:
|
Hello, I was wondering, is there any other debug I should try, to troubleshoot this further? |
Just noticed a closed issue, #86 that was created by @danjenkins |
Hey @shabaz123 i'm seing the same issue with a birddog camera, no matter how big are my queues the problem persists. |
Hello, :gstndi::receiver: Dropping old buffer -- queue has 11 items I'm running it on an ARM-based Linux platform, if that makes any difference. |
Hey @shabaz123, in my case i was able to solve the issue adding an async property to the fakesing element: |
Hi @Rajiv91
For the video source, I am using the Android NDI HX app. I see this output:
The VLC Player has the following file (which I called h264.sdp) contents:
However I do not see any video appear, but I do see this message displayed in VLC Media Player: Do you know what I may be doing wrong here? From the message displayed on the VLC player, it sounds like the NDI decoder is not installed, but I did install it. Here is the output from gst-inspect-1.0 ndi:
The SDK is correctly installed I believe, because I was successfully able to run an example application: Is it a problem with the NDI HX app do you think? If so, is there any other NDI app to try? I do not have any other NDI source. I'm a newcomer to NDI so apologies if I'm asking very basic things! If you have a suggestion for what the gst-launch syntax should be, or what I should place in the VLC player file, then it would be gratefully appreciated. |
Hi @shabaz123, @Rajiv91 If you can share something, that would be great! |
Hello,
I'm new to this plugin, but I think I have built it correctly, and I have tried the following pipeline, where 192.168.1.85:5961 is the IP address/port of an NDI source (found using gst-device-monitor-1.0), and host=192.168.1.250 port=1234 is the address of the destination machine running VLC Media Player with an appropriate SDP file. No image appears, and I have run tshark, and see no UDP packets generated.
gst-launch-1.0 --gst-debug=3 ndisrc url-address=192.168.1.85:5961 ! ndisrcdemux name=demux demux.video ! videoconvert ! x264enc tune=zerolatency bitrate=500 speed-preset=superfast ! rtph264pay ! udpsink host=192.168.1.250 port=1234 demux.audio ! fakesink sync=false
When I run it, I see the following debug output:
I don't know if I'm doing something wrong, or if it is an issue with the plugin. How can I troubleshoot this further?
Is the pipeline incorrect, how should I change it?
Apologies if this is a silly issue at my end; I've spent a day troubleshooting, and tried to figure it out on my own, but would appreciate a helping hand.
Many thanks.
The text was updated successfully, but these errors were encountered: