Skip to content

Commit

Permalink
Merge pull request #84 from membraneframework/fix-session-bin-test
Browse files Browse the repository at this point in the history
update path in Hackeny.Source
  • Loading branch information
andpodob authored Nov 30, 2021
2 parents 4a29c27 + 7873cb7 commit d2114e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/membrane/rtp/session_bin_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ defmodule Membrane.RTP.Session.BinTest do
end
},
hackney: %Membrane.Hackney.Source{
location: "https://membraneframework.github.io/static/video-samples/test-video.h264"
location:
"https://raw.githubusercontent.com/membraneframework/static/gh-pages/samples/ffmpeg-testsrc.h264"
},
parser: %Membrane.H264.FFmpeg.Parser{framerate: {30, 1}, alignment: :nal},
rtp_sink: Testing.Sink,
Expand Down

0 comments on commit d2114e0

Please sign in to comment.