You just edit /etc/event.d/mediaserver file and remove "--gst-debug=1" text. Having said that, vi editor, that you can use via novaterm with no additional installs, has its quirks... Step-by-step:
Code:
cp /etc/event.d/mediaserver /media/internal/mediaserver
vi /etc/event.d/mediaserver
will make copy just-in-case and open the file; enter and press enter -- "/" means "search". You should be on first dash. Press x a few times to delete all "--gst-debug=1". Then enter ZZ (capital!) -- you'll be back to shell prompt.
Code:
stop mediaserver
start mediaserver
to restart and you should be done.
disclaimer: I don't know the mediaserver problem, this is just instruction how to get this script change done.