Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/skel-root/axtech/ax/etc/init.d/start_neutrino b/skel-root/axtech/ax/etc/init.d/start_neutrino
- index 1eb07e7..2ba5da6 100755
- --- a/skel-root/axtech/ax/etc/init.d/start_neutrino
- +++ b/skel-root/axtech/ax/etc/init.d/start_neutrino
- @@ -6,7 +6,12 @@ if [ -e /var/etc/.coredump ]; then
- ulimit -c unlimited
- fi
- -until neutrino; do
- +GST_DEBUG=
- +if [ -e /var/etc/.gst_debug ]; then
- + GST_DEBUG=dtsdownmix:4,dvbaudiosink:4,dvbvideosink:4
- +fi
- +
- +until $GST_DEBUG neutrino; do
- RET=$?
- echo "Neutrino exited with exit code $RET"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement