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

Commits on Feb 23, 2022

  1. Update example to serve the RTMP stream over HLS.

    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 committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    b5d5b83 View commit details
    Browse the repository at this point in the history