Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow the extension to create a local proxy server #260

Open
2 tasks done
yxxyun opened this issue Sep 20, 2024 · 0 comments
Open
2 tasks done

Allow the extension to create a local proxy server #260

yxxyun opened this issue Sep 20, 2024 · 0 comments

Comments

@yxxyun
Copy link
Contributor

yxxyun commented Sep 20, 2024

Describe your suggested feature

Allow the extension to create a local proxy server and convert the original_m3u8_URL into a form similar to http://127.0.0.1:xxxx/proxy_m3u8_URL. This makes it convenient to write code in the local proxy service to process m3u8 files and removing ad segments in it to achieve the effect of ad removal.

Other details

#EXTINF:4.879878,
178535fe732001494.ts
#EXTINF:3.712033,
178535fe732001495.ts
#EXTINF:5.338667,
178535fe732001496.ts
#EXTINF:2.627633,
178535fe732001497.ts
#EXT-X-DISCONTINUITY
#EXTINF:6.756744,
178535fe732001498.ts
#EXT-X-DISCONTINUITY
#EXTINF:6.400000,
17117105756011876.ts //AD
#EXTINF:2.800000,
17117105756011877.ts //AD
#EXTINF:3.333333,
17117105756011878.ts //AD
#EXTINF:3.700000,
17117105756011879.ts //AD
#EXTINF:1.766667,
17117105756011880.ts //AD

#EXT-X-DISCONTINUITY
#EXTINF:4.170833,
178535fe732001499.ts
#EXTINF:1.584922,
178535fe732001500.ts
#EXTINF:4.587911,
178535fe732001501.ts

Acknowledgements

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open or closed issue.
  • I have written a short but informative title.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant