-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix rtsp track match, use membrane_simple_rtsp_server (#46)
* Fix rtsp track match * Use membrane_simple_rtsp_server * Bump rtmp_plugin
- Loading branch information
Showing
15 changed files
with
82 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file renamed
BIN
+1.03 MB
test/fixtures/ref_bun10s_rtsp.mp4 → test/fixtures/ref_bun10s_rtsp_aac.mp4
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#EXTM3U | ||
#EXT-X-VERSION:7 | ||
#EXT-X-TARGETDURATION:5 | ||
#EXT-X-MEDIA-SEQUENCE:0 | ||
#EXT-X-DISCONTINUITY-SEQUENCE:0 | ||
#EXT-X-MAP:URI="muxed_header_g3cFdmlkZW8_part_0.mp4" | ||
#EXTINF:4.803654194, | ||
muxed_segment_0_g3cFdmlkZW8.m4s | ||
#EXTINF:4.288195805, | ||
muxed_segment_1_g3cFdmlkZW8.m4s | ||
#EXTINF:0.912866893, | ||
muxed_segment_2_g3cFdmlkZW8.m4s | ||
#EXT-X-ENDLIST |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#EXTM3U | ||
#EXT-X-VERSION:7 | ||
#EXT-X-INDEPENDENT-SEGMENTS | ||
#EXT-X-STREAM-INF:BANDWIDTH=1176669,AVERAGE-BANDWIDTH=972665,RESOLUTION=480x270,CODECS=",mp4a.40.2" | ||
g3cFdmlkZW8.m3u8 |
Binary file added
BIN
+1.07 KB
test/fixtures/ref_bun10s_rtsp_aac_hls/muxed_header_g3cFdmlkZW8_part_0.mp4
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters