Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
red5-server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Otmane Mabrouk
red5-server
Commits
fefd5df6
Commit
fefd5df6
authored
1 year ago
by
Otmane Mabrouk
Browse files
Options
Downloads
Patches
Plain Diff
modifications in the code
parent
f00fbdae
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
client/src/main/java/org/red5/client/StreamRelay.java
+4
-4
4 additions, 4 deletions
client/src/main/java/org/red5/client/StreamRelay.java
with
4 additions
and
4 deletions
client/src/main/java/org/red5/client/StreamRelay.java
+
4
−
4
View file @
fefd5df6
...
@@ -16,7 +16,7 @@ import org.red5.client.net.rtmp.ClientExceptionHandler;
...
@@ -16,7 +16,7 @@ import org.red5.client.net.rtmp.ClientExceptionHandler;
import
org.red5.client.net.rtmp.INetStreamEventHandler
;
import
org.red5.client.net.rtmp.INetStreamEventHandler
;
import
org.red5.client.net.rtmp.RTMPClient
;
import
org.red5.client.net.rtmp.RTMPClient
;
import
org.red5.io.utils.ObjectMap
;
import
org.red5.io.utils.ObjectMap
;
import
org.red5.proxy.Stream
ing
Proxy
;
import
org.red5.proxy.StreamProxy
;
import
org.red5.server.api.event.IEvent
;
import
org.red5.server.api.event.IEvent
;
import
org.red5.server.api.event.IEventDispatcher
;
import
org.red5.server.api.event.IEventDispatcher
;
import
org.red5.server.api.service.IPendingServiceCall
;
import
org.red5.server.api.service.IPendingServiceCall
;
...
@@ -37,7 +37,7 @@ public class StreamRelay {
...
@@ -37,7 +37,7 @@ public class StreamRelay {
private
static
RTMPClient
client
;
private
static
RTMPClient
client
;
// our publisher
// our publisher
private
static
Stream
ing
Proxy
proxy
;
private
static
StreamProxy
proxy
;
// task timer
// task timer
private
static
Timer
timer
;
private
static
Timer
timer
;
...
@@ -79,8 +79,8 @@ public class StreamRelay {
...
@@ -79,8 +79,8 @@ public class StreamRelay {
// create a timer
// create a timer
timer
=
new
Timer
();
timer
=
new
Timer
();
// create our publisher
// create our publisher
proxy
=
new
Stream
ing
Proxy
();
proxy
=
new
StreamProxy
();
proxy
.
set
Hos
t
(
destHost
);
proxy
.
set
Au
t
(
destHost
);
proxy
.
setPort
(
destPort
);
proxy
.
setPort
(
destPort
);
proxy
.
setApp
(
destApp
);
proxy
.
setApp
(
destApp
);
proxy
.
init
();
proxy
.
init
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment