LibMISB/Examples/Library basic usage: Difference between revisions

no edit summary
mNo edit summary
No edit summary
Line 113: Line 113:
</syntaxhighlight>
</syntaxhighlight>


== Troubleshooting ==


For this example is possible to enable the debug mode by adding this line in the code of '''libmisb/misb-converter.cpp.'''
<pre>
  /* Initialize MISB object*/
  libmisb::LibMisb libmisb;
+ libmisb.SetDebuggerLever(LIBMISB_DEBUG);
</pre>
Send the output to support@ridgerun.com, along with any additional information you might find useful


<noinclude>{{LibMISB/Foot|Examples|Examples/Add_data_to_MPEG_Transport_Stream}}</noinclude>
<noinclude>{{LibMISB/Foot|Examples|Examples/Add_data_to_MPEG_Transport_Stream}}</noinclude>
457

edits