Allow seeking stream backwards to the beginning #58

Closed
bilal.catic wants to merge 6 commits from allow-seeking-stream-backwards-to-the-beginning into master
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 1a2b6c8be3 - Show all commits

View File

@@ -24,6 +24,7 @@ RSpec.describe BroadcastsChannel, type: :channel do
event: "broadcast_stream_update",
status: broadcast.status,
playback_url: broadcast.stream_playback_url,
full_live_stream_playback_url: broadcast.full_live_stream_playback_url,
status_content: status_content,
video_content: video_content,
streamer_status: broadcast.streamer_status

View File

@@ -11,6 +11,7 @@ FactoryBot.define do
stream_uid "mux_stream"
stream_key "mux_key"
stream_playback_uid "mux_playback_id"
full_live_stream_playback_uid "full_live_stream_playback_uid"
status "created"
streamer_status "idle"
end