Live video on the AT Protocol

media: upload some testing files

+4 -4
+3 -3
pkg/media/media_data_parser_test.go
··· 13 13 14 14 func TestMediaDataParser(t *testing.T) { 15 15 segmentsWithoutBFrames := []string{ 16 - // remote.RemoteFixture("d63d26050db9a60c0944b4c2e2b1d052c4350a2a8a877324c7b0b7e7a0c1ae27/bframe-false-positive.mp4"), 17 - // getFixture("sample-segment.mp4"), 18 - "/Users/iameli/testvids/no-video-or-whatever/2025-11-18T01-10-56-292Z-signed-segment.mp4", 16 + remote.RemoteFixture("d63d26050db9a60c0944b4c2e2b1d052c4350a2a8a877324c7b0b7e7a0c1ae27/bframe-false-positive.mp4"), 17 + getFixture("sample-segment.mp4"), 18 + remote.RemoteFixture("604bebf51c97f27aa07a8952462ac9885dd963f7a88375154217f59db32e1573/2025-11-18T01-10-56-292Z-signed-segment.mp4"), 19 19 } 20 20 withNoGSTLeaks(t, func() { 21 21 for _, segment := range segmentsWithoutBFrames {
+1 -1
pkg/media/segment_converge_test.go
··· 39 39 }, 40 40 { 41 41 Name: "CouldNotMultiplex", 42 - File: "/Users/iameli/testvids/thursday/2025-11-20T18-02-37-957Z-attempt-000.mp4", 42 + File: remote.RemoteFixture("c12696bde28c5ab3ffd7040fd7da2ca6d871bb73b40fc2310dece0f6a082ee8a/2025-11-20T18-02-37-957Z-attempt-000.mp4"), 43 43 Success: true, 44 44 DoH264Parse: false, 45 45 },