FlowPlayer:Switching a playback in midstream creates shows only a black screen (audio works)
Nobody has claimed this yet.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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