mangui / mangui/flashls

Support for HTTP 307 (Temporary Redirect)

Open
#522 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

fixed/answered notflashls/cantfix question
Dominant language
ActionScript
Stars
744
Forks
259
PR merge metrics
No merged PRs in 30d

Description

Some corporate proxies sometimes issue an HTTP 307 error (temporary redirect); a webbrowser would display an informational page ("please wait") and then the browser follows the redirection, and downloads the file.

In the case of flashls, apparently it's not being followed (at all), resulting in the stream being unplayable (error is "An error occured: Cannot load M3U8: crossdomain access denied: Error #2048) The resource is unavailable or unreachable"). Basically, i suspect flash/flashls to handle 307 like a 404 instead of a 301 (if supported).

Can you let me know if that's handled by flashls itself or at flash level ? Is HTTP 301 currently supported ?

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

Start by tracing flashls's HTTP redirect handling and checking how Flash treats status 307 versus 301. The issue names no files or tests; done means determining which layer owns the behavior and documenting or addressing the missing redirect support.

Written by the indexing model from the issue text.

Assessment

Domain
web-dev
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 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.