Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rtmp: support publishing G711 and LPCM tracks (#2857) #2884

Merged
merged 1 commit into from
Jan 7, 2024

rtmp: support publishing G711 and LPCM tracks (#2857)

c352080
Select commit
Loading
Failed to load commit list.
Merged

rtmp: support publishing G711 and LPCM tracks (#2857) #2884

rtmp: support publishing G711 and LPCM tracks (#2857)
c352080
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 7, 2024 in 1s

36.87% of diff hit (target 52.58%)

View this Pull Request on Codecov

36.87% of diff hit (target 52.58%)

Annotations

Check warning on line 56 in internal/formatprocessor/ac3.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/ac3.go#L56

Added line #L56 was not covered by tests

Check warning on line 59 in internal/formatprocessor/ac3.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/ac3.go#L59

Added line #L59 was not covered by tests

Check warning on line 58 in internal/formatprocessor/av1.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/av1.go#L58

Added line #L58 was not covered by tests

Check warning on line 61 in internal/formatprocessor/av1.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/av1.go#L61

Added line #L61 was not covered by tests

Check warning on line 227 in internal/formatprocessor/h264.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/h264.go#L227

Added line #L227 was not covered by tests

Check warning on line 230 in internal/formatprocessor/h264.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/h264.go#L230

Added line #L230 was not covered by tests

Check warning on line 246 in internal/formatprocessor/h265.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/h265.go#L246

Added line #L246 was not covered by tests

Check warning on line 249 in internal/formatprocessor/h265.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/h265.go#L249

Added line #L249 was not covered by tests

Check warning on line 57 in internal/formatprocessor/mjpeg.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/mjpeg.go#L57

Added line #L57 was not covered by tests

Check warning on line 60 in internal/formatprocessor/mjpeg.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/mjpeg.go#L60

Added line #L60 was not covered by tests

Check warning on line 56 in internal/formatprocessor/mpeg1_audio.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/mpeg1_audio.go#L56

Added line #L56 was not covered by tests

Check warning on line 59 in internal/formatprocessor/mpeg1_audio.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/mpeg1_audio.go#L59

Added line #L59 was not covered by tests

Check warning on line 57 in internal/formatprocessor/mpeg1_video.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/mpeg1_video.go#L57

Added line #L57 was not covered by tests

Check warning on line 60 in internal/formatprocessor/mpeg1_video.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/mpeg1_video.go#L60

Added line #L60 was not covered by tests

Check warning on line 60 in internal/formatprocessor/mpeg4_audio.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/mpeg4_audio.go#L60

Added line #L60 was not covered by tests

Check warning on line 63 in internal/formatprocessor/mpeg4_audio.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/mpeg4_audio.go#L63

Added line #L63 was not covered by tests

Check warning on line 97 in internal/formatprocessor/mpeg4_video.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/mpeg4_video.go#L97

Added line #L97 was not covered by tests

Check warning on line 57 in internal/formatprocessor/vp8.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/vp8.go#L57

Added line #L57 was not covered by tests

Check warning on line 60 in internal/formatprocessor/vp8.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/vp8.go#L60

Added line #L60 was not covered by tests

Check warning on line 57 in internal/formatprocessor/vp9.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/vp9.go#L57

Added line #L57 was not covered by tests

Check warning on line 60 in internal/formatprocessor/vp9.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/formatprocessor/vp9.go#L60

Added line #L60 was not covered by tests

Check warning on line 86 in internal/protocols/rtmp/message/video.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/protocols/rtmp/message/video.go#L86

Added line #L86 was not covered by tests

Check warning on line 101 in internal/protocols/rtmp/reader.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/protocols/rtmp/reader.go#L100-L101

Added lines #L100 - L101 were not covered by tests

Check warning on line 108 in internal/protocols/rtmp/reader.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/protocols/rtmp/reader.go#L107-L108

Added lines #L107 - L108 were not covered by tests

Check warning on line 118 in internal/protocols/rtmp/reader.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/protocols/rtmp/reader.go#L118

Added line #L118 was not covered by tests