mangui / mangui/flashls

FlowPlayer:Switching a playback in midstream creates shows only a black screen (audio works)

Open
#288 9 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

FlowPlayer
Dominant language
ActionScript
Stars
744
Forks
259
PR merge metrics
No merged PRs in 30d

Description

In: http://www.flashls.org/latest/examples/flowplayer/index.html
Wrote in console:

``` javascript
$f(0).play('https://livestream.peer5.com/hls.m3u8');
```

or

``` javascript
$f(0).play({
accelerated: true,
url: 'https://livestream.peer5.com/hls.m3u8',
ipadUrl: 'https://livestream.peer5.com/hls.m3u8',
urlResolvers: "httpstreaming",
lang: "fr",
provider: "httpstreaming",
autoPlay: true,
autoBuffering: true
});
```

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the problem in the FlowPlayer example at http://www.flashls.org/latest/examples/flowplayer/index.html using the supplied $f(0).play commands and the livestream URL. Investigate why switching playback midstream leaves audio working but the video black; done means the video renders after the switch as well.

Written by the indexing model from the issue text.

Assessment

Domain
audio-video-rtc
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.