rtsp-stream icon indicating copy to clipboard operation
rtsp-stream copied to clipboard

index.m3u8 is empty

Open davidfungf opened this issue 5 years ago • 2 comments

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

davidfungf avatar Jul 26 '20 15:07 davidfungf

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?

Roverr avatar Aug 15 '20 15:08 Roverr

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

mmm8955405 avatar Sep 06 '22 06:09 mmm8955405