How to make debug messages from GST_DEBUG_OBJECT () visible?
492 views
Skip to first unread message
movies...@gmail.com
unread,
Dec 2, 2015, 5:14:39 AM12/2/15
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 kurento
Hi, try to debug a custom kurento module. So I want to make the GST_DEBUG_OBJECT () messages visible? How I can achieve that on ubuntu ? Any other hints regarding debugging kurento module best practices? Thanks in advance, Arne
Santiago Carot Nemesio
unread,
Dec 2, 2015, 5:51:10 AM12/2/15
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 kur...@googlegroups.com
Hi,
You can use GST_DEBUG environment variable for so.
> --
> You received this message because you are subscribed to the Google Groups
> "kurento" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to kurento+u...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
movies...@gmail.com
unread,
Dec 3, 2015, 7:25:05 AM12/3/15
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 kurento
Thanks!, Would you recommend to set the GST_DEBUG environment variable in /etc/default/kurento-media-server-6.0 ? And how would one receive then the debug messages? Are they other debugging tools out there to identify where e.g. the module crashes?
Best Arne
movies...@gmail.com
unread,
Dec 3, 2015, 8:21:23 AM12/3/15
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 kurento
Did above and it worked - GST_Debug messages are dumped in kurento log.