You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to meetecho-janus
Hi,
using the basic setup (VideoRoom->rtp_forward->opencv with gstreamer->streaming plugin), I am able to consume rtp in opencv component correctly. When I stream to streaming plugin tho, I have bad results (see attached).
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to meetecho-janus
That may be more of a question for a GStreamer audience. The only suggestion I can give is to check whether or not the problem is the source, so the image you get via appsrc: try putting something that saves the result to a series of images, rather than encoding to video, and that should tell you if the artifacts are in there too (if so, it's not a video encoding problem).
L.
Venelin Spiridonov
unread,
Oct 20, 2022, 6:48:26 AM10/20/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to meetecho-janus
For the sake of community - this was fixed with apsink drop=True flag. And YES - it is more for the GStreamer guys. Apologies.
Lorenzo Miniero
unread,
Oct 21, 2022, 9:25:22 AM10/21/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to meetecho-janus
No need to apologize, I do appreciate you coming back to share a fix -- that's always helpful to people looking for solutions to their problems!