Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Bjørn Villa
qstream
Commits
56c18552
Commit
56c18552
authored
Nov 09, 2011
by
Jon Kåre Hellan
Browse files
Tweak packaging and rtmp integration
parent
84231cd4
Changes
4
Hide whitespace changes
Inline
Side-by-side
debian/qstream.install
View file @
56c18552
...
...
@@ -2,7 +2,7 @@ qstream usr/bin
qstream
-
tv
usr
/
bin
qstream
-
tv
.
job
usr
/
bin
sap
-
test
usr
/
bin
rtmp
/
client
.
pm
usr
/
share
/
perl5
/
RTMP
rtmp
/
client
.
pm
usr
/
share
/
perl5
/
rtmp
comvie
.
cf
etc
/
qstream
/
tv
nrk
.
cf
etc
/
qstream
/
tv
tv2
.
cf
etc
/
qstream
/
tv
...
...
debian/rules
View file @
56c18552
...
...
@@ -9,6 +9,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
build
:
clean
:
dh_testdir
dh_testroot
...
...
@@ -21,13 +23,10 @@ install:
dh_clean
-k
dh_installdirs
# Build architecture-independent files here.
binary-indep
:
build install
# We have nothing to do by default.
binary-arch
:
install
# Build architecture-dependent files here.
binary-
arch
:
build
install
binary-
indep
:
install
dh_testdir
dh_testroot
dh_installchangelogs
...
...
@@ -57,5 +56,5 @@ binary-arch: build install
dh_md5sums
dh_builddeb
binary
:
binary-indep
binary-arch
.PHONY
:
build clean binary-
indep
binary-
arch
binary install
configure
binary
:
binary-indep
.PHONY
:
build clean binary-
arch
binary-
indep
binary install
qstream
View file @
56c18552
...
...
@@ -3912,4 +3912,4 @@ RTMP jitter is based on the timestamp RTMP message header and gap in millisecond
=head1 TCP
Listen to a TCP while running -RTMP option.
\ No newline at end of file
Listen to a TCP while running -RTMP option.
rtmp/client.pm
View file @
56c18552
#
package
RTMP
::Client;
package
rtmp
::
Client
;
use
Socket
qw(:all)
;
use
Fcntl
;
use
Time::
HiRes
qw/ sleep time tv_interval gettimeofday/
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment