Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qstream
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Maalepaaler
qstream
Commits
56c18552
Commit
56c18552
authored
Nov 09, 2011
by
Jon Kåre Hellan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweak packaging and rtmp integration
parent
84231cd4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
10 deletions
+9
-10
debian/qstream.install
debian/qstream.install
+1
-1
debian/rules
debian/rules
+6
-7
qstream
qstream
+1
-1
rtmp/client.pm
rtmp/client.pm
+1
-1
No files found.
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