-
Notifications
You must be signed in to change notification settings - Fork 4
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
No sound from internal speaker #19
Comments
Thank you for your comment! Please check #15. |
There are 2 URLs that I would like to listen to: I used this main.cpp: There is no sound coming out of the speaker. |
Thank you. These URLs may have different problems. The first URL causes a problem in conversion from ts to aac. The second URL returns URLs which have relative path.
The program should request to However, it does not support relative path, and requests to So, I have to make the program support relative path. |
Thank-you for your reply, I would like to have more details to understand how I can try to modify the code to adapt to these urls? Can you help? Can you explain what you need to change and why? Thanks and regards
Dave
…----- Mail original -----
De: "Osamu Miyazawa" ***@***.***>
À: "Yokohama-Miyazawa/M5HLSPlayer" ***@***.***>
Cc: "lidense" ***@***.***>, "Author" ***@***.***>
Envoyé: Mercredi 30 Août 2023 06:08:33
Objet: Re: [Yokohama-Miyazawa/M5HLSPlayer] No sound from internal speaker (Issue #19)
Thank you.
These URLs may have different problems.
The first URL causes a problem in conversion from ts to aac.
To solve it, I have to modify AudioGeneratorTS.
The second URL returns URLs which have relative path.
Here is actual playlist which the second URL( https://radioitaliasmi.akamaized.net/hls/live/2093120/RISMI/master.m3u8 ) returned. #EXTM3U
#EXT-X-VERSION:3
#EXT-X-INDEPENDENT-SEGMENTS
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=98730,CODECS="mp4a.40.29"
../../2093120/RISMI/stream02/streamPlaylist.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=98730,CODECS="mp4a.40.29"
../../2093120-b/RISMI/stream02/streamPlaylist.m3u8
The program should request to
https://radioitaliasmi.akamaized.net/hls/live/2093120/RISMI/stream02/streamPlaylist.m3u8
or
https://radioitaliasmi.akamaized.net/hls/live/2093120-b/RISMI/stream02/streamPlaylist.m3u8 .
However, it does not support relative path, and requests to
https://radioitaliasmi.akamaized.net/hls/live/2093120/RISMI/stream02/../../2093120/RISMI/stream02/streamPlaylist.m3u8 .
So, I have to make the program support relative path.
—
Reply to this email directly, view it on GitHub , or unsubscribe .
You are receiving this because you authored the thread. Message ID: <Yokohama-Miyazawa/M5HLSPlayer/issues/19/1698457402 @ github . com>
|
Do you think it is possible to adapt the app to listen to these streams? I would like to learn how to do it, do you have some documents that I can read on how to go from .ts to.aac?
Can you recommend an online script which allows to analyze a .ts stream to understand how to do the job?
Thanks
Dave
…----- Mail d'origine -----
De: Osamu Miyazawa ***@***.***>
À: Yokohama-Miyazawa/M5HLSPlayer ***@***.***>
Cc: lidense ***@***.***>, Author ***@***.***>
Envoyé: Wed, 30 Aug 2023 06:08:33 +0200 (CEST)
Objet: Re: [Yokohama-Miyazawa/M5HLSPlayer] No sound from internal speaker (Issue #19)
Thank you.
These URLs may have different problems.
The first URL causes a problem in conversion from ts to aac.
To solve it, I have to modify AudioGeneratorTS.
The second URL returns URLs which have relative path.
Here is actual playlist which the second URL( https://radioitaliasmi.akamaized.net/hls/live/2093120/RISMI/master.m3u8 ) returned.
```
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-INDEPENDENT-SEGMENTS
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=98730,CODECS="mp4a.40.29"
../../2093120/RISMI/stream02/streamPlaylist.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=98730,CODECS="mp4a.40.29"
../../2093120-b/RISMI/stream02/streamPlaylist.m3u8
```
The program should request to
`https://radioitaliasmi.akamaized.net/hls/live/2093120/RISMI/stream02/streamPlaylist.m3u8`
or
`https://radioitaliasmi.akamaized.net/hls/live/2093120-b/RISMI/stream02/streamPlaylist.m3u8`.
However, it does not support relative path, and requests to
`https://radioitaliasmi.akamaized.net/hls/live/2093120/RISMI/stream02/../../2093120/RISMI/stream02/streamPlaylist.m3u8`.
So, I have to make the program support relative path.
--
Reply to this email directly or view it on GitHub:
#19 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
|
Hi, did you have a chance to read my email below? What to you think?
Thanks and regards
Dave
…----- Mail original -----
De: "d radzik" ***@***.***>
À: "Yokohama-Miyazawa/M5HLSPlayer" ***@***.***>
Cc: "Yokohama-Miyazawa/M5HLSPlayer" ***@***.***>, "Author" ***@***.***>
Envoyé: Vendredi 1 Septembre 2023 14:25:24
Objet: Re : Re: [Yokohama-Miyazawa/M5HLSPlayer] No sound from internal speaker (Issue #19)
Do you think it is possible to adapt the app to listen to these streams? I would like to learn how to do it, do you have some documents that I can read on how to go from .ts to.aac?
Can you recommend an online script which allows to analyze a .ts stream to understand how to do the job?
Thanks
Dave
----- Mail d'origine -----
De: Osamu Miyazawa ***@***.***>
À: Yokohama-Miyazawa/M5HLSPlayer ***@***.***>
Cc: lidense ***@***.***>, Author ***@***.***>
Envoyé: Wed, 30 Aug 2023 06:08:33 +0200 (CEST)
Objet: Re: [Yokohama-Miyazawa/M5HLSPlayer] No sound from internal speaker (Issue #19)
Thank you.
These URLs may have different problems.
The first URL causes a problem in conversion from ts to aac.
To solve it, I have to modify AudioGeneratorTS.
The second URL returns URLs which have relative path.
Here is actual playlist which the second URL( https://radioitaliasmi.akamaized.net/hls/live/2093120/RISMI/master.m3u8 ) returned.
```
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-INDEPENDENT-SEGMENTS
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=98730,CODECS="mp4a.40.29"
../../2093120/RISMI/stream02/streamPlaylist.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=98730,CODECS="mp4a.40.29"
../../2093120-b/RISMI/stream02/streamPlaylist.m3u8
```
The program should request to
`https://radioitaliasmi.akamaized.net/hls/live/2093120/RISMI/stream02/streamPlaylist.m3u8`
or
`https://radioitaliasmi.akamaized.net/hls/live/2093120-b/RISMI/stream02/streamPlaylist.m3u8`.
However, it does not support relative path, and requests to
`https://radioitaliasmi.akamaized.net/hls/live/2093120/RISMI/stream02/../../2093120/RISMI/stream02/streamPlaylist.m3u8`.
So, I have to make the program support relative path.
--
Reply to this email directly or view it on GitHub:
#19 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
|
I have tried to understand why I do not have sound using this weblink: From what I undersand AudioGeneratorTS does not find the sync byte 0xFFF |
I compiled from github on my M5stack Core 2 but I get no sound although I see the .ts files being dowloaded.
The text was updated successfully, but these errors were encountered: