On Wednesday 28 November 2007 01:10, Simon Detheridge wrote:
> Hello,
>
> I have a bash script that I'm calling as a VCR_CMD, like so:
> VCR_CMD = '/home/freevo/commands/recorder "%(filename)s"
> "dvb://%(channel)s"'
>
> My bash script says:
>
> # some stuff ...
> /usr/bin/mplayer -dumpstream -dumpfile "$FN" "$CHAN"
> # and some other stuff
>
> When recording ends, I expect my bash script to get killed. - Which it
> does. However, mplayer keeps on running. I figured it would get killed
> when the script died.
>
> How can I fix this? I'm not the world's best bash programmer by any
> stretch.
>
> Thanks,
> Simon

Hi,

I can remember that I had a similar problem some time ago. This was about 
having something like...
        dvbcat dvb-s "ZDF" | mplayer -
...in my script. It seems that this means that a new process is started which 
might not be killed. I did not really fully understand it and do not know if 
this is really the reason.
I ended up with writing my own recording plugin, an own tv plugin and an own 
recordserver.
You can find some details in 
http://sourceforge.net/mailarchive/forum.php?thread_name=200707112120.53365.thorsten%40pferdekaemper.com&forum_name=freevo-users
and
http://sourceforge.net/mailarchive/forum.php?thread_name=200707211124.55886.thorsten%40pferdekaemper.com&forum_name=freevo-users

However, this about freevo 1.5-something. It might not work any more with a 
newer version.

Regards,
        Thorsten

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to