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

HLS streaming from RTSP link #891

Open
jingwei95 opened this issue Apr 22, 2020 · 1 comment
Open

HLS streaming from RTSP link #891

jingwei95 opened this issue Apr 22, 2020 · 1 comment

Comments

@jingwei95
Copy link

Description

Forgive that I am a newbie to this. I am trying to develop a page to stream IP cam. I have a RTSP link and converted it to RTMP and HTTP m3u8 format with RTMP Nginx module and it runs smoothly on nvr. But when I load it with vg-HLS. It does play but not smoothly as it will keep buffer. It seems like it is trying to get the m3u8 file and an error does show when I inspect it.
image
my fragment setting is 5s and the playlist length is 10s on the Nginx.
Could someone help in and give some advice?

@shanehsu
Copy link

Do you have a device that support HLS playback natively (e.g. Safari on iOS or macOS, Edge before Chromium on Windows)? I would suggest trying on those device to make sure that thee stream itself good.

Also it might be helpful to inspect your Network tab in Web Inspector to see if all the requests are loaded fine.

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