mangui / mangui/flashls

flashls not playing stream with AES Encryption

Open
#579 10 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

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

Description

I m trying to play this url with flashls, but its saying I/O error when loading media
[http://mumsite.cdnsrv.jio.com/jiotv.live.cdn.jio.com/MTV/MTV_800.m3u8](http://mumsite.cdnsrv.jio.com/jiotv.live.cdn.jio.com/MTV/MTV_800.m3u8)
Here is GrindPlayer link:
http://loggerleet.ddns.net/osmf/GrindPlayer.html
By default it's trying to play above url but it works with every other url except of this one.
and this url is streaming in vlc but not with flashls.
Any help plzzzz.
and this is crossdomain.xml
-----------------------------------------------------------------------------------------------
```

```
-----------------------------------------------------------------------------------------------

Content of m3u8 file:
-----------------------------------------------------------------------------------------------
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-MEDIA-SEQUENCE:1703457
#EXT-X-TARGETDURATION:6
#EXT-X-KEY:METHOD=AES-128,URI="https://tv.media.jio.com/streams_live/MTV/MTV_800-1503935808000.key",IV=0x00000000000000000000015E298F4200
#EXTINF:6.000,
MTV_800-1503940302000.ts
#EXTINF:6.000,
MTV_800-1503940308000.ts
#EXTINF:6.000,
MTV_800-1503940312000.ts
#EXTINF:6.000,
MTV_800-1503940320000.ts
#EXTINF:6.000,
MTV_800-1503940326000.ts
#EXTINF:6.000,
MTV_800-1503940332000.ts
#EXTINF:6.000,
MTV_800-1503940336000.ts
#EXTINF:6.000,
MTV_800-1503940344000.ts
#EXTINF:6.000,
MTV_800-1503940350000.ts
#EXTINF:6.000,
MTV_800-1503940356000.ts
#EXTINF:6.000,
MTV_800-1503940362000.ts
#EXTINF:6.000,
MTV_800-1503940368000.ts
#EXTINF:6.000,
MTV_800-1503940374000.ts
#EXTINF:6.000,
MTV_800-1503940380000.ts
#EXTINF:6.000,
MTV_800-1503940386000.ts
#EXTINF:6.000,
MTV_800-1503940392000.ts
#EXTINF:6.000,
MTV_800-1503940398000.ts
#EXTINF:6.000,
MTV_800-1503940404000.ts
#EXTINF:6.000,
MTV_800-1503940410000.ts
#EXTINF:6.000,
MTV_800-1503940416000.ts
#EXTINF:6.000,
MTV_800-1503940420000.ts
#EXTINF:6.000,
MTV_800-1503940426000.ts
#EXTINF:6.000,
MTV_800-1503940432000.ts
#EXTINF:6.000,
MTV_800-1503940438000.ts
#EXTINF:6.000,
MTV_800-1503940444000.ts
#EXTINF:6.000,
MTV_800-1503940450000.ts
#EXTINF:6.000,
MTV_800-1503940458000.ts
#EXTINF:6.000,
MTV_800-1503940464000.ts
#EXTINF:6.000,
MTV_800-1503940470000.ts
#EXTINF:6.000,
MTV_800-1503940476000.ts
#EXTINF:6.000,
MTV_800-1503940480000.ts
#EXTINF:6.000,
MTV_800-1503940488000.ts
#EXTINF:6.000,
MTV_800-1503940494000.ts
#EXTINF:6.000,
MTV_800-1503940500000.ts
#EXTINF:6.000,
MTV_800-1503940506000.ts
#EXTINF:6.000,
MTV_800-1503940512000.ts
#EXTINF:6.000,
MTV_800-1503940516000.ts
#EXTINF:6.000,
MTV_800-1503940522000.ts
#EXTINF:6.000,
MTV_800-1503940528000.ts
#EXTINF:6.000,
MTV_800-1503940534000.ts
#EXTINF:6.000,
MTV_800-1503940540000.ts
#EXTINF:6.000,
MTV_800-1503940546000.ts
#EXTINF:6.000,
MTV_800-1503940552000.ts
#EXTINF:6.000,
MTV_800-1503940558000.ts
#EXTINF:6.000,
MTV_800-1503940564000.ts
#EXTINF:6.000,
MTV_800-1503940570000.ts
#EXTINF:6.000,
MTV_800-1503940576000.ts
#EXTINF:6.000,
MTV_800-1503940582000.ts
#EXTINF:6.000,
MTV_800-1503940590000.ts
#EXTINF:6.000,
MTV_800-1503940596000.ts
----------------------------------------------------------------------------------

Key file(in hex):
----------------------------------------------------------------------------------
ff 1a a3 e2 19 2b 0f 5c d6 7e 88 61 66 86 dd
----------------------------------------------------------------------------------

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 reproducing the reported URL in the linked GrindPlayer page and inspect how flashls handles the HLS playlist's AES-128 key and IV. Compare its behavior with the supplied m3u8 content and key details; done means the stream loads and plays in flashls rather than reporting an I/O error.

Written by the indexing model from the issue text.

Assessment

Domain
frontend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.