-
Notifications
You must be signed in to change notification settings - Fork 21
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
Live Streaming Decoding #12
Comments
If the stream is an Ogg Opus byte stream it should work. I think the internal |
Hi, thanks, i haven't seen it before..i was reading through the code is a
bit confusing.. but to make sure.. it'll work on client side decoding
correct?. I'm looking because I have an online radio.i'm using ogg. because
is light. and is what i want. but of course. ios does not support it.. and
I only have one stream.. i will give it a try tomorrow morning.but if you
have any code samples. or hints. let me know.
thanks
Santiago
…On Sat, May 23, 2020 at 2:37 PM AnthumChris ***@***.***> wrote:
If the stream is an Ogg Opus file it should work. I think the internal
opusfile lib requires the Ogg header page to be appended first. I haven't
tried out-of-sequence Ogg Opus files. Have you seen the Opus example at
fetch-stream-audio <https://fetch-stream-audio.anthum.com/>?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABPLTKU2NFMWPZZN3273TBLRTA6Z5ANCNFSM4NIRVAUQ>
.
|
Yes, it does client-side decoding. Happy to help, feel free to email me directly and I can make some time. |
Its too slow for streaming, I had to save the decoded frames into a list and play the audio with a delay. |
@adminy Have you seen the fetch-stream-audio example? You may consider posting a question on StackOverflow if you're encountering difficulties with your code so the community can possibly assist you. |
No thanks @anthumchris, I am sticking with libopus of course, but I don't need programming help. As for the network infrastructure, it will be web sockets since it's a stream not a static file. So again, it is very important that I improve that latency. |
Nice one! Sounds like a fun project. |
Hi, does this have the option for live steram decoding?. I am in need of one. and this is the closest. but not sure if it works. Please let me know, and if you have sample code.
thanks
The text was updated successfully, but these errors were encountered: