Baseflow / Baseflow/XamarinMediaManager

Pausing a live stream, no way to jump back to "live"

Open
#843 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
763
Forks
299
PR merge metrics
No merged PRs in 30d

Description

When I pause a live streamed source, there is no way I can find to jump back to live. I tried this, but it doesn't work:

await CrossMediaManager.Current.SeekTo(TimeSpan.FromHours(9999));

Is there a method i'm missing to jump to the live marker?

Contributor guide

Open the contributing guide

Research direction

Start at the CrossMediaManager.Current.SeekTo entry point and trace how seeking is handled for live-stream sources on each supported platform. Determine whether a live-marker operation already exists or what support is missing; done means the live stream can reliably return to its current live position.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
audio-video-rtc, mobile
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.