Skip to content

Commit

Permalink
Update style
Browse files Browse the repository at this point in the history
  • Loading branch information
ngraziano committed Nov 15, 2024
1 parent 701b564 commit 3d96c13
Show file tree
Hide file tree
Showing 10 changed files with 1,721 additions and 1,731 deletions.
427 changes: 215 additions & 212 deletions RtspMultiplexer/Fowarder.cs

Large diffs are not rendered by default.

21 changes: 10 additions & 11 deletions RtspMultiplexer/OriginContext.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
using Rtsp;
namespace RtspMultiplexer;

namespace RtspMulticaster
using Rtsp;

/// <summary>
/// Class to store source information of the request.
/// </summary>
internal class OriginContext
{
/// <summary>
/// Class to store source information of the request.
/// </summary>
internal class OriginContext
{
public int OriginCSeq { get; internal set; }
public RtspListener OriginSourcePort { get; internal set; }
}
}
public int OriginCSeq { get; internal set; }
public RtspListener OriginSourcePort { get; internal set; }
}
2 changes: 1 addition & 1 deletion RtspMultiplexer/Program.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

using RtspMulticaster;
using RtspMultiplexer;
using System;

NLog.Logger _logger = NLog.LogManager.GetCurrentClassLogger();
Expand Down
Loading

0 comments on commit 3d96c13

Please sign in to comment.