How to detect url in use in a script?


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting How to detect url in use in a script?
# 8  
Old 12-09-2018
Dear Rudic,
I added wait $PID before each fi in the script.
Now I can see the active url on terminal with
Code:
ps aux | grep myscript.sh


Thank you for your time
Boris

Last edited by baris35; 12-09-2018 at 11:30 PM..
# 9  
Old 12-10-2018
Not with the script given in post#1. No background process, no wait ($PID).
# 10  
Old 12-10-2018
Thanks..
Have just updated.
Removed trap, wait $pid* added.

Log:
Code:
2018-12-10 10:48:00.601 spawn: Executing "/root/tmp/myscript.sh"
2018-12-10 10:48:00.897 spawn: $url1 ffmpeg version N-92392-g16d91b7 Copyright (c) 2000-2018 the FFmpeg developers
2018-12-10 10:48:00.897 spawn: $url1 built with gcc 7 (Ubuntu 7.3.0-27ubuntu1~18.04)
2018-12-10 10:48:00.897 spawn: $url1 configuration: --prefix=/root/ffmpeg_build --pkg-config-flags=--static --extra-cflags=-I/root/ffmpeg_build/include --extra-ldflags=-L/root/ffmpeg_build/lib --extra-libs='-lpthread -lm' --bindir=/root/bin --enable-gpl --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-nonfree --enable-openssl
Program 1
2018-12-10 10:48:02.006 spawn: $url1 Metadata:
2018-12-10 10:48:02.006 spawn: $url1 service_name    : Service01
2018-12-10 10:48:02.006 spawn: $url1 service_provider: FFmpeg
2018-12-10 10:48:02.006 spawn: $url1 Stream #0:0[0x100]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(progressive), 1920x1080 [SAR 1:1 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc
2018-12-10 10:48:02.006 spawn: $url1 Stream #0:1[0x101]: Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 133 kb/s
2018-12-10 10:48:02.006 spawn: $url1 Overriding aspect ratio with stream copy may produce invalid files
2018-12-10 10:48:02.006 spawn: $url1 Stream mapping:
2018-12-10 10:48:02.006 spawn: $url1 Stream #0:0 -> #0:0 (copy)
2018-12-10 10:48:02.006 spawn: $url1 Stream #0:1 -> #0:1 (aac (native) -> mp2 (native))
2018-12-10 10:48:02.006 spawn: $url1 Press [q] to stop, [?] for help
2018-12-10 10:48:02.007 spawn: $url1 Output #0, mpegts, to 'pipe:':
2018-12-10 10:48:02.007 spawn: $url1 Metadata:
2018-12-10 10:48:02.007 spawn: $url1 encoder         : Lavf58.22.100
2018-12-10 10:48:02.007 spawn: $url1 Stream #0:0: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(progressive), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 25 fps, 25 tbr, 90k tbn, 25 tbc
2018-12-10 10:48:02.007 spawn: $url1 Stream #0:1: Audio: mp2, 48000 Hz, stereo, s16, 160 kb/s
2018-12-10 10:48:02.007 spawn: $url1 Metadata:
2018-12-10 10:48:02.007 spawn: $url1 encoder         : Lavc58.39.100 mp2

Kind regards
Boris
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. HP-UX

Script to detect time drift

Hello there, I am not an expert in networking related stuff but I got a requirement to create UNIX script to query our Company's internal time source via NTP for time drift detect and report it when > +/- 50ms. I have been googling a lot but thought to post it in this forum to get a... (17 Replies)
Discussion started by: Green_Star
17 Replies

2. UNIX for Advanced & Expert Users

A script to detect system type

Hi forum, So I am trying to determine the OS type with the following script: #!/usr/bin/sh OStype1=`uname -s` Sunos1=SunOs if then echo "This system is Linux" exit 0 elif then echo "This system is SunOs" exit 0 elif (1 Reply)
Discussion started by: dampio
1 Replies

3. Shell Programming and Scripting

Help with detect with regex and move script

Hi all, I am needing some help with a script that will search for a video file by known extensions and then do a pattern search (I'm guessing via regex) and then based on a match of one type of another move the file to an assigned directory. I would like to do this with either a shell script... (7 Replies)
Discussion started by: Simplify
7 Replies

4. Shell Programming and Scripting

Reading URL using Mechanize and dump all the contents of the URL to a file

Hello, Am very new to perl , please help me here !! I need help in reading a URL from command line using PERL:: Mechanize and needs all the contents from the URL to get into a file. below is the script which i have written so far , #!/usr/bin/perl use LWP::UserAgent; use... (2 Replies)
Discussion started by: scott_cog
2 Replies

5. Shell Programming and Scripting

Detect if script starts from queue

Dear community, what I'm try to do is deny users to run a script without parameters from command bash, but the same script should run without parameters only from crontab. Example runs by crontab:*/5 * * * * /tmp/script.sh Here the normal execution starts every 5 minutes Example #1 runs by... (16 Replies)
Discussion started by: Lord Spectre
16 Replies

6. UNIX for Dummies Questions & Answers

Awk: print all URL addresses between iframe tags without repeating an already printed URL

Here is what I have so far: find . -name "*php*" -or -name "*htm*" | xargs grep -i iframe | awk -F'"' '/<iframe*/{gsub(/.\*iframe>/,"\"");print $2}' Here is an example content of a PHP or HTM(HTML) file: <iframe src="http://ADDRESS_1/?click=5BBB08\" width=1 height=1... (18 Replies)
Discussion started by: striker4o
18 Replies

7. Web Development

Regex to rewrite URL to another URL based on HTTP_HOST?

I am trying to find a way to test some code, but I need to rewrite a specific URL only from a specific HTTP_HOST The call goes out to http://SUB.DOMAIN.COM/showAssignment/7bde10b45efdd7a97629ef2fe01f7303/jsmodule/Nevow.Athena The ID in the middle is always random due to the cookie. I... (5 Replies)
Discussion started by: EXT3FSCK
5 Replies

8. UNIX for Dummies Questions & Answers

how to detect my script is already running

I have a script which must not be run more than once at any given time. THis script will be scheduled to run every 20 mins as a cron job. In my script can i have logic to say if this script is already running from the previous cron, then exit. How do i go about doing that. If you describe the... (11 Replies)
Discussion started by: rmulchandani
11 Replies

9. Shell Programming and Scripting

url calling and parameter passing to url in script

Hi all, I need to write a unix script in which need to call a url. Then need to pass parameters to that url. please help. Regards, gander_ss (1 Reply)
Discussion started by: gander_ss
1 Replies

10. UNIX for Advanced & Expert Users

url calling and parameter passing to url in script

Hi all, I need to write a unix script in which need to call a url. Then need to pass parameters to that url. please help. Regards, gander_ss (1 Reply)
Discussion started by: gander_ss
1 Replies
Login or Register to Ask a Question