Sponsored Content
Full Discussion: Help with task daemon
Top Forums Programming Help with task daemon Post 302305837 by james2432 on Thursday 9th of April 2009 09:40:24 PM
Old 04-09-2009
Thanks for the help i was tired(i program all day long) and facepalmed when you mentioned the %d for decimal... i should have known

everything is sort of working mplayer never quits now :P
Code:
    while(1){ 
          int rc=system("ps -C mplayer -opid=");
                 
          rc = WEXITSTATUS(rc); /* Check if mplayer is running */
            printf("I was here pid: %d\n",rc); 
       if(rc > 0 ){
               
              pid = fork(); 
              if(pid>=0){     
                if (pid == 0)  
                 ChildProcess(); 
                else  
                 ParentProcess(); 
                } 
              } 
       else 
          {/*fork error*/}
   
     }
return (0); 
} 
 
void  ChildProcess(void) 
{ 
     system("mplayer ~/test.avi"); 
     exit(0); 
} 
 
void  ParentProcess(void) 
{ 
    sleep(2); 
    return; 
}

 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

process vs task

Hi, I am new to this forum and unix too. I have just started learning unix. As I was going through the first chapter, I read that unix is multitasking, multiprogramming, multiprocessing and multiuser OS. My question is: Is there any difference between a TASK and a PROCESS. How are PROCESS... (2 Replies)
Discussion started by: hana
2 Replies

2. Shell Programming and Scripting

comment and Uncomment single task out of multiple task

I have a file contains TASK gsnmpproxy { CommandLine = $SMCHOME/bin/gsnmpProxy.exe } TASK gsnmpdbgui { CommandLine = $SMCHOME/bin/gsnmpdbgui.exe I would like to comment and than uncomment specific task eg TASK gsnmpproxy Pls suggest how to do in shell script (9 Replies)
Discussion started by: madhusmita
9 Replies

3. Shell Programming and Scripting

Parse an XML task list to create each task.xml file

I have an task definition listing xml file that contains a list of tasks such as <TASKLIST <TASK definition="Completion date" id="Taskname1" Some other <CODE name="Code12" <Parameter pname="Dog" input="5.6" units="feet" etc /Parameter> <Parameter... (3 Replies)
Discussion started by: MissI
3 Replies

4. Shell Programming and Scripting

Need a help to automate a task

I need to automate a manual task using shell scripting. The scenario is like :- #!/usr/bin/sh echo "please enter the name of the lab server to test ..." read s ssh $s This is peace of the script which will allow me to login to another server using "ssh". I have a conf file which is having... (4 Replies)
Discussion started by: Renjesh
4 Replies

5. Shell Programming and Scripting

last task for my script

hi, infile- create table salary ( occupation_code char(40), earnings decimal(10,2), occ_yearend integer ); outfile- salary:create table salary salary:( occupation_code char(40), salary: earnings decimal(10,2), salary: occ_yearend integer salary:); Thanks. (4 Replies)
Discussion started by: dvah
4 Replies

6. Shell Programming and Scripting

task

Hi all, I'm newbie and stuck here. Thanks for any help. Input(txt file) a b X c d Y e f Z g h W Requested output: a b X Y c d Y X e f Z W g h W Z Please use code tags when posting data and code samples! (10 Replies)
Discussion started by: hernand
10 Replies

7. Shell Programming and Scripting

Task

Hi experts, I have a problem with the below shell task: I need to modify the file creatin a paired row , per each row which matches filter (e.g. number of nonempty columns = 5) Output should look like this: second row is original one from the input, first row(red) is pairing row, it's... (29 Replies)
Discussion started by: hernand
29 Replies

8. Shell Programming and Scripting

Parallelize a task that have for

Dear all, I'm a newbie in programming and I would like to know if it is possible to parallelize the script: for l in {1..1000} do cut -f$l quase2 |tr "\n" "," |sed 's/$/\ /g' |sed '/^$/d' >a_$l.t done I tried: for l in {1..1000} do cut -f$l quase2 |tr "\n" "," |sed 's/$/\ /g' |sed... (7 Replies)
Discussion started by: valente
7 Replies

9. Homework & Coursework Questions

[HELP] Easy task

I have a simple task for my school work. I'm new with unix, so i need help. I need to write a scenario. Task is. From created txt file read first 3 words and create a 3 catalogs with those 3 words. 2 of those new catalogs should be transferred to other directory. If someone could help me just... (1 Reply)
Discussion started by: justynykas
1 Replies

10. UNIX for Beginners Questions & Answers

Task 1 bible

Hi i have recently started learning Bash scripting to learn a new skill. My boss has assigned me a task but i am struggling to complete it would really be thankful for some help ill put what i have so far: Test1-bible is the directory and each chapter of the bible is a sub-directory hence i... (1 Reply)
Discussion started by: Atreus20
1 Replies
DVBSTREAM(1)							      Debian							      DVBSTREAM(1)

NAME
dvbstream - Transmit a DVB transport stream via RTP SYNOPSIS
dvbstream [ -f freq] [ -p vh] [ -s symbolrate] [ -c cardnum] [ -o ] [ -ps ] [ -i ipaddr ] [ -r port] [-a apid] [ -v vpid] p -t ttpid] [-n secs ] [ pid1 ... ] DESCRIPTION
dvbstream takes a TS (transport stream) from A DVB (Digital Video Broadcast, either DVB-S for satellite cards, DVB-C for cable, or DVB-T for terrestrial) and broadcasts (a subset of) it over a LAN using the RTP protocol. Some options are not available on Budget DVB cards. OPTIONS
-f The Frequency to tune into, in MHz. -p, v|h The polarisation; either h (horizontal) or v (vertical). -s symbolrate The symbol rate of the DVB stream, typically 27500. -c cardnum Select which DVB card to use. The cardnum must be between 0 and 3. -a apid Select which audio PID to output on the TV-OUT of the DVB card (Full cards only). -v vpid Select which video PID to output on the TV-OUT of the DVB card (Full cards only). -t ttpid Select which Teletext PID to output on the TV-OUT of the DVB card (Full cards only). -n secs Timeout and shut down after secs sec- onds. -ps Output a PS rather than a (default) PES stream. -o Output to stdout rather than broadcast. -i ipaddr IP Multicast port to output to (default is 224.0.1.2) -r port IP multicast port to outpu to (default is 5004). SERVER USAGE
If you wanted to broadcast TVC International from Astra 19E, you would type the following command: dvbstream -f 12441 -p v -s 27500 512 660 You can specify up to 8 PIDs on the command-line to include in the multicasted transport stream. A 10MBit/s network should be able to han- dle one video and one audio stream, or eight audio streams. If you also want to view the TV channel on the TV-OUT of your DVB-S card (or using xawtv or similar), then you can use the "-v" and "-a" flags before the video and audio PIDs respectively: dvbstream -f 12441 -p v -s 27500 -v 512 -a 660 dvbstream also has the ability to map PIDS to different values before you stream it. For example, if you type dvbstream -f 12441 -p v -s 27500 -v 512:1 -a 660:2 then the video stream will become "PID 1" and the audio stream will become "PID 2". Also, with driver versions from October 2001 onwards, you can broadcast the entire transport stream (if you are using a budget card) with the command: dvbstream 8192 8192 is a "dummy PID" (legal PIDS are in the range 0-8191) and the driver interprets this to mean the entire TS. Obviously, it would make no sense to use the map feature on this "pid". CLIENT USAGE
To receive the stream on any other machine on your LAN, use the dumprtp utility (from ts-rtp). An slightly improved version is included in this archive. e.g. dumprtp > received.ts If you have a DVB card on the second machine, you can use the rtpfeed command to decode the stream. Type "rtpfeed -h" for usage informa- tion. rtpfeed was written by Guenter Wildmann <a8909020@unet.univie.ac.at> - please address any bugs or comments to Guenter. If you don't have a DVB card on the client machine, You can use mpg123 and the mpegtools provided with the DVB driver for live audio decod- ing: dumprtp | ts2es apid | mpg123 - This command line is included with dvbstream as the "rtpradio.sh" script. If you only want audio, you can run dvbstream with eight audio PIDs, and then your clients can choose which PID to play. For live TV channel playing, the best solution I have found is mplayer (http://www.mplayerhq.hu). Please install the latest CVS version - mplayer is being rapidly improved. You can then view TV being streamed over the network using the following command: dumprtp | ts2ps vpid apid | mplayer -cache 2048 - This command line is included with dvbstream as the "rtptv.sh" script. MPLAYER RTP-PS SUPPORT The file "mplayer-libmpdemux-network.c.patch" contains a patch for the current (31 Jan 2001) CVS version of mplayer to "enable" the experi- mental RTP support. To apply it, check out a fresh copy of mplayer using and change into the "main/libmpdemux" directory. Then apply the command: patch < /path_to/dvbstream-0.4pre2/mplayer-libmpdemux-network.c.patch You can then build mplayer as normal. To receive a RTP stream broadcast with dvbstream's "-ps" option, you just need to type the following command on the client machine: mplayer rtp://224.0.1.2:5004/ -cache 2048 TELNET INTERFACE
From v0.4 onwards, DVBstream incorporates a "telnet" interface to allow you to remotely start and stop the streaming, and tune the card to a different channel. The following commands are supported: TUNE freq pol srate STOP ADDV pid[:map] ADDA pid[:map] ADDT pid[:map] ADD pid[:map] QUIT STOP closes down all PIDs and stops the streaming. The other commands should be self-explanatory. See the scripts in the TELNET directory for example usage. x HISTORY
dvbstream fixes a number of bugs that were present in the original ts-rtp application. SEE ALSO
rtpfeed(1), dumprtp(1), and ts2es(1) AUTHORS
dvbstream was written by Dave Chapman <dave@dchapman.com> 2001, 2002. and is made available under the GNU Public License. This man page was written by Alastair McKinstry, <mckinstry@computer.org>. Linux 4 March 2005 DVBSTREAM(1)
All times are GMT -4. The time now is 05:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy