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

index.m3u8 is empty #51

Open
davidfungf opened this issue Jul 26, 2020 · 2 comments
Open

index.m3u8 is empty #51

davidfungf opened this issue Jul 26, 2020 · 2 comments

Comments

@davidfungf
Copy link

davidfungf commented Jul 26, 2020

On rtsp ip camera is configured successfully. When I get the stream by API, it returned the followings. No video is found.

http://x.x.x.x:8080/stream/camera1/index.m3u8

#EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:1
#EXT-X-MEDIA-SEQUENCE:546
#EXTINF:0.810667,
546.ts
#EXTINF:0.810667,
547.ts
#EXTINF:0.810667,
548.ts

@Roverr
Copy link
Owner

Roverr commented Aug 15, 2020

Hi @davidfungf ,

Hmmm this one is interesting, the metadata you provided seems pretty standard to me. It should tell your player in the browser that it should fetch ${STREAM_API}/546.ts , 547.ts ... etc

Are you sure that the files are created into their directory? Can you see them using SSH or something?

@mmm8955405
Copy link

When encountering the same problem, VLC sets the preference RTP over RSTP to broadcast RSTP streams normally However, the m3u8 path parsed using "rtsp-stream" is null. Only part of RTSP camera data can be played. This "rtsp-stream" project does not have any parsing instructions and parameters, which may be a dead project

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

3 participants