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

HTTPS streams #12

Open
pavankarney opened this issue Jul 4, 2022 · 4 comments
Open

HTTPS streams #12

pavankarney opened this issue Jul 4, 2022 · 4 comments

Comments

@pavankarney
Copy link

Hi Brother,
I am unable to stream some HTTPS streams the post 80 is not acceptable on some sites. is there any chance that this library can be updated to HTTPS streams...

@Yokohama-Miyazawa
Copy link
Owner

Yokohama-Miyazawa commented Jul 5, 2022

Thank you for your comment.
This library uses http for two purposes.

  1. retrieve HLS playlists
  2. retrieve audio files whose names are in the playlists (by ESP8266Audio)

ESP8266 will not introduce https streams[1][2], so it is hard to update this library completely to https streams, sorry.

Can you tell me the URLs you tried so I can learn more about the situation you faced?

@pavankarney
Copy link
Author

Thank you for your quick reply.

@pavankarney
Copy link
Author

Thank you for your comment. This library uses http for two purposes.

  1. retrieve HLS playlists
  2. retrieve audio files whose names are in the playlists (by ESP8266Audio)

ESP8266 will not introduce https streams[1][2], so it is hard to update this library completely to https streams, sorry.

Can you tell me the URLs you tried so I can learn more about the situation you faced?
Unable to stream links below
https://air.pc.cdn.bitgravity.com/air/live/pbaudio168/playlist.m3u8
https://mirchiplaylive.akamaized.net/hls/live/2036929/MUM/MRETRO_Auto.m3u8
https://mirchiplaylive.akamaized.net/hls/live/2036929/MUM/MNINTS_Auto.m3u8
https://mirchiplaylive.akamaized.net/hls/live/2036929/MUM/MEETHI_Auto.m3u8

@lidense
Copy link

lidense commented Aug 8, 2023

Is this library workinf?

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

3 participants