Is this new provider or existing #565

Closed
opened 2025-12-08 17:42:00 +00:00 by GLlgGL · 8 comments
GLlgGL commented 2025-12-08 17:42:00 +00:00 (Migrated from github.com)

I found this somewhere

https://bysesayeveum.com/e/8c8tg87ak2aw

Domain: byse.sx

The hls links kinda appear like filemoon but adding the domain on filemoon extractor doesnt seems to work...

Or this might be new?

I found this somewhere `https://bysesayeveum.com/e/8c8tg87ak2aw` Domain: `byse.sx` The hls links kinda appear like filemoon but adding the domain on filemoon extractor doesnt seems to work... Or this might be new?
GLlgGL commented 2025-12-08 20:11:32 +00:00 (Migrated from github.com)

This is definitly new

This is definitly new
GLlgGL commented 2025-12-09 10:45:57 +00:00 (Migrated from github.com)

It was supported on ResolveURL just the domain is new...

Is the F16Px.py

I was able to port it to mediaflow

I will open a pr there

It was supported on ResolveURL just the domain is new... Is the F16Px.py I was able to port it to mediaflow I will open a pr there
GLlgGL commented 2025-12-09 11:28:57 +00:00 (Migrated from github.com)

There is anyway to get the height from mediaflow and pass it to webstreamr?

There is anyway to get the height from mediaflow and pass it to webstreamr?
webstreamr commented 2025-12-09 12:03:14 +00:00 (Migrated from github.com)

There is anyway to get the height from mediaflow and pass it to webstreamr?

no, atm it is not. which is why I have this height guesser method for hls streams here. for mp4 files it's not doable anyway in an efficient way

> There is anyway to get the height from mediaflow and pass it to webstreamr? no, atm it is not. which is why I have this height guesser method for hls streams here. for mp4 files it's not doable anyway in an efficient way
GLlgGL commented 2025-12-09 13:18:27 +00:00 (Migrated from github.com)

Your height guesser works if you get the master through addon but what if you get the master from mediaflow(proxied)? Because the link is encrypted with AES and is not visible on html...

For example
https://github.com/mhdzumair/mediaflow-proxy/pull/185

Also why not pass the height on headers for example? And detect it on addon !

Your height guesser works if you get the master through addon but what if you get the master from mediaflow(proxied)? Because the link is encrypted with AES and is not visible on html... For example https://github.com/mhdzumair/mediaflow-proxy/pull/185 Also why not pass the height on headers for example? And detect it on addon !
webstreamr commented 2025-12-09 14:20:00 +00:00 (Migrated from github.com)

it works fine via proxy too of course, that doesn't change anything. but I didn't check your extractor there, so can't say much. in general, since I want to avoid doing requests to the stream/mfp it would be nice if it can be parsed though.

a solution where it is passed from mfp sounds interesting. in general though, I don't want to do even a single MFP request when creating the results if I can to be scalable. but because of more stremio Android issues this has to be currently done unfortunately: https://github.com/Stremio/stremio-bugs/issues/1574

summary: my goal is to not do any stream request or mfp requests at all and only scrape the size from the source / embed if possible. if that's not possible it currently falls back to parsing the height from the stream and it caches it forever.

it works fine via proxy too of course, that doesn't change anything. but I didn't check your extractor there, so can't say much. in general, since I want to avoid doing requests to the stream/mfp it would be nice if it can be parsed though. a solution where it is passed from mfp sounds interesting. in general though, I don't want to do even a single MFP request when creating the results if I can to be scalable. but because of more stremio Android issues this has to be currently done unfortunately: https://github.com/Stremio/stremio-bugs/issues/1574 summary: my goal is to not do any stream request or mfp requests at all and only scrape the size from the source / embed if possible. if that's not possible it currently falls back to parsing the height from the stream and it caches it forever.
GLlgGL commented 2025-12-09 14:36:30 +00:00 (Migrated from github.com)

Yes got it so we have to do something like this when is not possible to get from source

const height = await guessHeightFromPlaylist(ctx, this.fetcher, proxiedUrl, url);

Yes got it so we have to do something like this when is not possible to get from source `const height = await guessHeightFromPlaylist(ctx, this.fetcher, proxiedUrl, url);`
GLlgGL commented 2026-01-08 23:00:15 +00:00 (Migrated from github.com)

image

Asking this dev on reddit about the issue you opened for android seems that addressed the issue to the right dev...lets hope they will find a solution

On that photo I am posting about another visual bug and earned a lifetime rpdb key
lol

![image](https://github.com/user-attachments/assets/7d67ac80-1585-45ba-bd9a-2e034f9ad13a) Asking this dev on reddit about the issue you opened for android seems that addressed the issue to the right dev...lets hope they will find a solution On that photo I am posting about another visual bug and earned a lifetime rpdb key lol
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Creepso/webstreamr-github#565
No description provided.