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

Does this work with audio-only HLS streams? #37

Open
rahimahi opened this issue Jan 15, 2025 · 6 comments
Open

Does this work with audio-only HLS streams? #37

rahimahi opened this issue Jan 15, 2025 · 6 comments

Comments

@rahimahi
Copy link

I just found your code, and this might be exactly what I'm looking for.
Will this also work with an HLS audio only live stream?

@superkabuki
Copy link

superkabuki commented Jan 17, 2025

Nothing in video is that straight forward. :)

  • Yes, any mpegts supported audio codec as long as it is in a mpegts container with a PCR Pid, PTS, and iFrames.

  • No If you're asking if it does aac id3 tag sync safe headers for timestamps, but that's not hard for you to add.
    I did it for a customer like a month ago.

@rahimahi
Copy link
Author

sorry, just to make sure I understand it.
The source is an audio-only HLS stream. (index.m3u8)
And we want to have the markers added to the manifest file. That's it.

@superkabuki
Copy link

There are several ways to do audio only hls. Since you did not say which kind you were using, I explained which audio and features are supported.
If that wasn't clear to you, then you need to do your homework before using x9k3.

@superkabuki
Copy link

Like I mentioned earlier , nothing in video( or audio) is straight forward. :)

@superkabuki
Copy link

I'm not trying to be a dick to you, what you asked is just not a yes or no question.

@rahimahi
Copy link
Author

@superkabuki ok, I understand. We will have a try!

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

2 participants