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

Update example to serve the RTMP stream over HLS. #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

robinp
Copy link

@robinp robinp commented Feb 23, 2022

Also add some commented examples of some interesting RTMP config
options.

Adding HLS serving for example is useful for LG WebOS TV's, which don't
support RTMP natively, but do support HLS, by browsing to the m3u8
location. With this setup, one can stream to the TV, though with some
20-25 seconds of delay (as at least that much data is buffered in the
HLS playlist.. allegedly there are settings to change the stream type to
event, which might result in the client following more the latest chunk,
but I couldn't get that to work).

Also add some commented examples of some interesting RTMP config
options.

Adding HLS serving for example is useful for LG WebOS TV's, which don't
support RTMP natively, but do support HLS, by browsing to the m3u8
location. With this setup, one can stream to the TV, though with some
20-25 seconds of delay (as at least that much data is buffered in the
HLS playlist.. allegedly there are settings to change the stream type to
event, which might result in the client following more the latest chunk,
but I couldn't get that to work).
@robinp robinp mentioned this pull request Feb 23, 2022
@nirabo
Copy link

nirabo commented May 30, 2024

Worked like a charm. Thanks

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

Successfully merging this pull request may close these issues.

None yet

2 participants