55 Commits

Author SHA1 Message Date
Taeho Oh
f445979318 Add INSTALL.macos. 2017-01-07 00:32:57 +09:00
Taeho Oh
9f477e32d2 Update ver to v0.4. v0.4 2016-07-27 11:08:53 +09:00
Taeho Oh
ad95a4c05f Use g_get_real_time() in m3u filename generation.
g_get_monotonic_time() resets after reboot in some platforms.
Use g_get_real_time() instead of g_get_monotonic_time() to avoid
m3u filename collision.
2016-07-27 10:58:10 +09:00
Taeho Oh
20fcf95852 Add udp scan option. The default is rtp scan. 2016-07-27 10:56:38 +09:00
Taeho Oh
7181e74c46 Write about WinPcap in INSTALL.windows. 2016-03-03 10:58:08 +09:00
Taeho Oh
ffc2d1c497 Write build information in README file. 2016-03-03 10:34:41 +09:00
Taeho Oh
db12c70938 Write more detailed explanation in README file. 2016-03-03 02:24:02 +09:00
Taeho Oh
973f48702b Update ver to v0.3. v0.3 2016-02-23 00:42:01 +09:00
Taeho Oh
da327ab47d Change typo omvp to omvs. 2016-02-22 23:54:01 +09:00
Taeho Oh
15aa054470 Cleanup g_print msg. 2016-02-22 23:50:46 +09:00
Taeho Oh
32b602aad3 Add timestamp to m3u filename. Change print fmt. 2016-02-22 23:23:41 +09:00
Taeho Oh
65477c5009 Save m3u file. 2016-02-22 22:45:44 +09:00
Taeho Oh
e672832cdf Support rtp protocol url. 2016-02-22 21:07:12 +09:00
Taeho Oh
9a277b2aed Add a license in omvs_main.c. 2016-02-22 20:45:41 +09:00
Taeho Oh
6cfa826913 Fix filename memory leak. 2016-02-22 18:43:01 +09:00
Taeho Oh
3c969575fd Add Waiting for multicast packet mode. 2016-02-22 18:24:14 +09:00
Taeho Oh
59f4f8653f Update ver to v0.2. v0.2 2016-01-29 23:55:29 +09:00
Taeho Oh
c4c8e625bc Remove aclocal.m4 from .gitignore file. 2016-01-28 21:53:07 +09:00
Taeho Oh
f1627222d4 Remove libtool from INSTALL.ubuntu document. 2016-01-28 21:51:58 +09:00
Taeho Oh
22c314068e Add AM_MAINTAINER_MODE([disable])
Without it, in some environment, autotools is necessary to build.
2016-01-28 21:39:37 +09:00
Taeho Oh
d0868bcfc7 Add aclocal.m4 again.
Without it, autotools is necessary to build.
2016-01-28 21:37:05 +09:00
Taeho Oh
11cf7d3c1b Add autotool files to .gitignore file. 2016-01-28 20:53:33 +09:00
Taeho Oh
2d8ce8c6ca Remove aclocal.m4. 2016-01-28 20:53:01 +09:00
Taeho Oh
adff76e436 Remove autom4te.cache. 2016-01-28 11:42:44 +09:00
Taeho Oh
a7309ed0cd Add omvs to .gitignore file. 2016-01-24 14:52:28 +09:00
Taeho Oh
133ffbbf19 Write more detail about omvs in the README file. 2016-01-24 14:52:28 +09:00
Taeho Oh
c65a5d0964 Improve INSTALL document. 2016-01-24 13:59:02 +09:00
Taeho Oh
4229c65dd3 Add install document for ubuntu and windows. v0.1 2016-01-24 02:00:21 +09:00
Taeho Oh
2850960c21 Regenerate autoconf files. 2016-01-24 01:16:06 +09:00
Taeho Oh
1dc0a09452 Port to wpcap. 2016-01-24 01:14:25 +09:00
Taeho Oh
de99d1f517 Not decode audio.
Only video is necessary.
2016-01-24 00:41:55 +09:00
Taeho Oh
94cc364903 Remove bitfield access.
It improves portability.
2016-01-24 00:36:44 +09:00
Taeho Oh
6641bb8424 Add .gitignore file. 2016-01-23 21:58:39 +09:00
Taeho Oh
12f3f4be22 Write how to run omvs in README file. 2016-01-23 21:57:26 +09:00
Taeho Oh
ca3d179487 Add "autoreconf -i -f" generated files. 2016-01-23 21:44:10 +09:00
Taeho Oh
d2ff67d462 Integrate with config.h. 2016-01-23 21:43:16 +09:00
Taeho Oh
58b5e627e7 Add Makefile.am and configure.ac 2016-01-23 21:41:47 +09:00
Taeho Oh
3a5fbabab5 Add basic document files.
Add AUTHORS, COPYING, ChangeLog, INSTALL, NEWS, README files.
2016-01-23 21:38:33 +09:00
Taeho Oh
e62038e262 Clean up error return codes. 2016-01-23 20:40:50 +09:00
Taeho Oh
f2559978ae Make output dir after arg parse. 2016-01-23 20:34:13 +09:00
Taeho Oh
562cf22cdc Remove verbose option, add quiet option.
Verbose is default.
Quiet option is enabled if a user specifies it in the cmdline arg.
2016-01-23 20:27:01 +09:00
Taeho Oh
5e8b1667f9 If EOS, finish scan. 2016-01-23 20:18:23 +09:00
Taeho Oh
f25f81d2d8 Increase compression level of png to max. 2016-01-23 19:26:12 +09:00
Taeho Oh
94ed43a4ad Save the content of the udp url to png file. 2016-01-23 19:21:37 +09:00
Taeho Oh
22de3de619 Add videoconvert and link it with pngenc plugin.
In the case of pngenc can't recognize the video format.
2016-01-23 19:21:37 +09:00
Taeho Oh
4ebf609062 Add gst png file save. 2016-01-23 18:34:05 +09:00
Taeho Oh
106a251f17 Find multicast UDP port list. 2016-01-23 17:44:24 +09:00
Taeho Oh
7ad2c4b910 Change output filename to output directory name. 2016-01-16 01:07:30 +09:00
Taeho Oh
b0d6263589 Add network interface device list and selection. 2016-01-16 00:54:36 +09:00
Taeho Oh
9c0494a903 Fix error var leak. 2016-01-15 22:51:38 +09:00